Browse Source

VideoCore: Add option to dump the macros.

nce_cpp
Fernando Sahmkow 4 years ago
parent
commit
5ef7ad3294
  1. 1
      src/video_core/macro/macro.cpp

1
src/video_core/macro/macro.cpp

@ -8,6 +8,7 @@
#include <boost/container_hash/hash.hpp> #include <boost/container_hash/hash.hpp>
#include <fstream>
#include "common/assert.h" #include "common/assert.h"
#include "common/fs/fs.h" #include "common/fs/fs.h"
#include "common/fs/path_util.h" #include "common/fs/path_util.h"

Loading…
Cancel
Save