mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 07:55:46 +00:00
Improve error report from Init() functions
Add error popup when citra initialization failed
This commit is contained in:
parent
c4c48d4ab3
commit
59fe02348a
12 changed files with 72 additions and 27 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue