mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 19:47:52 -05:00
service: move hle_ipc from kernel
This commit is contained in:
@ -19,9 +19,9 @@ public:
|
||||
const char* name);
|
||||
~Interface() override;
|
||||
|
||||
void ThrowFatal(Kernel::HLERequestContext& ctx);
|
||||
void ThrowFatalWithPolicy(Kernel::HLERequestContext& ctx);
|
||||
void ThrowFatalWithCpuContext(Kernel::HLERequestContext& ctx);
|
||||
void ThrowFatal(HLERequestContext& ctx);
|
||||
void ThrowFatalWithPolicy(HLERequestContext& ctx);
|
||||
void ThrowFatalWithCpuContext(HLERequestContext& ctx);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Module> module;
|
||||
|
Reference in New Issue
Block a user