diff options
| author | 2022-03-26 14:03:02 +0100 | |
|---|---|---|
| committer | 2022-10-06 21:00:53 +0200 | |
| commit | 8bb604b3bec4792ee642d865f49690e1ea181a44 (patch) | |
| tree | 0c25b227e94743847f60e24ea744878abd759454 /src/video_core/macro/macro.cpp | |
| parent | NVDRV: Further improvements. (diff) | |
| download | yuzu-8bb604b3bec4792ee642d865f49690e1ea181a44.tar.gz yuzu-8bb604b3bec4792ee642d865f49690e1ea181a44.tar.xz yuzu-8bb604b3bec4792ee642d865f49690e1ea181a44.zip | |
VideoCore: Add option to dump the macros.
Diffstat (limited to 'src/video_core/macro/macro.cpp')
| -rw-r--r-- | src/video_core/macro/macro.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/macro/macro.cpp b/src/video_core/macro/macro.cpp index 43f8b5904..f61d5998e 100644 --- a/src/video_core/macro/macro.cpp +++ b/src/video_core/macro/macro.cpp | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #include <boost/container_hash/hash.hpp> | 9 | #include <boost/container_hash/hash.hpp> |
| 10 | 10 | ||
| 11 | #include <fstream> | ||
| 11 | #include "common/assert.h" | 12 | #include "common/assert.h" |
| 12 | #include "common/fs/fs.h" | 13 | #include "common/fs/fs.h" |
| 13 | #include "common/fs/path_util.h" | 14 | #include "common/fs/path_util.h" |