[Base] Split of xbox.h file

- Splitted into: kernel.h and xam.h
- Removed UpdateSpaData from KernelState into ContentManager
This commit is contained in:
Gliniak
2025-07-25 22:23:29 +02:00
committed by Radosław Gliński
parent c4e86cfd2b
commit 4182852a4b
20 changed files with 567 additions and 524 deletions

View File

@@ -20,6 +20,7 @@
#include "xenia/base/mutex.h"
#include "xenia/base/string_key.h"
#include "xenia/base/string_util.h"
#include "xenia/vfs/entry.h"
#include "xenia/xbox.h"
namespace xe {
@@ -203,6 +204,8 @@ class ContentManager {
const uint64_t xuid,
uint32_t base_title_id = kCurrentlyRunningTitleId) const;
bool UpdateSpaData(vfs::Entry* spa_file_update);
KernelState* kernel_state_;
std::filesystem::path root_path_;