summaryrefslogtreecommitdiffstats
path: root/src/video_core/guest_driver.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-01-05 17:08:39 +0100
committerFernandoS27 <fsahmkow27@gmail.com>2020-01-24 21:43:29 +0100
commitdc5cfa8d287757dede737553b6f1f8521971c6e2 (patch)
treeba57a2e25d25d46aae22d18f032ac9e70d982ed7 /src/video_core/guest_driver.h
parentGuest_driver: Correct compiling errors in GCC. (diff)
downloadyuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar
yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.gz
yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.bz2
yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.lz
yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.xz
yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.zst
yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.zip
Diffstat (limited to 'src/video_core/guest_driver.h')
-rw-r--r--src/video_core/guest_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/guest_driver.h b/src/video_core/guest_driver.h
index 7687a0434..e08588ee9 100644
--- a/src/video_core/guest_driver.h
+++ b/src/video_core/guest_driver.h
@@ -1,4 +1,4 @@
-// Copyright 2019 yuzu Emulator Project
+// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.