#582 fix
This commit is contained in:
		@@ -1075,6 +1075,8 @@ static void onConsoleLoadCommandConfirmed(Console* console, const char* param)
 | 
			
		||||
 | 
			
		||||
static void load(Console* console, const char* path, const char* hash)
 | 
			
		||||
{
 | 
			
		||||
	if(hash)
 | 
			
		||||
	{
 | 
			
		||||
		s32 size = 0;
 | 
			
		||||
		const char* name = getCartName(path);
 | 
			
		||||
 | 
			
		||||
@@ -1091,6 +1093,8 @@ static void load(Console* console, const char* path, const char* hash)
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		commandDone(console);
 | 
			
		||||
	}
 | 
			
		||||
	else onConsoleLoadCommandConfirmed(console, path);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
typedef void(*ConfirmCallback)(Console* console, const char* param);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user