launch module fallback

This commit is contained in:
Adrian
2023-10-17 18:36:51 +01:00
committed by Radosław Gliński
parent d84df6e47f
commit 9f1605a2e7
2 changed files with 34 additions and 21 deletions

View File

@@ -202,6 +202,8 @@ class Emulator {
// Launches a game from an STFS container file.
X_STATUS LaunchStfsContainer(const std::filesystem::path& path);
X_STATUS LaunchDefaultModule(const std::filesystem::path& path);
// Extract content of package to content specific directory.
X_STATUS InstallContentPackage(const std::filesystem::path& path);