| 79 | } |
| 80 | |
| 81 | bool GetGamepadDeviceGuid(HContext context, HGamepad gamepad, GamepadGuid* guid) |
| 82 | { |
| 83 | memset(guid, 0, sizeof(*guid)); |
| 84 | return true; |
| 85 | } |
| 86 | |
| 87 | // platform implementations |
| 88 | bool GetPlatformGamepadUserId(HContext context, HGamepad gamepad, uint32_t* out) |
no outgoing calls
no test coverage detected