diff options
| author | 2018-05-18 23:30:56 +0200 | |
|---|---|---|
| committer | 2018-05-18 23:30:56 +0200 | |
| commit | 536cfb13e6fb3ec5fb626d62784162b21569c073 (patch) | |
| tree | 5558de46ce27612fa0ab593554a223aa9f0e6efc /src/core/hle/service/fatal | |
| parent | Properly rename fatal module functions (diff) | |
| download | yuzu-536cfb13e6fb3ec5fb626d62784162b21569c073.tar.gz yuzu-536cfb13e6fb3ec5fb626d62784162b21569c073.tar.xz yuzu-536cfb13e6fb3ec5fb626d62784162b21569c073.zip | |
Properly update fatal.h void name
Diffstat (limited to 'src/core/hle/service/fatal')
| -rw-r--r-- | src/core/hle/service/fatal/fatal.h | 4 |
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; |