summaryrefslogtreecommitdiff
path: root/src/video_core/macro/macro.cpp
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2022-03-26 14:03:02 +0100
committerGravatar Fernando Sahmkow2022-10-06 21:00:53 +0200
commit8bb604b3bec4792ee642d865f49690e1ea181a44 (patch)
tree0c25b227e94743847f60e24ea744878abd759454 /src/video_core/macro/macro.cpp
parentNVDRV: Further improvements. (diff)
downloadyuzu-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.cpp1
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"