diff options
Diffstat (limited to 'src/shader_recompiler/precompiled_headers.h')
| -rw-r--r-- | src/shader_recompiler/precompiled_headers.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/shader_recompiler/precompiled_headers.h b/src/shader_recompiler/precompiled_headers.h new file mode 100644 index 000000000..5dd6b7eca --- /dev/null +++ b/src/shader_recompiler/precompiled_headers.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | // SPDX-FileCopyrightText: 2022 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include "common/common_precompiled_headers.h" | ||
| 7 | #include "frontend/maxwell/translate/impl/impl.h" | ||