mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-21 00:05:30 +00:00
(Sensor) Windows build fix
This commit is contained in:
parent
b109b9b01f
commit
a5eed07afc
2
driver.h
2
driver.h
@ -614,7 +614,7 @@ retro_proc_address_t driver_get_proc_address(const char *sym);
|
||||
bool driver_set_rumble_state(unsigned port, enum retro_rumble_effect effect, uint16_t strength);
|
||||
// Used by RETRO_ENVIRONMENT_GET_SENSOR_INTERFACE
|
||||
bool driver_set_sensor_state(unsigned port, enum retro_sensor_action action, unsigned rate);
|
||||
float driver_sensor_get_input(unsigned port, enum retro_sensor_action action);
|
||||
float driver_sensor_get_input(unsigned port, unsigned action);
|
||||
|
||||
// Used by RETRO_ENVIRONMENT_GET_CAMERA_INTERFACE
|
||||
#ifdef HAVE_CAMERA
|
||||
|
Loading…
x
Reference in New Issue
Block a user