Actions
Emulator Issues #9422
closedENABLE_HEADLESS eats a CPU core in infinite loop
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
The headless code path's Platform class has a while (running) {}
that will eat a CPU core while a game or fifo log is running.
Change it over to an waiting event instead.
Actions