Fixed (GP2X): 320x240 is now the Default and 'Safe' videomode.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@849 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1654,7 +1654,11 @@ void Button_Safety_resolution(void)
|
||||
|
||||
Unselect_button(BUTTON_MAGNIFIER);
|
||||
|
||||
Init_mode_video(640, 400, 0,PIXEL_SIMPLE);
|
||||
Init_mode_video(
|
||||
Video_mode[0].Width,
|
||||
Video_mode[0].Height,
|
||||
Video_mode[0].Fullscreen,
|
||||
PIXEL_SIMPLE);
|
||||
Current_resolution=0;
|
||||
Display_menu();
|
||||
Reposition_palette();
|
||||
|
||||
Reference in New Issue
Block a user