Start gfx rewrite & reorganize TE
This commit is contained in:
13
source/tegraexplorer/utils/utils.c
Normal file
13
source/tegraexplorer/utils/utils.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "utils.h"
|
||||
#include "../common/common.h"
|
||||
#include "../gfx/menu.h"
|
||||
#include "../../storage/emummc.h"
|
||||
|
||||
int utils_mmcMenu(){
|
||||
int res;
|
||||
|
||||
if (emu_cfg.enabled)
|
||||
return menu_make(utils_mmcChoice, 3, "-- Choose MMC --");
|
||||
else
|
||||
return SYSMMC;
|
||||
}
|
||||
Reference in New Issue
Block a user