mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 08:07:50 +00:00
Merge pull request #892 from lioncash/global
video_core: Make global EmuWindow instance part of the base renderer …
This commit is contained in:
commit
299975e4a8
13 changed files with 54 additions and 64 deletions
|
@ -402,7 +402,7 @@ bool GMainWindow::LoadROM(const QString& filename) {
|
|||
|
||||
system.SetGPUDebugContext(debug_context);
|
||||
|
||||
const Core::System::ResultStatus result{system.Load(render_window, filename.toStdString())};
|
||||
const Core::System::ResultStatus result{system.Load(*render_window, filename.toStdString())};
|
||||
|
||||
render_window->DoneCurrent();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue