diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 21:55:57 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-09 03:40:25 +0200 |
commit | 4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f (patch) | |
tree | 4fcc6e1786596ff58626e2919e7adeb1684c85f8 /src/core/hle/service | |
parent | olsc: Update to 12.x (diff) | |
download | yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.tar yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.tar.gz yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.tar.bz2 yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.tar.lz yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.tar.xz yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.tar.zst yuzu-4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f.zip |
Diffstat (limited to 'src/core/hle/service')
-rw-r--r-- | src/core/hle/service/pcie/pcie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/pcie/pcie.cpp b/src/core/hle/service/pcie/pcie.cpp index f6686fc4d..9bc851591 100644 --- a/src/core/hle/service/pcie/pcie.cpp +++ b/src/core/hle/service/pcie/pcie.cpp @@ -37,7 +37,7 @@ public: {19, nullptr, "SetIrqEnable"}, {20, nullptr, "SetAspmEnable"}, {21, nullptr, "SetResetUponResumeEnable"}, - {22, nullptr, "Unknown22"}, + {22, nullptr, "ResetFunction"}, {23, nullptr, "Unknown23"}, }; // clang-format on |