gdb: some more cleanups

This commit is contained in:
GreemDev 2025-10-22 15:04:03 -05:00 committed by KeatonTheBot
parent 35449846d9
commit 52b6fcf1a4
5 changed files with 14 additions and 30 deletions

View file

@ -6,6 +6,9 @@ namespace Ryujinx.HLE.Debugger.Gdb
{
static class GdbRegisters
{
public const int Count64 = 68;
public const int Count32 = 66;
/*
FPCR = FPSR & ~FpcrMask
All of FPCR's bits are reserved in FPCR and vice versa,