diff options
| author | 2021-04-07 20:01:54 -0600 | |
|---|---|---|
| committer | 2021-04-08 19:40:24 -0600 | |
| commit | 03790771a671a3c3f2fd283b4db5e3ec1d8e8ce6 (patch) | |
| tree | 5d56ea1ac9e0db9683e0f9a209226687a445c6cd /src/core/hle/service/bpc | |
| parent | bcat_module: Update to 12.x (diff) | |
| download | yuzu-03790771a671a3c3f2fd283b4db5e3ec1d8e8ce6.tar.gz yuzu-03790771a671a3c3f2fd283b4db5e3ec1d8e8ce6.tar.xz yuzu-03790771a671a3c3f2fd283b4db5e3ec1d8e8ce6.zip | |
bpc: Use proper names
Diffstat (limited to 'src/core/hle/service/bpc')
| -rw-r--r-- | src/core/hle/service/bpc/bpc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/bpc/bpc.cpp b/src/core/hle/service/bpc/bpc.cpp index e4630320e..78e01d8d8 100644 --- a/src/core/hle/service/bpc/bpc.cpp +++ b/src/core/hle/service/bpc/bpc.cpp | |||
| @@ -29,8 +29,8 @@ public: | |||
| 29 | {11, nullptr, "CreateWakeupTimerEx"}, | 29 | {11, nullptr, "CreateWakeupTimerEx"}, |
| 30 | {12, nullptr, "GetLastEnabledWakeupTimerType"}, | 30 | {12, nullptr, "GetLastEnabledWakeupTimerType"}, |
| 31 | {13, nullptr, "CleanAllWakeupTimers"}, | 31 | {13, nullptr, "CleanAllWakeupTimers"}, |
| 32 | {14, nullptr, "Unknown"}, | 32 | {14, nullptr, "GetPowerButton"}, |
| 33 | {15, nullptr, "Unknown2"}, | 33 | {15, nullptr, "SetEnableWakeupTimer"}, |
| 34 | }; | 34 | }; |
| 35 | // clang-format on | 35 | // clang-format on |
| 36 | 36 | ||