mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	yuzu/bootmanager: Define Vulkan widget only when enabled
This commit is contained in:
		
							parent
							
								
									252415a163
								
							
						
					
					
						commit
						a7beabb68f
					
				| @ -214,6 +214,7 @@ public: | ||||
|     } | ||||
| }; | ||||
| 
 | ||||
| #ifdef HAS_VULKAN | ||||
| class GVKWidgetInternal final : public GWidgetInternal { | ||||
| public: | ||||
|     GVKWidgetInternal(GRenderWindow* parent, QVulkanInstance* instance) : GWidgetInternal(parent) { | ||||
| @ -222,6 +223,7 @@ public: | ||||
|     } | ||||
|     ~GVKWidgetInternal() override = default; | ||||
| }; | ||||
| #endif | ||||
| 
 | ||||
| GRenderWindow::GRenderWindow(GMainWindow* parent, EmuThread* emu_thread) | ||||
|     : QWidget(parent), emu_thread(emu_thread) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 ReinUsesLisp
						ReinUsesLisp