summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/fatal/fatal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/fatal/fatal.h b/src/core/hle/service/fatal/fatal.h
index 2d8d08320..5bd111a14 100644
--- a/src/core/hle/service/fatal/fatal.h
+++ b/src/core/hle/service/fatal/fatal.h
@@ -14,8 +14,8 @@ public:
14 public: 14 public:
15 Interface(std::shared_ptr<Module> module, const char* name); 15 Interface(std::shared_ptr<Module> module, const char* name);
16 16
17 void FatalSimple(Kernel::HLERequestContext& ctx); 17 void ThrowFatalWithPolicy(Kernel::HLERequestContext& ctx);
18 void TransitionToFatalError(Kernel::HLERequestContext& ctx); 18 void ThrowFatalWithCpuContext(Kernel::HLERequestContext& ctx);
19 19
20 protected: 20 protected:
21 std::shared_ptr<Module> module; 21 std::shared_ptr<Module> module;