mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-11 21:58:49 -04:00
Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
@@ -41,7 +41,7 @@ extern std::atomic<bool> g_shader_jit_enabled;
|
||||
void Start();
|
||||
|
||||
/// Initialize the video core
|
||||
void Init(EmuWindow* emu_window);
|
||||
bool Init(EmuWindow* emu_window);
|
||||
|
||||
/// Shutdown the video core
|
||||
void Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user