mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Update core.cpp
This commit is contained in:
		
							parent
							
								
									1998a16557
								
							
						
					
					
						commit
						30d2ba9de3
					
				@ -80,7 +80,6 @@ System::ResultStatus System::Load(EmuWindow* emu_window, const std::string& file
 | 
				
			|||||||
    if (system_mode.second != Loader::ResultStatus::Success) {
 | 
					    if (system_mode.second != Loader::ResultStatus::Success) {
 | 
				
			||||||
        LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!",
 | 
					        LOG_CRITICAL(Core, "Failed to determine system mode (Error %i)!",
 | 
				
			||||||
                     static_cast<int>(system_mode.second));
 | 
					                     static_cast<int>(system_mode.second));
 | 
				
			||||||
        System::Shutdown();
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        switch (system_mode.second) {
 | 
					        switch (system_mode.second) {
 | 
				
			||||||
        case Loader::ResultStatus::ErrorEncrypted:
 | 
					        case Loader::ResultStatus::ErrorEncrypted:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user