diff options
Diffstat (limited to 'src/vcpu.c')
| -rw-r--r-- | src/vcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ void VCPUExecute(){ State.PC+=2; if(State.keypressed){ if(State.V[State.X] == State.key) - State.PC+=4; + State.PC-=2; } } break; |
