From ee37dd1953e4efa0f452069290c24a39af2383c4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Jun 2019 20:10:48 +0200 Subject: [PATCH] Cleanup --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index 2cf479abb2..0759980e83 100644 --- a/retroarch.c +++ b/retroarch.c @@ -468,7 +468,7 @@ bool driver_wifi_connect_ssid(unsigned i, const char* passphrase) bool wifi_driver_ctl(enum rarch_wifi_ctl_state state, void *data) { - settings_t *settings = config_get_ptr(); + settings_t *settings = configuration_settings; switch (state) {