mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-20 03:30:45 -04:00
VFP: disable DBG messages because they spam the console with unimportant skyeye junk
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#ifndef __VFP_H__
|
#ifndef __VFP_H__
|
||||||
#define __VFP_H__
|
#define __VFP_H__
|
||||||
|
|
||||||
#define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__)
|
#define DBG(...) //DEBUG_LOG(ARM11, __VA_ARGS__)
|
||||||
|
|
||||||
#define vfpdebug //printf
|
#define vfpdebug //printf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user