diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2018-09-24 04:34:11 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-09-24 04:34:11 +0200 |
commit | 367c52ff0d9d4238aff849629a0957daa525c485 (patch) | |
tree | 9b52edf5e5beb8c922a60c3be7115557fd8751a7 /src/core/hle/service/fatal/fatal.h | |
parent | Stubbed IRS (#1349) (diff) | |
download | yuzu-367c52ff0d9d4238aff849629a0957daa525c485.tar yuzu-367c52ff0d9d4238aff849629a0957daa525c485.tar.gz yuzu-367c52ff0d9d4238aff849629a0957daa525c485.tar.bz2 yuzu-367c52ff0d9d4238aff849629a0957daa525c485.tar.lz yuzu-367c52ff0d9d4238aff849629a0957daa525c485.tar.xz yuzu-367c52ff0d9d4238aff849629a0957daa525c485.tar.zst yuzu-367c52ff0d9d4238aff849629a0957daa525c485.zip |
Diffstat (limited to 'src/core/hle/service/fatal/fatal.h')
-rw-r--r-- | src/core/hle/service/fatal/fatal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/fatal/fatal.h b/src/core/hle/service/fatal/fatal.h index 4d9a5be52..09371ff7f 100644 --- a/src/core/hle/service/fatal/fatal.h +++ b/src/core/hle/service/fatal/fatal.h @@ -15,6 +15,7 @@ public: explicit Interface(std::shared_ptr<Module> module, const char* name); ~Interface() override; + void ThrowFatal(Kernel::HLERequestContext& ctx); void ThrowFatalWithPolicy(Kernel::HLERequestContext& ctx); void ThrowFatalWithCpuContext(Kernel::HLERequestContext& ctx); |