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
|
@ -649,7 +649,7 @@ bool GMainWindow::LoadROM(const QString& filename) {
|
|||
|
||||
Core::System& system{Core::System::GetInstance()};
|
||||
|
||||
const Core::System::ResultStatus result{system.Load(render_window, filename.toStdString())};
|
||||
const Core::System::ResultStatus result{system.Load(*render_window, filename.toStdString())};
|
||||
|
||||
if (result != Core::System::ResultStatus::Success) {
|
||||
switch (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue