mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	VFP: disable DBG messages because they spam the console with unimportant skyeye junk
This commit is contained in:
		
							parent
							
								
									088a2de9a6
								
							
						
					
					
						commit
						29930ac110
					
				@ -21,7 +21,7 @@
 | 
			
		||||
#ifndef __VFP_H__
 | 
			
		||||
#define __VFP_H__
 | 
			
		||||
 | 
			
		||||
#define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__)
 | 
			
		||||
#define DBG(...) //DEBUG_LOG(ARM11, __VA_ARGS__)
 | 
			
		||||
 | 
			
		||||
#define vfpdebug //printf
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user