summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pctl
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-13 22:22:39 +0100
committerbunnei <bunneidev@gmail.com>2018-01-13 22:22:39 +0100
commit1247c537860b3e3c6020372883181b6e44bedaf7 (patch)
tree1b81da8028db0810350cd1dd7a0fc7c941cda30f /src/core/hle/service/pctl
parentRemove settings issues in sdl and fix a few files that broke in mingw (diff)
downloadyuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar
yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.gz
yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.bz2
yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.lz
yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.xz
yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.zst
yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/pctl/pctl.cpp2
-rw-r--r--src/core/hle/service/pctl/pctl.h2
-rw-r--r--src/core/hle/service/pctl/pctl_a.cpp2
-rw-r--r--src/core/hle/service/pctl/pctl_a.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/core/hle/service/pctl/pctl.cpp b/src/core/hle/service/pctl/pctl.cpp
index 1b92f9f84..692b27a71 100644
--- a/src/core/hle/service/pctl/pctl.cpp
+++ b/src/core/hle/service/pctl/pctl.cpp
@@ -1,4 +1,4 @@
-// Copyright 2017 Citra Emulator Project
+// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
diff --git a/src/core/hle/service/pctl/pctl.h b/src/core/hle/service/pctl/pctl.h
index 132eb0cc1..5fa67dd1b 100644
--- a/src/core/hle/service/pctl/pctl.h
+++ b/src/core/hle/service/pctl/pctl.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Citra Emulator Project
+// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
diff --git a/src/core/hle/service/pctl/pctl_a.cpp b/src/core/hle/service/pctl/pctl_a.cpp
index 9fef0bcf1..904a31c6b 100644
--- a/src/core/hle/service/pctl/pctl_a.cpp
+++ b/src/core/hle/service/pctl/pctl_a.cpp
@@ -1,4 +1,4 @@
-// Copyright 2017 Citra Emulator Project
+// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
diff --git a/src/core/hle/service/pctl/pctl_a.h b/src/core/hle/service/pctl/pctl_a.h
index b61622cec..a89c8d07d 100644
--- a/src/core/hle/service/pctl/pctl_a.h
+++ b/src/core/hle/service/pctl/pctl_a.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Citra Emulator Project
+// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.