mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Cleanup
This commit is contained in:
parent
fd17e04bb1
commit
b08328897a
@ -1481,7 +1481,7 @@ static input_remote_t *input_remote_new(uint16_t port, unsigned max_users)
|
||||
{
|
||||
unsigned user;
|
||||
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORKGAMEPAD)
|
||||
settings_t *settings = config_get_ptr();
|
||||
settings_t *settings = configuration_settings;
|
||||
#endif
|
||||
input_remote_t *handle = (input_remote_t*)
|
||||
calloc(1, sizeof(*handle));
|
||||
|
Loading…
x
Reference in New Issue
Block a user