greggameplayer
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/core/hle/service/fatal/fatal.h
|
|
|
@ -14,8 +14,8 @@ public: |
|
|
|
public: |
|
|
|
Interface(std::shared_ptr<Module> module, const char* name); |
|
|
|
|
|
|
|
void FatalSimple(Kernel::HLERequestContext& ctx); |
|
|
|
void TransitionToFatalError(Kernel::HLERequestContext& ctx); |
|
|
|
void ThrowFatalWithPolicy(Kernel::HLERequestContext& ctx); |
|
|
|
void ThrowFatalWithCpuContext(Kernel::HLERequestContext& ctx); |
|
|
|
|
|
|
|
protected: |
|
|
|
std::shared_ptr<Module> module; |
|
|
|
|