summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r--src/yuzu_cmd/yuzu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp
index b5392c499..5ff6266bf 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/src/yuzu_cmd/yuzu.cpp
@@ -162,7 +162,7 @@ int main(int argc, char** argv) {
162 162
163 SCOPE_EXIT({ system.Shutdown(); }); 163 SCOPE_EXIT({ system.Shutdown(); });
164 164
165 const Core::System::ResultStatus load_result{system.Load(emu_window.get(), filepath)}; 165 const Core::System::ResultStatus load_result{system.Load(*emu_window, filepath)};
166 166
167 switch (load_result) { 167 switch (load_result) {
168 case Core::System::ResultStatus::ErrorGetLoader: 168 case Core::System::ResultStatus::ErrorGetLoader: