mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 14:52:58 +02:00
gsdx: SW JIT debug helper
Allow to compare 32/64 bits (and all ISAs too) Allow to breakpoint (int3) Print selector info Print size of buffer and start (disabled by default)
This commit is contained in:
@@ -100,6 +100,9 @@ GSDrawScanlineCodeGenerator::GSDrawScanlineCodeGenerator(void* param, uint64 key
|
||||
{
|
||||
m_sel.key = key;
|
||||
|
||||
if(m_sel.breakpoint)
|
||||
int3();
|
||||
|
||||
Generate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user