Added message to status bar to show core errors ignored by the user.

This commit is contained in:
TheKoopaKingdom 2017-04-13 01:10:19 -04:00
parent 37bec598ea
commit b6bab59000
2 changed files with 11 additions and 1 deletions

View file

@ -136,6 +136,7 @@ private:
GameList* game_list;
// Status bar elements
QLabel* message_label = nullptr;
QLabel* emu_speed_label = nullptr;
QLabel* game_fps_label = nullptr;
QLabel* emu_frametime_label = nullptr;