Index: branches/ErmaC/Enoch/i386/boot2/gui.c =================================================================== --- branches/ErmaC/Enoch/i386/boot2/gui.c (revision 2466) +++ branches/ErmaC/Enoch/i386/boot2/gui.c (revision 2467) @@ -81,6 +81,8 @@ iDeviceHFSFUSION, iDeviceHFSFUSION_o, + iDeviceHFSFUSION_yos, + iDeviceHFSFUSION_yos_o, iDeviceHFSFUSION_mav, iDeviceHFSFUSION_mav_o, iDeviceHFSFUSION_ML, @@ -178,6 +180,8 @@ {.name = "device_hfsfusion", .image = NULL}, {.name = "device_hfsfusion_o", .image = NULL}, + {.name = "device_hfsfusion_yos", .image = NULL}, + {.name = "device_hfsfusion_yos_o", .image = NULL}, {.name = "device_hfsfusion_mav", .image = NULL}, {.name = "device_hfsfusion_mav_o", .image = NULL}, {.name = "device_hfsfusion_ml", .image = NULL}, @@ -425,6 +429,8 @@ LOADPNG(device_hfsfusion, iDeviceHFS); LOADPNG(device_hfsfusion_o, iDeviceHFSFUSION); + LOADPNG(device_hfsfusion_yos, iDeviceHFSFUSION); + LOADPNG(device_hfsfusion_yos_o, iDeviceHFSFUSION_yos); LOADPNG(device_hfsfusion_mav, iDeviceHFSFUSION); LOADPNG(device_hfsfusion_mav_o, iDeviceHFSFUSION_mav); LOADPNG(device_hfsfusion_ml, iDeviceHFSFUSION); Index: branches/ErmaC/Enoch/artwork/themes/default/device_hfsfusion_yos.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: branches/ErmaC/Enoch/artwork/themes/default/device_hfsfusion_yos.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Index: branches/ErmaC/Enoch/artwork/themes/default/device_hfsfusion_yos_o.png =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: branches/ErmaC/Enoch/artwork/themes/default/device_hfsfusion_yos_o.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Index: branches/ErmaC/Enoch/CHANGES =================================================================== --- branches/ErmaC/Enoch/CHANGES (revision 2466) +++ branches/ErmaC/Enoch/CHANGES (revision 2467) @@ -1,3 +1,4 @@ +- ErmaC : Add more chameleon UI stuff (default) made by blackosx - ErmaC : Rollback changes for msdos.c (2327) thx to bltz - ErmaC : Split out states generator from acpi_patcher (Credits to Clover Teams) - ErmaC : Merged proposed patch by N3 (Boot from vanilla Recovery HD, Installation DMG)