diff options
| author | 2014-12-04 19:41:03 +0100 | |
|---|---|---|
| committer | 2014-12-09 16:37:34 +0100 | |
| commit | 0cd27a511ecd170484b672263c09192b579e31ac (patch) | |
| tree | dfa2dece82fcbcfe45708582a493ee0ff317ce82 /src/common/common_funcs.h | |
| parent | citra-qt: Add pica framebuffer widget. (diff) | |
| download | yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.gz yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.xz yuzu-0cd27a511ecd170484b672263c09192b579e31ac.zip | |
Some code cleanup.
Diffstat (limited to '')
| -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> {}; | |||
| 39 | #include <sys/endian.h> | 39 | #include <sys/endian.h> |
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
| 42 | #include "common_types.h" | ||
| 43 | |||
| 42 | // go to debugger mode | 44 | // go to debugger mode |
| 43 | #ifdef GEKKO | 45 | #ifdef GEKKO |
| 44 | #define Crash() | 46 | #define Crash() |