Fix many bugs introduced by the gp2x "hack" of not having a windowed mode.
Still not working perfectly, but at least i can manage to get the program in 320x240 by default on gp2x, without modifying the config files. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@856 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1506,7 +1506,7 @@ void Button_Resolution(void)
|
||||
|
||||
default: // Boutons de tag des états des modes
|
||||
temp=list_start+clicked_button-8;
|
||||
if (temp && // On n'a pas le droit de cocher le mode fenêtré
|
||||
if (Video_mode[temp].Fullscreen==1 && // On n'a pas le droit de cocher le mode fenêtré
|
||||
!(Video_mode[temp].State & 128)) // Ni ceux non détectés par SDL
|
||||
{
|
||||
if (Window_attribute1==LEFT_SIDE)
|
||||
|
||||
Reference in New Issue
Block a user