mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
Fix missing return
This commit is contained in:
parent
a62a43a756
commit
3009d268e8
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ Result Init(EmuWindow* emu_window) {
|
|||
}
|
||||
AudioCore::Init();
|
||||
GDBStub::Init();
|
||||
|
||||
return Result::Success;
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue