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