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.
Updated by PEmu over 7 years ago
This has apparently been fixed according to: https://github.com/dolphin-emu/dolphin/pull/4994#issuecomment-284177687
Updated by ZephyrSurfer almost 4 years ago
This is apparently fixed.
I don't know which revision though.
Actions