diff --git a/frontend/drivers/platform_xdk.cpp b/frontend/drivers/platform_xdk.cpp index 3771d88a66..05d57b0e18 100644 --- a/frontend/drivers/platform_xdk.cpp +++ b/frontend/drivers/platform_xdk.cpp @@ -322,7 +322,7 @@ static void frontend_xdk_exec(const char *path, bool should_load_game) #else #ifdef _XBOX char *fullpath = NULL; - menu-display_ctl(MENU_DISPLAY_CTL_GET_CONTENT_PATH, &fullpath); + rarch_main_ctl(RARCH_MAIN_CTL_GET_CONTENT_PATH, &fullpath); #if defined(_XBOX1) LAUNCH_DATA ptr;