keep comment relevant

This commit is contained in:
Gwenhael Le Moine 2024-09-27 21:26:23 +02:00
parent 08a683d204
commit b32334bf22
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -245,8 +245,8 @@ static void EmulatorLoop( void )
if ( inner_loop < INNER_LOOP_MIN )
inner_loop = INNER_LOOP_MIN;
/* 3.13: Force an upper limit to the CPU speed if the compile-time option
REAL_CPU_SPEED is defined: inner_loop is limited to
/* 3.13: Force an upper limit to the CPU speed if the run-time option
config.throttle is defined: inner_loop is limited to
cpu_status.inner_loop_max
and the excess time, if any, is spent sleeping; usleep() is
BSD 4.3-specific, but most recent systems should offer it anyway,