Merge pull request #4126 from FearlessTobi/port-892
Port #892 from yuzu: "Make global EmuWindow instance part of the base renderer class"
This commit is contained in:
commit
a6723ec2eb
14 changed files with 49 additions and 54 deletions
|
@ -280,7 +280,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
SCOPE_EXIT({ system.Shutdown(); });
|
||||
|
||||
const Core::System::ResultStatus load_result{system.Load(emu_window.get(), filepath)};
|
||||
const Core::System::ResultStatus load_result{system.Load(*emu_window, filepath)};
|
||||
|
||||
switch (load_result) {
|
||||
case Core::System::ResultStatus::ErrorGetLoader:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue