diff options
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/decode.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/decode.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/decode.cpp b/src/shader_recompiler/frontend/maxwell/decode.cpp index 972f677dc..455c91470 100644 --- a/src/shader_recompiler/frontend/maxwell/decode.cpp +++ b/src/shader_recompiler/frontend/maxwell/decode.cpp | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | // Copyright 2021 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #include <algorithm> | 4 | #include <algorithm> |
| 6 | #include <array> | 5 | #include <array> |
| 7 | #include <bit> | 6 | #include <bit> |
| 8 | #include <memory> | 7 | #include <memory> |
| 9 | #include <string_view> | ||
| 10 | 8 | ||
| 11 | #include "common/common_types.h" | 9 | #include "common/common_types.h" |
| 12 | #include "shader_recompiler/exception.h" | 10 | #include "shader_recompiler/exception.h" |