mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
Remove unnecessary logging
This commit is contained in:
parent
1b793049d3
commit
5a5911eac4
@ -1118,7 +1118,6 @@ static void ProcessHeldKeys(ViewGroup *root) {
|
|||||||
if (iter->startFrame < frameCount - repeatDelay) {
|
if (iter->startFrame < frameCount - repeatDelay) {
|
||||||
int frame = frameCount - (iter->startFrame + repeatDelay);
|
int frame = frameCount - (iter->startFrame + repeatDelay);
|
||||||
if ((frame % repeatInterval) == 0) {
|
if ((frame % repeatInterval) == 0) {
|
||||||
printf("Repeat!\n");
|
|
||||||
KeyInput key;
|
KeyInput key;
|
||||||
key.keyCode = iter->key;
|
key.keyCode = iter->key;
|
||||||
key.deviceId = iter->deviceId;
|
key.deviceId = iter->deviceId;
|
||||||
|
Loading…
Reference in New Issue
Block a user