Browse Source

pcie: Use proper names

nce_cpp
german77 5 years ago
parent
commit
3507d0d436
  1. 2
      src/core/hle/service/pcie/pcie.cpp

2
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

Loading…
Cancel
Save