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:
Gregory Hainaut
2016-11-19 17:00:32 +01:00
parent 633f7a1db9
commit e31ce87bb3
3 changed files with 40 additions and 1 deletions
@@ -100,6 +100,9 @@ GSDrawScanlineCodeGenerator::GSDrawScanlineCodeGenerator(void* param, uint64 key
{
m_sel.key = key;
if(m_sel.breakpoint)
int3();
Generate();
}