diff options
| author | 2014-05-19 22:19:10 -0400 | |
|---|---|---|
| committer | 2014-05-19 22:19:10 -0400 | |
| commit | 29930ac1101ca12213169d9a21c45efa0d07a374 (patch) | |
| tree | 8fdcf73a102726780f81de89cbd83eddc8999b35 | |
| parent | renamed "session" to "handle" (diff) | |
| download | yuzu-29930ac1101ca12213169d9a21c45efa0d07a374.tar.gz yuzu-29930ac1101ca12213169d9a21c45efa0d07a374.tar.xz yuzu-29930ac1101ca12213169d9a21c45efa0d07a374.zip | |
VFP: disable DBG messages because they spam the console with unimportant skyeye junk
| -rw-r--r-- | src/core/arm/interpreter/vfp/vfp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/vfp/vfp.h b/src/core/arm/interpreter/vfp/vfp.h index f738a615b..bbf4caeb0 100644 --- a/src/core/arm/interpreter/vfp/vfp.h +++ b/src/core/arm/interpreter/vfp/vfp.h | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | #ifndef __VFP_H__ | 21 | #ifndef __VFP_H__ |
| 22 | #define __VFP_H__ | 22 | #define __VFP_H__ |
| 23 | 23 | ||
| 24 | #define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__) | 24 | #define DBG(...) //DEBUG_LOG(ARM11, __VA_ARGS__) |
| 25 | 25 | ||
| 26 | #define vfpdebug //printf | 26 | #define vfpdebug //printf |
| 27 | 27 | ||