inverse throttle condition

This commit is contained in:
Gwenhael Le Moine 2024-04-17 16:43:17 +02:00
parent 4da3f29bd8
commit 6a3cfc81d7
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -117,7 +117,7 @@ bool emulator_run( void )
if ( !cpu.shutdown ) {
execute_instruction();
throttle( config.throttle || cpu.keyintp );
throttle( cpu.keyintp || config.throttle );
if ( emulator_state == EMULATOR_STEP )
emulator_set_state( EMULATOR_STOP );