diff options
| author | yuzubot <yuzu@yuzu-emu.org> | 2024-03-04 13:02:54 +0000 |
|---|---|---|
| committer | Mike Lothian <mike@fireburn.co.uk> | 2025-05-11 12:17:03 +0100 |
| commit | f4b721ac0639ec0451d35908551fd9df2c837ab8 (patch) | |
| tree | df54b59af7141630eb59a46e6262d6ad491186f4 /src/core/core.cpp | |
| parent | b9dbc796596c2accd5993dbbb6a83814fcc48aca (diff) | |
"Merge Tagged PR 13018"
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 1 |
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) { |
