summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2014-12-17 06:38:14 +0100
committerpurpasmart96 <kanzoconfigz@hotmail.com>2014-12-21 06:20:24 +0100
commitebfd831ccba32bce097491db3d6bdff0be05935e (patch)
tree857d1ff2b566c1d8a717c20f6631fba368e956c2 /src/citra/emu_window
parentMerge pull request #308 from Subv/more_savedata (diff)
downloadyuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.tar
yuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.tar.gz
yuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.tar.bz2
yuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.tar.lz
yuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.tar.xz
yuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.tar.zst
yuzu-ebfd831ccba32bce097491db3d6bdff0be05935e.zip
Diffstat (limited to 'src/citra/emu_window')
-rw-r--r--src/citra/emu_window/emu_window_glfw.cpp2
-rw-r--r--src/citra/emu_window/emu_window_glfw.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/citra/emu_window/emu_window_glfw.cpp b/src/citra/emu_window/emu_window_glfw.cpp
index 929e09f43..a6282809b 100644
--- a/src/citra/emu_window/emu_window_glfw.cpp
+++ b/src/citra/emu_window/emu_window_glfw.cpp
@@ -1,5 +1,5 @@
// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2
+// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <GLFW/glfw3.h>
diff --git a/src/citra/emu_window/emu_window_glfw.h b/src/citra/emu_window/emu_window_glfw.h
index 5b04e87bb..5252fccc8 100644
--- a/src/citra/emu_window/emu_window_glfw.h
+++ b/src/citra/emu_window/emu_window_glfw.h
@@ -1,5 +1,5 @@
// Copyright 2014 Citra Emulator Project
-// Licensed under GPLv2
+// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once