mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #1482 from LittleWhite-tb/mac-opengl-check
Fix missing return
This commit is contained in:
		
						commit
						d622a2235b
					
				@ -29,6 +29,8 @@ Result Init(EmuWindow* emu_window) {
 | 
			
		||||
    }
 | 
			
		||||
    AudioCore::Init();
 | 
			
		||||
    GDBStub::Init();
 | 
			
		||||
 | 
			
		||||
    return Result::Success;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Shutdown() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user