mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-01-11 20:10:30 +00:00
rename TruncatedApplicationTitle
This commit is contained in:
parent
1910ab363a
commit
31cb0a6a13
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ namespace Ryujinx.Ava.UI.Renderer
|
|||
if (RenderDoc.IsFrameCapturing) return false;
|
||||
|
||||
RenderDoc.StartFrameCapture(nint.Zero, WindowHandle);
|
||||
RenderDoc.SetCaptureTitle(TitleHelper.TruncatedApplicationTitle(device.Processes.ActiveApplication, Program.Version));
|
||||
RenderDoc.SetCaptureTitle(TitleHelper.FormatRenderDocCaptureTitle(device.Processes.ActiveApplication, Program.Version));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ namespace Ryujinx.Ava.Utilities
|
|||
: appTitle;
|
||||
}
|
||||
|
||||
public static string TruncatedApplicationTitle(ProcessResult activeProcess, string applicationVersion)
|
||||
public static string FormatRenderDocCaptureTitle(ProcessResult activeProcess, string applicationVersion)
|
||||
{
|
||||
if (activeProcess == null)
|
||||
return string.Empty;
|
||||
|
|
|
|||
Loading…
Reference in a new issue