mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fixed error for UWP
This commit is contained in:
parent
55ce774527
commit
6ade32336a
@ -2809,7 +2809,7 @@ unsigned *input_config_get_device_ptr(unsigned port)
|
||||
|
||||
unsigned input_config_get_device_count(void)
|
||||
{
|
||||
unsigned num_devices;
|
||||
unsigned num_devices = 0;
|
||||
input_driver_state_t *input_st = &input_driver_st;
|
||||
|
||||
for (int i = 0; i < MAX_INPUT_DEVICES; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user