mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Added a xf.numtexgen != bp.numtextgen error log if there is a mismatch detected.
This commit is contained in:
parent
b4399dbdf3
commit
539f270c67
@ -232,6 +232,9 @@ void VertexManager::Flush()
|
||||
|
||||
GFX_DEBUGGER_PAUSE_AT(NEXT_FLUSH, true);
|
||||
|
||||
if (xfmem.numTexGen.numTexGens != bpmem.genMode.numtexgens)
|
||||
ERROR_LOG(VIDEO, "xf.numtexgens (%d) does not match bp.numtexgens (%d). Error in command stream.", xfmem.numTexGen.numTexGens, bpmem.genMode.numtexgens.Value());
|
||||
|
||||
IsFlushed = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user