Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
@ -38,7 +38,7 @@ public:
|
||||
virtual void SetWindow(EmuWindow* window) = 0;
|
||||
|
||||
/// Initialize the renderer
|
||||
virtual void Init() = 0;
|
||||
virtual bool Init() = 0;
|
||||
|
||||
/// Shutdown the renderer
|
||||
virtual void ShutDown() = 0;
|
||||
|
Reference in New Issue
Block a user