Renderdoc (#753)

* [videoout] added renderdoc in-app capture

* [gui] added renderdoc toggle and debug group

* [gui] added renderdoc strings to all languages
This commit is contained in:
Berk
2026-08-03 10:01:41 +03:00
committed by GitHub
parent f3d9439952
commit 8eb2c1e9cb
24 changed files with 437 additions and 33 deletions
+2
View File
@@ -48,6 +48,8 @@ internal static partial class Program
{
ConfigureManagedPluginResolution();
SharpEmu.Libs.VideoOut.RenderDocCapture.Initialize();
try
{
return Run(args);