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

Method transfer

pcsx2/Dmac.cpp:11–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "ps2/HwInternal.h"
10
11bool DMACh::transfer(const char *s, tDMA_TAG* ptag)
12{
13 if (ptag == NULL) // Is ptag empty?
14 {
15 throwBusError(s);
16 return false;
17 }
18 chcrTransfer(ptag);
19
20 qwcTransfer(ptag);
21 return true;
22}
23
24void DMACh::unsafeTransfer(tDMA_TAG* ptag)
25{

Callers 5

vif1SetupTransferFunction · 0.80
_dmaSPR1Function · 0.80
ReadTagFunction · 0.80
vif0SetupTransferFunction · 0.80
IPU1dmaFunction · 0.80

Calls 1

throwBusErrorFunction · 0.85

Tested by

no test coverage detected