Misc changes
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include "../mem/minerva.h"
|
||||
#include "../power/max17050.h"
|
||||
#include <stdarg.h>
|
||||
#include "../storage/emummc.h"
|
||||
#include "emmc.h"
|
||||
|
||||
const char fixedoptions[3][50] = {
|
||||
"Folder -> previous folder ",
|
||||
@@ -136,6 +138,16 @@ int makewaitmenunoclear(char *initialmessage, char *hiddenmessage, int timer){
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
int mmcChoiceMenu(){
|
||||
if (emu_cfg.enabled){
|
||||
|
||||
}
|
||||
|
||||
return SYSMMC;
|
||||
}
|
||||
*/
|
||||
|
||||
void gfx_print_length(int size, char *toprint){
|
||||
char *temp;
|
||||
temp = (char*) malloc (size + 1);
|
||||
|
||||
Reference in New Issue
Block a user