diff options
| author | 2021-04-07 01:44:26 -0400 | |
|---|---|---|
| committer | 2021-04-07 01:53:04 -0400 | |
| commit | 4cdc701fd39f0771825088be17736b5cc4b954ce (patch) | |
| tree | bbfb749b42d698f974b5172fc02c531f5b48626a /src/core | |
| parent | IHomeMenuFunctions: Update to 12.x (diff) | |
| download | yuzu-4cdc701fd39f0771825088be17736b5cc4b954ce.tar.gz yuzu-4cdc701fd39f0771825088be17736b5cc4b954ce.tar.xz yuzu-4cdc701fd39f0771825088be17736b5cc4b954ce.zip | |
IGlobalStateController: Update to 12.x
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/am/am.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index f4d8ea06a..748cdecac 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp | |||
| @@ -1754,6 +1754,7 @@ IGlobalStateController::IGlobalStateController(Core::System& system_) | |||
| 1754 | {13, nullptr, "UpdateDefaultDisplayResolution"}, | 1754 | {13, nullptr, "UpdateDefaultDisplayResolution"}, |
| 1755 | {14, nullptr, "ShouldSleepOnBoot"}, | 1755 | {14, nullptr, "ShouldSleepOnBoot"}, |
| 1756 | {15, nullptr, "GetHdcpAuthenticationFailedEvent"}, | 1756 | {15, nullptr, "GetHdcpAuthenticationFailedEvent"}, |
| 1757 | {30, nullptr, "OpenCradleFirmwareUpdater"}, | ||
| 1757 | }; | 1758 | }; |
| 1758 | // clang-format on | 1759 | // clang-format on |
| 1759 | 1760 | ||