commented out potentially dangerous fullscreen toggle
This commit is contained in:
@@ -296,11 +296,12 @@ int Main_Proc(void)
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
// TODO Fix these so
|
||||
/* TODO - fix this later
|
||||
if(pressed[0x38]!=0&&pressed[0x3E]!=0)
|
||||
LinuxExit();
|
||||
if(pressed[0x38]!=0&&pressed[0x1c]!=0)
|
||||
SwitchFullScreen();
|
||||
*/
|
||||
return TRUE;
|
||||
}
|
||||
#define true 1
|
||||
|
||||
Reference in New Issue
Block a user