summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-01-14 02:05:53 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-07 02:20:57 +0100
commit0ed5d728ca12e407685b62802dec69b455f1a528 (patch)
treed421d986e0a250cea73bd2675ec234af29a96997 /src/core/core.cpp
parentfile_util: Add shader directory (diff)
downloadyuzu-0ed5d728ca12e407685b62802dec69b455f1a528.tar
yuzu-0ed5d728ca12e407685b62802dec69b455f1a528.tar.gz
yuzu-0ed5d728ca12e407685b62802dec69b455f1a528.tar.bz2
yuzu-0ed5d728ca12e407685b62802dec69b455f1a528.tar.lz
yuzu-0ed5d728ca12e407685b62802dec69b455f1a528.tar.xz
yuzu-0ed5d728ca12e407685b62802dec69b455f1a528.tar.zst
yuzu-0ed5d728ca12e407685b62802dec69b455f1a528.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 572814e4b..c8d7c442a 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -175,6 +175,9 @@ struct System::Impl {
return static_cast<ResultStatus>(static_cast<u32>(ResultStatus::ErrorLoader) +
static_cast<u32>(load_result));
}
+
+ renderer->Rasterizer().LoadDiskResources();
+
status = ResultStatus::Success;
return status;
}