mirror of
https://github.com/libretro/Play-.git
synced 2025-02-08 10:06:43 +00:00
Print COLCLAMP's contents.
This commit is contained in:
parent
385e7c3d12
commit
11fe116f90
@ -1481,6 +1481,9 @@ std::string CGSHandler::DisassembleWrite(uint8 registerId, uint64 data)
|
||||
(registerId == GS_REG_SCISSOR_1) ? 1 : 2, scissor.scax0, scissor.scax1, scissor.scay0, scissor.scay1);
|
||||
}
|
||||
break;
|
||||
case GS_REG_COLCLAMP:
|
||||
result = string_format("COLCLAMP(CLAMP: %d)", data & 1);
|
||||
break;
|
||||
case GS_REG_TEST_1:
|
||||
case GS_REG_TEST_2:
|
||||
{
|
||||
|
@ -56,6 +56,7 @@ enum GS_REGS
|
||||
GS_REG_SCISSOR_2 = 0x41,
|
||||
GS_REG_ALPHA_1 = 0x42,
|
||||
GS_REG_ALPHA_2 = 0x43,
|
||||
GS_REG_COLCLAMP = 0x46,
|
||||
GS_REG_TEST_1 = 0x47,
|
||||
GS_REG_TEST_2 = 0x48,
|
||||
GS_REG_PABE = 0x49,
|
||||
|
Loading…
x
Reference in New Issue
Block a user