Fix issue when speed changes.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
c3e8bb94a2
commit
3617b0d5c5
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ namespace sa2
|
|||
g_dwSpeed = speed;
|
||||
SetCurrentCLK6502();
|
||||
REGSAVE(TEXT(REGVALUE_EMULATION_SPEED), g_dwSpeed);
|
||||
frame->ResetSpeed();
|
||||
}
|
||||
ImGui::LabelText("Clock", "%15.2f Hz", g_fCurrentCLK6502);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue