add some profiling code to mini

remove dead code from backupmii
add stub sdload for blasty to fill in =)
This commit is contained in:
bushing 2009-04-04 04:39:22 -07:00
parent ec03192492
commit 05efa74484

View File

@ -20,7 +20,7 @@ int powerpc_load_file(const char *path)
{
u32 read;
FRESULT fres;
gecko_printf("%s: %08x\n", __FUNCTION__, read32(HW_TIMER));
fres = f_open(&fd, path, FA_READ);
if(fres != FR_OK)
return -fres;