Wiimote calibration (F10 in OSD).

This commit is contained in:
sorgelig
2019-05-19 02:44:28 +08:00
parent 414861e3bf
commit a406686f4a
4 changed files with 133 additions and 1 deletions

View File

@@ -52,4 +52,7 @@ uint32_t get_amiga_code(uint16_t key);
uint32_t get_atari_code(uint16_t key);
uint32_t get_archie_code(uint16_t key);
int input_has_lightgun();
void input_lightgun_cal(uint16_t *cal);
#endif