mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 10:47:55 +00:00
Add performance statistics to status bar
This commit is contained in:
parent
1772c9f5a0
commit
3a9447bc16
11 changed files with 159 additions and 3 deletions
|
@ -127,6 +127,8 @@ private slots:
|
|||
void OnCreateGraphicsSurfaceViewer();
|
||||
|
||||
private:
|
||||
void UpdateStatusBar();
|
||||
|
||||
Ui::MainWindow ui;
|
||||
|
||||
GRenderWindow* render_window;
|
||||
|
@ -136,6 +138,7 @@ private:
|
|||
QLabel* emu_speed_label = nullptr;
|
||||
QLabel* game_fps_label = nullptr;
|
||||
QLabel* emu_frametime_label = nullptr;
|
||||
QTimer status_bar_update_timer;
|
||||
|
||||
std::unique_ptr<Config> config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue