diff options
| author | 2019-09-21 18:42:17 +1000 | |
|---|---|---|
| committer | 2019-09-22 16:30:14 +1000 | |
| commit | 2dbfac652e938e71a3c7b3efde0c76ca9727f1f7 (patch) | |
| tree | cce89bac1f69da951ab0098f5b727378f5c8b0a8 /src | |
| parent | Merge pull request #2535 from DarkLordZach/cheat-v2 (diff) | |
| download | yuzu-2dbfac652e938e71a3c7b3efde0c76ca9727f1f7.tar.gz yuzu-2dbfac652e938e71a3c7b3efde0c76ca9727f1f7.tar.xz yuzu-2dbfac652e938e71a3c7b3efde0c76ca9727f1f7.zip | |
Deglobalize System: Am
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/am/am.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 6c594dcaf..3366fd8ce 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp | |||
| @@ -1066,7 +1066,7 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_) | |||
| 1066 | 1066 | ||
| 1067 | RegisterHandlers(functions); | 1067 | RegisterHandlers(functions); |
| 1068 | 1068 | ||
| 1069 | auto& kernel = Core::System::GetInstance().Kernel(); | 1069 | auto& kernel = system.Kernel(); |
| 1070 | gpu_error_detected_event = Kernel::WritableEvent::CreateEventPair( | 1070 | gpu_error_detected_event = Kernel::WritableEvent::CreateEventPair( |
| 1071 | kernel, Kernel::ResetType::Manual, "IApplicationFunctions:GpuErrorDetectedSystemEvent"); | 1071 | kernel, Kernel::ResetType::Manual, "IApplicationFunctions:GpuErrorDetectedSystemEvent"); |
| 1072 | } | 1072 | } |