1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 15:46:39 +00:00

Debugger: fix GDBServerVersion

This commit is contained in:
svc64 2024-08-24 17:52:24 +03:00
parent 6225f08397
commit 20e7b0ad67

View file

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