mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 16:35:06 +01:00
Fix missing return
This commit is contained in:
parent
4a2d1571bc
commit
e649f5d98d
@ -29,6 +29,8 @@ Result Init(EmuWindow* emu_window) {
|
|||||||
}
|
}
|
||||||
AudioCore::Init();
|
AudioCore::Init();
|
||||||
GDBStub::Init();
|
GDBStub::Init();
|
||||||
|
|
||||||
|
return Result::Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Shutdown() {
|
void Shutdown() {
|
||||||
|
Loading…
Reference in New Issue
Block a user