From 449036a0c16779877cbc025e2fd9e53f99baa001 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 12 May 2014 14:40:14 +0200 Subject: [PATCH] (Apple) Build fix --- settings_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings_data.c b/settings_data.c index 00a8aefe7d..a6080fe23e 100644 --- a/settings_data.c +++ b/settings_data.c @@ -480,7 +480,7 @@ const rarch_setting_t* setting_data_get_list(void) CONFIG_STRING(g_settings.camera.device, "camera_device", "Camera Driver", config_get_default_camera()) #endif #ifdef HAVE_LOCATION - CONFIG_STRING(g_settings.location.device, "location_device", "Location Driver", config_get_default_location()) + CONFIG_STRING(g_settings.location.driver, "location_driver", "Location Driver", config_get_default_location()) #endif CONFIG_STRING(g_settings.input.joypad_driver, "input_joypad_driver", "Joypad Driver", "") CONFIG_STRING(g_settings.input.keyboard_layout, "input_keyboard_layout", "Keyboard Layout", DEFAULT_ME_YO)