MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getRegisterSize

Method getRegisterSize

pcsx2/DebugTools/DebugInterface.cpp:377–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377int R5900DebugInterface::getRegisterSize(int cat)
378{
379 switch (cat)
380 {
381 case EECAT_GPR:
382 case EECAT_VU0F:
383 return 128;
384 case EECAT_CP0:
385 case EECAT_FPR:
386 case EECAT_FCR:
387 case EECAT_VU0I:
388 return 32;
389 case EECAT_GSPRIV:
390 return 64;
391 default:
392 return 0;
393 }
394}
395
396int R5900DebugInterface::getRegisterCount(int cat)
397{

Callers 7

paintEventMethod · 0.80
mousePressEventMethod · 0.80
mouseDoubleClickEventMethod · 0.80
customMenuRequestedMethod · 0.80
fetchNewValueMethod · 0.80
GetOpcodeInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected