summaryrefslogtreecommitdiff
path: root/src/common/common_funcs.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-12-04 19:41:03 +0100
committerGravatar Tony Wasserka2014-12-09 16:37:34 +0100
commit0cd27a511ecd170484b672263c09192b579e31ac (patch)
treedfa2dece82fcbcfe45708582a493ee0ff317ce82 /src/common/common_funcs.h
parentcitra-qt: Add pica framebuffer widget. (diff)
downloadyuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.gz
yuzu-0cd27a511ecd170484b672263c09192b579e31ac.tar.xz
yuzu-0cd27a511ecd170484b672263c09192b579e31ac.zip
Some code cleanup.
Diffstat (limited to 'src/common/common_funcs.h')
-rw-r--r--src/common/common_funcs.h2
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()