Skip to content

Commit b77f356

Browse files
committed
MMCE compile fix
1 parent 3e1546e commit b77f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mmcesupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typedef struct
1414
vmc_spec_t specs; /* Card specifications */
1515
} mmce_vmc_infos_t;
1616

17-
void mmceInit();
17+
void mmceInit(item_list_t *itemList);
1818
item_list_t *mmceGetObject(int initOnly);
1919
void mmceLoadModules(void);
2020
void mmceLaunchGame(item_list_t *itemList, int fd, config_set_t *configSet);

0 commit comments

Comments
 (0)