summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-08 21:55:57 +0200
committergerman77 <juangerman-13@hotmail.com>2021-04-09 03:40:25 +0200
commit4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f (patch)
tree4fcc6e1786596ff58626e2919e7adeb1684c85f8
parentolsc: Update to 12.x (diff)
downloadyuzu-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
-rw-r--r--src/core/hle/service/pcie/pcie.cpp2
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