summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi
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/vi
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/vi/vi.cpp2
-rw-r--r--src/core/hle/service/vi/vi.h2
-rw-r--r--src/core/hle/service/vi/vi_m.cpp2
-rw-r--r--src/core/hle/service/vi/vi_m.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp
index c6d349f92..d3b63949e 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.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/vi/vi.h b/src/core/hle/service/vi/vi.h
index d5837d971..10e894f8c 100644
--- a/src/core/hle/service/vi/vi.h
+++ b/src/core/hle/service/vi/vi.h
@@ -1,4 +1,4 @@
-// Copyright 2018 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/vi/vi_m.cpp b/src/core/hle/service/vi/vi_m.cpp
index 930f5e908..1a5a28b0d 100644
--- a/src/core/hle/service/vi/vi_m.cpp
+++ b/src/core/hle/service/vi/vi_m.cpp
@@ -1,4 +1,4 @@
-// Copyright 2018 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/vi/vi_m.h b/src/core/hle/service/vi/vi_m.h
index 755924d03..70ff7a2f3 100644
--- a/src/core/hle/service/vi/vi_m.h
+++ b/src/core/hle/service/vi/vi_m.h
@@ -1,4 +1,4 @@
-// Copyright 2018 Citra Emulator Project
+// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.