diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-04 19:41:03 +0100 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-09 16:37:34 +0100 |
commit | 0cd27a511ecd170484b672263c09192b579e31ac (patch) | |
tree | dfa2dece82fcbcfe45708582a493ee0ff317ce82 /src/common | |
parent | citra-qt: Add pica framebuffer widget. (diff) | |
download | yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.gz yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.bz2 yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.lz yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.xz yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.zst yuzu-0cd27a511ecd170484b672263c09192b579e31ac.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/common_funcs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common_funcs.h b/src/common/common_funcs.h index 3f6df075a..db041780a 100644 --- a/src/common/common_funcs.h +++ b/src/common/common_funcs.h @@ -39,6 +39,8 @@ template<> struct CompileTimeAssert<true> {}; #include <sys/endian.h> #endif +#include "common_types.h" + // go to debugger mode #ifdef GEKKO #define Crash() |