mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-17 00:30:04 +00:00
Minor: changed a REGLOAD() to REGLOAD_DEFAULT()
This commit is contained in:
parent
3311c6f742
commit
2cc0f91fbf
@ -1403,7 +1403,7 @@ LRESULT CALLBACK FrameWndProc (
|
||||
{
|
||||
case '0': // Toggle speed: custom speed / Full-Speed
|
||||
if (g_dwSpeed == SPEED_MAX)
|
||||
REGLOAD(TEXT(REGVALUE_EMULATION_SPEED), &g_dwSpeed);
|
||||
REGLOAD_DEFAULT(TEXT(REGVALUE_EMULATION_SPEED), &g_dwSpeed, SPEED_NORMAL);
|
||||
else
|
||||
g_dwSpeed = SPEED_MAX;
|
||||
keyHandled = true; break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user