mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-14 05:31:16 +00:00
Remove unnecessary call to pump key handling codepath
This commit is contained in:
parent
2cbc53ef45
commit
9c98745099
@ -196,10 +196,6 @@ void Java_org_deadc0de_apple2ix_Apple2Activity_nativeRender(JNIEnv *env, jobject
|
||||
return;
|
||||
}
|
||||
|
||||
if (!cpu_isPaused()) {
|
||||
c_keys_handle_input(-1, 0, 0);
|
||||
}
|
||||
|
||||
#if FPS_LOG
|
||||
static uint32_t prevCount = 0;
|
||||
static uint32_t idleCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user