mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
GUI: Make multicore only work with Async and add GUI for multicore.
This commit is contained in:
parent
fc47857c3b
commit
1bcceea736
6 changed files with 63 additions and 5 deletions
|
@ -235,6 +235,7 @@ private:
|
|||
QLabel* game_fps_label = nullptr;
|
||||
QLabel* emu_frametime_label = nullptr;
|
||||
QPushButton* async_status_button = nullptr;
|
||||
QPushButton* multicore_status_button = nullptr;
|
||||
QPushButton* renderer_status_button = nullptr;
|
||||
QPushButton* dock_status_button = nullptr;
|
||||
QTimer status_bar_update_timer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue