[Emulator] Added option for content installation
This commit is contained in:
@@ -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_; }
|
||||
|
||||
Reference in New Issue
Block a user