diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-21 06:42:17 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-21 06:42:19 +0200 |
commit | 059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3 (patch) | |
tree | 118c832019dac49a2390b1d4756bb0da066395f2 /src | |
parent | Merge pull request #4376 from ogniK5377/dark-wait-tree (diff) | |
download | yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.gz yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.bz2 yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.lz yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.xz yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.tar.zst yuzu-059305a6bfb7fdc48ac5a78dadc1a0e1b8b98cc3.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/video_core/compatible_formats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/compatible_formats.h b/src/video_core/compatible_formats.h index d1082566d..51766349b 100644 --- a/src/video_core/compatible_formats.h +++ b/src/video_core/compatible_formats.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <array> #include <bitset> #include <cstddef> |