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

Function sioPadIsMultitapSlot

pcsx2/SIO/Sio.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool sioPadIsMultitapSlot(u32 index)
57{
58 return (index >= 2);
59}
60
61bool sioPortAndSlotIsMultitap(u32 port, u32 slot)
62{

Callers 3

createWidgetsMethod · 0.85
AddPadBindingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected