diff options
| author | 2020-01-05 12:08:39 -0400 | |
|---|---|---|
| committer | 2020-01-24 16:43:29 -0400 | |
| commit | dc5cfa8d287757dede737553b6f1f8521971c6e2 (patch) | |
| tree | ba57a2e25d25d46aae22d18f032ac9e70d982ed7 /src/video_core/guest_driver.h | |
| parent | Guest_driver: Correct compiling errors in GCC. (diff) | |
| download | yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.gz yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.tar.xz yuzu-dc5cfa8d287757dede737553b6f1f8521971c6e2.zip | |
Shader_IR: Address Feedback
Diffstat (limited to 'src/video_core/guest_driver.h')
| -rw-r--r-- | src/video_core/guest_driver.h | 2 |
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 @@ | |||
| 1 | // Copyright 2019 yuzu Emulator Project | 1 | // Copyright 2020 yuzu Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 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 | ||