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

Function isJogconReply

lib/psx_controller/psx_controller.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 return status[1] == 0x23;
20}
21static inline bool isJogconReply(const uint8_t *status)
22{
23 return (status[1] & 0xF0) == 0xE0;
24}
25
26static inline bool isGunconReply(const uint8_t *status)
27{

Callers 1

processDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected