CXX_BUILD buildfix
This commit is contained in:
parent
f2631809bb
commit
71c5b4972c
|
@ -259,7 +259,7 @@ static bool menu_content_find_first_core(void *data)
|
||||||
* going to use the current core to load this. */
|
* going to use the current core to load this. */
|
||||||
if (menu_label_hash == MENU_LABEL_LOAD_CONTENT)
|
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)
|
if (info)
|
||||||
{
|
{
|
||||||
RARCH_LOG("Use the current core (%s) to load this content...\n",
|
RARCH_LOG("Use the current core (%s) to load this content...\n",
|
||||||
|
|
Loading…
Reference in New Issue