[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

@@ -11,7 +11,7 @@
#define XENIA_KERNEL_XBOXKRNL_XBOXKRNL_OB_H_
#include "xenia/cpu/ppc/ppc_context.h"
#include "xenia/xbox.h"
#include "xenia/kernel/kernel.h"
using PPCContext = xe::cpu::ppc::PPCContext;

View File

@@ -10,7 +10,7 @@
#ifndef XENIA_KERNEL_XBOXKRNL_XBOXKRNL_VIDEO_H_
#define XENIA_KERNEL_XBOXKRNL_XBOXKRNL_VIDEO_H_
#include "xenia/xbox.h"
#include "xenia/kernel/kernel.h"
namespace xe {
namespace kernel {