mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Frontend: Allow opening the Surface View widget in the Qt frontend.
This commit is contained in:
		
							parent
							
								
									1c31e2b3d2
								
							
						
					
					
						commit
						025d111308
					
				| @ -30,6 +30,7 @@ | ||||
| #include "yuzu/configuration/config.h" | ||||
| #include "yuzu/configuration/configure_dialog.h" | ||||
| #include "yuzu/debugger/graphics/graphics_breakpoints.h" | ||||
| #include "yuzu/debugger/graphics/graphics_surface.h" | ||||
| #include "yuzu/debugger/profiler.h" | ||||
| #include "yuzu/debugger/registers.h" | ||||
| #include "yuzu/debugger/wait_tree.h" | ||||
| @ -169,6 +170,11 @@ void GMainWindow::InitializeDebugWidgets() { | ||||
|     graphicsBreakpointsWidget->hide(); | ||||
|     debug_menu->addAction(graphicsBreakpointsWidget->toggleViewAction()); | ||||
| 
 | ||||
|     graphicsSurfaceWidget = new GraphicsSurfaceWidget(Tegra::g_debug_context, this); | ||||
|     addDockWidget(Qt::RightDockWidgetArea, graphicsSurfaceWidget); | ||||
|     graphicsSurfaceWidget->hide(); | ||||
|     debug_menu->addAction(graphicsSurfaceWidget->toggleViewAction()); | ||||
| 
 | ||||
|     waitTreeWidget = new WaitTreeWidget(this); | ||||
|     addDockWidget(Qt::LeftDockWidgetArea, waitTreeWidget); | ||||
|     waitTreeWidget->hide(); | ||||
|  | ||||
| @ -16,6 +16,7 @@ class EmuThread; | ||||
| class GameList; | ||||
| class GImageInfo; | ||||
| class GraphicsBreakPointsWidget; | ||||
| class GraphicsSurfaceWidget; | ||||
| class GRenderWindow; | ||||
| class MicroProfileDialog; | ||||
| class ProfilerWidget; | ||||
| @ -155,6 +156,7 @@ private: | ||||
|     MicroProfileDialog* microProfileDialog; | ||||
|     RegistersWidget* registersWidget; | ||||
|     GraphicsBreakPointsWidget* graphicsBreakpointsWidget; | ||||
|     GraphicsSurfaceWidget* graphicsSurfaceWidget; | ||||
|     WaitTreeWidget* waitTreeWidget; | ||||
| 
 | ||||
|     QAction* actions_recent_files[max_recent_files_item]; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Subv
						Subv