mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	
						commit
						63d2ba4f69
					
				| @ -71,7 +71,7 @@ EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(Core::System& system, bool fullscreen) | ||||
| EmuWindow_SDL2_VK::~EmuWindow_SDL2_VK() = default; | ||||
| 
 | ||||
| std::unique_ptr<Core::Frontend::GraphicsContext> EmuWindow_SDL2_VK::CreateSharedContext() const { | ||||
|     return std::make_unique<DummyContext>() | ||||
|     return std::make_unique<DummyContext>(); | ||||
| } | ||||
| 
 | ||||
| void EmuWindow_SDL2_VK::Present() { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Fernando Sahmkow
						Fernando Sahmkow