|
|
@ -143,9 +143,6 @@ void GMainWindow::InitializeWidgets() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void GMainWindow::InitializeDebugWidgets() { |
|
|
void GMainWindow::InitializeDebugWidgets() { |
|
|
connect(ui.action_Create_Pica_Surface_Viewer, &QAction::triggered, this, |
|
|
|
|
|
&GMainWindow::OnCreateGraphicsSurfaceViewer); |
|
|
|
|
|
|
|
|
|
|
|
QMenu* debug_menu = ui.menu_View_Debugging; |
|
|
QMenu* debug_menu = ui.menu_View_Debugging; |
|
|
|
|
|
|
|
|
#if MICROPROFILE_ENABLED
|
|
|
#if MICROPROFILE_ENABLED
|
|
|
@ -599,8 +596,6 @@ void GMainWindow::OnToggleFilterBar() { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void GMainWindow::OnCreateGraphicsSurfaceViewer() {} |
|
|
|
|
|
|
|
|
|
|
|
void GMainWindow::UpdateStatusBar() { |
|
|
void GMainWindow::UpdateStatusBar() { |
|
|
if (emu_thread == nullptr) { |
|
|
if (emu_thread == nullptr) { |
|
|
status_bar_update_timer.stop(); |
|
|
status_bar_update_timer.stop(); |
|
|
|