mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 11:12:41 +00:00
ThreadContext: Move from "core" to "arm_interface".
This commit is contained in:
@@ -19,17 +19,6 @@ class AppLoader;
|
||||
|
||||
namespace Core {
|
||||
|
||||
struct ThreadContext {
|
||||
u32 cpu_registers[13];
|
||||
u32 sp;
|
||||
u32 lr;
|
||||
u32 pc;
|
||||
u32 cpsr;
|
||||
u32 fpu_registers[64];
|
||||
u32 fpscr;
|
||||
u32 fpexc;
|
||||
};
|
||||
|
||||
class System {
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user