mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 19:37:06 +00:00
gdb: some more cleanups
This commit is contained in:
parent
35449846d9
commit
52b6fcf1a4
5 changed files with 14 additions and 30 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue