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

Function sioNextFrame

pcsx2/SIO/Sio.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16_mcd *mcd;
17
18void sioNextFrame() {
19 for ( uint port = 0; port < 2; ++port ) {
20 for ( uint slot = 0; slot < 4; ++slot ) {
21 mcds[port][slot].NextFrame();
22 }
23 }
24}
25
26void sioSetGameSerial( const std::string& serial ) {
27 for ( uint port = 0; port < 2; ++port ) {

Callers 1

cdvdVsyncFunction · 0.85

Calls 1

NextFrameMethod · 0.45

Tested by

no test coverage detected