1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

CXX_BUILD buildfix

This commit is contained in:
twinaphex 2016-05-10 03:19:40 +02:00
parent f2631809bb
commit 71c5b4972c

View File

@ -259,7 +259,7 @@ static bool menu_content_find_first_core(void *data)
* going to use the current core to load this. */
if (menu_label_hash == MENU_LABEL_LOAD_CONTENT)
{
core_info_get_current_core((void*)&info);
core_info_get_current_core((core_info_t**)&info);
if (info)
{
RARCH_LOG("Use the current core (%s) to load this content...\n",