summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pcie/pcie.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-12-30 06:58:38 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-12-30 06:58:38 +0100
commit157fc2d785fff19cf657b37300075747368c829a (patch)
treee75dfd9d82005b2e34ab241cc7956e3a42a7c2ca /src/core/hle/service/pcie/pcie.cpp
parentMerge pull request #5247 from comex/xx-concepts (diff)
downloadyuzu-157fc2d785fff19cf657b37300075747368c829a.tar
yuzu-157fc2d785fff19cf657b37300075747368c829a.tar.gz
yuzu-157fc2d785fff19cf657b37300075747368c829a.tar.bz2
yuzu-157fc2d785fff19cf657b37300075747368c829a.tar.lz
yuzu-157fc2d785fff19cf657b37300075747368c829a.tar.xz
yuzu-157fc2d785fff19cf657b37300075747368c829a.tar.zst
yuzu-157fc2d785fff19cf657b37300075747368c829a.zip
Diffstat (limited to '')
-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 80c0fc7ac..f6686fc4d 100644
--- a/src/core/hle/service/pcie/pcie.cpp
+++ b/src/core/hle/service/pcie/pcie.cpp
@@ -48,7 +48,7 @@ public:
class PCIe final : public ServiceFramework<PCIe> {
public:
- explicit PCIe(Core::System& system_) : ServiceFramework{system, "pcie"} {
+ explicit PCIe(Core::System& system_) : ServiceFramework{system_, "pcie"} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "RegisterClassDriver"},