mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Update vfp.cpp
VFP: Changed a debug log to trace.
This commit is contained in:
		
							parent
							
								
									0cf3c40aa9
								
							
						
					
					
						commit
						547737f720
					
				@ -807,7 +807,7 @@ void vfp_raise_exceptions(ARMul_State* state, u32 exceptions, u32 inst, u32 fpsc
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    int si_code = 0;
 | 
					    int si_code = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    LOG_DEBUG(Core_ARM11, "VFP: raising exceptions %08x\n", exceptions);
 | 
					    LOG_TRACE(Core_ARM11, "VFP: raising exceptions %08x\n", exceptions);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (exceptions == VFP_EXCEPTION_ERROR) {
 | 
					    if (exceptions == VFP_EXCEPTION_ERROR) {
 | 
				
			||||||
        LOG_TRACE(Core_ARM11, "unhandled bounce %x\n", inst);
 | 
					        LOG_TRACE(Core_ARM11, "unhandled bounce %x\n", inst);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user