Optimized messages that were repetitive and added ability for core errors to specify more details optionally.
This commit is contained in:
parent
b6bab59000
commit
0409bdfea5
5 changed files with 71 additions and 40 deletions
|
@ -99,7 +99,7 @@ signals:
|
|||
*/
|
||||
void DebugModeLeft();
|
||||
|
||||
void ErrorThrown(Core::System::ResultStatus);
|
||||
void ErrorThrown(Core::System::ResultStatus, boost::optional<std::string>);
|
||||
};
|
||||
|
||||
class GRenderWindow : public QWidget, public EmuWindow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue