diff options
author | bunnei <bunneidev@gmail.com> | 2014-09-02 04:29:23 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-09-02 04:29:23 +0200 |
commit | c0e48432cd262baa6ed84b33cd9dd0d8f585e345 (patch) | |
tree | 0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /src/common/log.h | |
parent | Merge pull request #84 from bunnei/fix-hw-synchronization (diff) | |
parent | Remove hand-crafted Visual Studio solution. (diff) | |
download | yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.gz yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.bz2 yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.lz yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.xz yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.tar.zst yuzu-c0e48432cd262baa6ed84b33cd9dd0d8f585e345.zip |
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index f1f6ffae6..291534c67 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -4,7 +4,9 @@ #pragma once +#ifndef LOGGING #define LOGGING +#endif enum { OS_LEVEL, // Printed by the emulated operating system |