summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Subv2014-12-21 16:45:13 -0500
committerGravatar Subv2014-12-21 16:45:13 -0500
commit3e94b9054c542d3d76e6db622f361a03de788410 (patch)
tree7e2f547c48926d335e74809a29f8ea821b19fa03 /src/core
parentCFG: Create a new subfolder cfg inside service to handle cfg (diff)
downloadyuzu-3e94b9054c542d3d76e6db622f361a03de788410.tar.gz
yuzu-3e94b9054c542d3d76e6db622f361a03de788410.tar.xz
yuzu-3e94b9054c542d3d76e6db622f361a03de788410.zip
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/cfg/cfg_i.cpp2
-rw-r--r--src/core/hle/service/cfg/cfg_u.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/cfg/cfg_i.cpp b/src/core/hle/service/cfg/cfg_i.cpp
index b3f28f8e5..3254cc10e 100644
--- a/src/core/hle/service/cfg/cfg_i.cpp
+++ b/src/core/hle/service/cfg/cfg_i.cpp
@@ -1,5 +1,5 @@
1// Copyright 2014 Citra Emulator Project 1// Copyright 2014 Citra Emulator Project
2// Licensed under GPLv2 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "common/log.h" 5#include "common/log.h"
diff --git a/src/core/hle/service/cfg/cfg_u.cpp b/src/core/hle/service/cfg/cfg_u.cpp
index 439fcdbb9..59934ea46 100644
--- a/src/core/hle/service/cfg/cfg_u.cpp
+++ b/src/core/hle/service/cfg/cfg_u.cpp
@@ -1,5 +1,5 @@
1// Copyright 2014 Citra Emulator Project 1// Copyright 2014 Citra Emulator Project
2// Licensed under GPLv2 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "common/file_util.h" 5#include "common/file_util.h"