mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	core: fix err_f.cpp warning about unhandled enumeration value on OSX
This commit is contained in:
		
							parent
							
								
									f352a741d3
								
							
						
					
					
						commit
						2ca3beb9d3
					
				@ -227,6 +227,8 @@ static void ThrowFatalError(Interface* self) {
 | 
			
		||||
            LOG_CRITICAL(Service_ERR, "FINST2: 0x%08X",
 | 
			
		||||
                         errtype.exception_data.exception_info.fpinst2);
 | 
			
		||||
            break;
 | 
			
		||||
        case ExceptionType::Undefined:
 | 
			
		||||
            break; // Not logging exception_info for this case
 | 
			
		||||
        }
 | 
			
		||||
        LOG_CRITICAL(Service_ERR, "Datetime: %s", GetCurrentSystemTime().c_str());
 | 
			
		||||
        break;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user