Misc changes

This commit is contained in:
Such Meme, Many Skill
2020-03-17 00:26:35 +01:00
parent 3f6d1b532c
commit 761ceb7dbe
5 changed files with 34 additions and 9 deletions

View File

@@ -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);