mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
- Pack 4 analog axes (LX, LY, RX, RY) into single int64 for atomic access - Pack L2/R2 analog triggers into single int32 - Reduce memory per port from 20 to 16 bytes - Reduce atomic stores per SetInput from 5 to 3 - Add RETRO_DEVICE_INDEX_ANALOG_BUTTON support for analog trigger queries - Fallback to digital (0/0x7FFF) for non-trigger analog button queries Wire format: [BTN:2][LX:2][LY:2][RX:2][RY:2][L2:2][R2:2] (14 bytes) |
||
|---|---|---|
| .. | ||
| graphics | ||
| manager | ||
| nanoarch | ||
| caged.go | ||
| cloud.go | ||
| frontend.go | ||
| frontend_test.go | ||
| recording.go | ||
| storage.go | ||
| storage_test.go | ||