MCPcopy Create free account
hub / github.com/Santroller/Santroller / isDualShock2Reply

Function isDualShock2Reply

lib/psx_controller/psx_controller.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static inline bool isDualShock2Reply(const uint8_t *status)
41{
42 return status[1] == 0x79;
43}
44
45static inline bool isDigitalReply(const uint8_t *status)
46{

Callers 1

processDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected