mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 11:37:58 -05:00
Merge pull request #1482 from LittleWhite-tb/mac-opengl-check
Fix missing return
This commit is contained in:
@ -29,6 +29,8 @@ Result Init(EmuWindow* emu_window) {
|
||||
}
|
||||
AudioCore::Init();
|
||||
GDBStub::Init();
|
||||
|
||||
return Result::Success;
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
|
Reference in New Issue
Block a user