inverse throttle condition
This commit is contained in:
parent
4da3f29bd8
commit
6a3cfc81d7
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ bool emulator_run( void )
|
||||||
if ( !cpu.shutdown ) {
|
if ( !cpu.shutdown ) {
|
||||||
execute_instruction();
|
execute_instruction();
|
||||||
|
|
||||||
throttle( config.throttle || cpu.keyintp );
|
throttle( cpu.keyintp || config.throttle );
|
||||||
|
|
||||||
if ( emulator_state == EMULATOR_STEP )
|
if ( emulator_state == EMULATOR_STEP )
|
||||||
emulator_set_state( EMULATOR_STOP );
|
emulator_set_state( EMULATOR_STOP );
|
||||||
|
|
Loading…
Reference in a new issue