Debugger: fix GDBServerVersion

This commit is contained in:
svc64 2024-08-24 17:52:24 +03:00
parent 6225f08397
commit 20e7b0ad67
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ namespace Ryujinx.HLE.Debugger
case 'q':
if (ss.ConsumeRemaining("GDBServerVersion"))
{
Reply($"name:Ryujinx;version:{ReleaseInformation.GetVersion()};");
Reply($"name:Ryujinx;version:{ReleaseInformation.Version};");
break;
}