[Emulator] Added option for content installation

This commit is contained in:
Gliniak
2022-07-30 12:41:26 +02:00
parent 7595cdb52b
commit 433a8a8a5e
5 changed files with 126 additions and 0 deletions

View File

@@ -187,6 +187,9 @@ class Emulator {
// Launches a game from an STFS container file.
X_STATUS LaunchStfsContainer(const std::filesystem::path& path);
// Extract content of package to content specific directory.
X_STATUS InstallContentPackage(const std::filesystem::path& path);
void Pause();
void Resume();
bool is_paused() const { return paused_; }