aboutsummaryrefslogtreecommitdiff
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorTheKoopaKingdom <thekoopakingdom@gmail.com>2017-04-13 01:15:23 -0400
committerTheKoopaKingdom <thekoopakingdom@gmail.com>2017-06-02 18:28:14 -0400
commit0409bdfea5ea046e3d040ab494b8a0764fd35424 (patch)
tree94540c98e22d04a8a1d6ca4d24ac3ae429ed3d97 /src/citra_qt/main.h
parentb6bab59000cbcdb34aed3f8633c5aae391db6dcb (diff)
Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r--src/citra_qt/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 3ecbc001e..eb2b055f6 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -125,7 +125,7 @@ private slots:
void OnDisplayTitleBars(bool);
void ToggleWindowMode();
void OnCreateGraphicsSurfaceViewer();
- void OnCoreError(Core::System::ResultStatus);
+ void OnCoreError(Core::System::ResultStatus, boost::optional<std::string>);
private:
void UpdateStatusBar();