mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
Re-disable P96 on OS3 pending a fix
This commit is contained in:
parent
5c73c61aa2
commit
36bc32b87b
@ -106,8 +106,10 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
|
|||||||
} else {
|
} else {
|
||||||
palette_mapped = false;
|
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;
|
if(depth > 8) depth = 8;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user