android: don't use ScopeAcquireContext in RunCitra
The context will be released when window is destroyed
This commit is contained in:
parent
e01c8c5ca0
commit
367471ddfb
@ -111,7 +111,7 @@ static Core::System::ResultStatus RunCitra(const std::string& filepath) {
|
||||
|
||||
InputManager::Init();
|
||||
|
||||
Frontend::ScopeAcquireContext scope(*window);
|
||||
window->MakeCurrent();
|
||||
const Core::System::ResultStatus load_result{system.Load(*window, filepath)};
|
||||
if (load_result != Core::System::ResultStatus::Success) {
|
||||
return load_result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user