summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authoryuzubot <yuzu@yuzu-emu.org>2024-03-04 13:02:54 +0000
committerMike Lothian <mike@fireburn.co.uk>2025-05-11 12:17:03 +0100
commitf4b721ac0639ec0451d35908551fd9df2c837ab8 (patch)
treedf54b59af7141630eb59a46e6262d6ad491186f4 /src/core/core.cpp
parentb9dbc796596c2accd5993dbbb6a83814fcc48aca (diff)
"Merge Tagged PR 13018"
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 83517d46c..b0e5f6edc 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -451,7 +451,6 @@ struct System::Impl {
return Loader::ResultStatus::ErrorNotInitialized;
return app_loader->ReadTitle(out);
}
-
void SetStatus(SystemResultStatus new_status, const char* details = nullptr) {
status = new_status;
if (details) {