diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 13:55:57 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-08 19:40:25 -0600 |
commit | 4530b58eb0cdd8ac8268625dd44e29be6b7b7f9f (patch) | |
tree | 4fcc6e1786596ff58626e2919e7adeb1684c85f8 /src | |
parent | 53f1560a24bfe1ae8f901d934fb3dd62c5002896 (diff) |
pcie: Use proper names
Diffstat (limited to 'src')
-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 |