mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Revert "Disable ExtMem in palette-mapped modes"
This reverts commit 4db40c3f27d0ade8fc76f57cd383e5ff52ad7c93.
This commit is contained in:
parent
205abcf189
commit
982a59744f
@ -545,10 +545,6 @@ static void ami_set_screen_defaults(struct Screen *screen)
|
||||
nsoption_default_set_int(redraw_tile_size_x, screen->Width);
|
||||
nsoption_default_set_int(redraw_tile_size_y, screen->Height);
|
||||
|
||||
if((screen != NULL) && (GetBitMapAttr(screen->RastPort.BitMap, BMA_DEPTH) < 24)) {
|
||||
nsoption_set_bool(use_extmem, false);
|
||||
}
|
||||
|
||||
/* set system colours for amiga ui */
|
||||
colour_option_from_pen(FILLPEN, NSOPTION_sys_colour_ActiveBorder, screen, 0x00000000);
|
||||
colour_option_from_pen(FILLPEN, NSOPTION_sys_colour_ActiveCaption, screen, 0x00dddddd);
|
||||
|
Loading…
Reference in New Issue
Block a user