Remove unnecessary call to pump key handling codepath

This commit is contained in:
Aaron Culliney 2015-09-07 11:08:43 -07:00
parent 2cbc53ef45
commit 9c98745099

View File

@ -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;