diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-12-04 23:48:57 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-12-04 23:48:59 -0500 |
| commit | eefd6a10f587d2eca688a4910956284d1928dd4c (patch) | |
| tree | 0d736d82daf15ef9802742e98381aa8749d62b0d /Source/Core/VideoCommon/FramebufferShaderGen.cpp | |
| parent | f8c90f04849d1acadc1774b79769b8dadd622a8e (diff) | |
VideoCommon/FramebufferShaderGen: Add missing initial source file comments
Makes the source files consistent with the rest of the VideoCommon code.
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferShaderGen.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/FramebufferShaderGen.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/FramebufferShaderGen.cpp b/Source/Core/VideoCommon/FramebufferShaderGen.cpp index b3e641a14e..e2b712b115 100644 --- a/Source/Core/VideoCommon/FramebufferShaderGen.cpp +++ b/Source/Core/VideoCommon/FramebufferShaderGen.cpp @@ -1,5 +1,11 @@ +// Copyright 2019 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #include "VideoCommon/FramebufferShaderGen.h" + #include <sstream> + #include "VideoCommon/FramebufferManager.h" #include "VideoCommon/TextureDecoder.h" #include "VideoCommon/VertexShaderGen.h" |
