mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 13:07:41 -07:00
Debugger: fix GDBServerVersion
This commit is contained in:
parent
6225f08397
commit
20e7b0ad67
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user