Merge branch 'importContent' of https://github.com/Gliniak/xenia.git into canary_experimental

This commit is contained in:
Gliniak
2022-07-30 12:44:24 +02:00
5 changed files with 126 additions and 0 deletions

View File

@@ -196,6 +196,9 @@ const std::unique_ptr<vfs::Device> CreateVfsDeviceBasedOnPath(
// 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_; }