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

Function isGunconReply

lib/psx_controller/psx_controller.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26static inline bool isGunconReply(const uint8_t *status)
27{
28 return status[1] == 0x63;
29}
30static inline bool isMouseReply(const uint8_t *status)
31{
32 return status[1] == 0x12;

Callers 1

processDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected