summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pcie/pcie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/pcie/pcie.cpp')
-rw-r--r--src/core/hle/service/pcie/pcie.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/pcie/pcie.cpp b/src/core/hle/service/pcie/pcie.cpp
index 39cf05eba..c568a0adc 100644
--- a/src/core/hle/service/pcie/pcie.cpp
+++ b/src/core/hle/service/pcie/pcie.cpp
@@ -36,6 +36,9 @@ public:
{18, nullptr, "ReleaseIrq"},
{19, nullptr, "SetIrqEnable"},
{20, nullptr, "SetAspmEnable"},
+ {21, nullptr, "SetResetUponResumeEnable"},
+ {22, nullptr, "Unknown22"},
+ {23, nullptr, "Unknown23"},
};
// clang-format on