summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/yuzu.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-06-22 05:04:55 +0200
committerReinUsesLisp <reinuseslisp@airmail.cc>2021-06-22 05:04:57 +0200
commit4009ae1da2360f20721c93cd204eb64c7342eb53 (patch)
tree6bdd3084265212a096832f1e723c0c502f958f32 /src/yuzu_cmd/yuzu.cpp
parentMerge pull request #6499 from FernandoS27/we-were-on-a-break (diff)
downloadyuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.tar
yuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.tar.gz
yuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.tar.bz2
yuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.tar.lz
yuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.tar.xz
yuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.tar.zst
yuzu-4009ae1da2360f20721c93cd204eb64c7342eb53.zip
Diffstat (limited to '')
-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 584967f5c..50e388312 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/src/yuzu_cmd/yuzu.cpp
@@ -219,7 +219,7 @@ int main(int argc, char** argv) {
system.GPU().Start();
system.Renderer().ReadRasterizer()->LoadDiskResources(
- system.CurrentProcess()->GetTitleID(), false,
+ system.CurrentProcess()->GetTitleID(), std::stop_token{},
[](VideoCore::LoadCallbackStage, size_t value, size_t total) {});
void(system.Run());