summaryrefslogtreecommitdiff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-01-11 00:57:48 -0500
committerGravatar bunnei2015-01-11 00:57:48 -0500
commitc6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c (patch)
tree8a5260f8e44f637f90e3c84565be04e4d84cedc3 /src/common/common.h
parentMerge pull request #460 from chinhodado/revert-319-travis-apt-cache (diff)
parentAdded Archive ID to fs:USER debug logs involving opening the archive. (diff)
downloadyuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.gz
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.xz
yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.zip
Merge pull request #459 from archshift/logs
Small additions and fixes to logging
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/common.h b/src/common/common.h
index bf48ae667..3246c7797 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -11,13 +11,6 @@
11#include <cstdio> 11#include <cstdio>
12#include <cstring> 12#include <cstring>
13 13
14// Force enable logging in the right modes. For some reason, something had changed
15// so that debugfast no longer logged.
16#if defined(_DEBUG) || defined(DEBUGFAST)
17#undef LOGGING
18#define LOGGING 1
19#endif
20
21#define STACKALIGN 14#define STACKALIGN
22 15
23// An inheritable class to disallow the copy constructor and operator= functions 16// An inheritable class to disallow the copy constructor and operator= functions