Another timer update
This commit is contained in:
@@ -176,7 +176,6 @@ EXTSYM numlockptr
|
|||||||
%ifdef __WIN32__
|
%ifdef __WIN32__
|
||||||
EXTSYM CheckPriority
|
EXTSYM CheckPriority
|
||||||
EXTSYM CheckAlwaysOnTop
|
EXTSYM CheckAlwaysOnTop
|
||||||
EXTSYM RestartTimer
|
|
||||||
%endif
|
%endif
|
||||||
%ifdef __LINUX__
|
%ifdef __LINUX__
|
||||||
EXTSYM numlockptr
|
EXTSYM numlockptr
|
||||||
@@ -3321,7 +3320,6 @@ DisplayBoxes:
|
|||||||
%ifdef __WIN32__
|
%ifdef __WIN32__
|
||||||
pushad
|
pushad
|
||||||
call CheckPriority
|
call CheckPriority
|
||||||
call RestartTimer
|
|
||||||
popad
|
popad
|
||||||
%endif
|
%endif
|
||||||
jmp .finstuff
|
jmp .finstuff
|
||||||
|
|||||||
@@ -2268,17 +2268,6 @@ void WinUpdateDevices()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" void DosExit();
|
|
||||||
|
|
||||||
extern "C" void RestartTimer()
|
|
||||||
{
|
|
||||||
if (CurrentTimer != AlternateTimer)
|
|
||||||
{
|
|
||||||
MessageBox(hMainWindow, "ZSNESW must be restarted to use this option", "Info", MB_OK);
|
|
||||||
DosExit();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
int GetMouseX(void)
|
int GetMouseX(void)
|
||||||
{
|
{
|
||||||
char message1[256];
|
char message1[256];
|
||||||
|
|||||||
Reference in New Issue
Block a user