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

Function GSReadLocalMemoryUnsync

pcsx2/GS/GS.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void GSReadLocalMemoryUnsync(u8* mem, u32 qwc, u64 BITBLITBUF, u64 TRXPOS, u64 TRXREG)
415{
416 g_gs_renderer->ReadLocalMemoryUnsync(mem, qwc, GIFRegBITBLTBUF{BITBLITBUF}, GIFRegTRXPOS{TRXPOS}, GIFRegTRXREG{TRXREG});
417}
418
419void GSgifTransfer(const u8* mem, u32 size)
420{

Callers 1

InitAndReadFIFOMethod · 0.85

Calls 1

ReadLocalMemoryUnsyncMethod · 0.80

Tested by

no test coverage detected