Re-disable P96 on OS3 pending a fix

This commit is contained in:
Chris Young 2015-02-03 23:58:35 +00:00
parent 5c73c61aa2
commit 36bc32b87b

View File

@ -106,8 +106,10 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
} else {
palette_mapped = false;
}
#if 0
palette_mapped = true; /* only supporting palette mapped screens on OS3 for now */
#ifndef __amigaos4__
#warning OS3 locked to palette-mapped modes
palette_mapped = true;
if(depth > 8) depth = 8;
#endif