mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 12:19:21 +01:00
add some profiling code to mini
remove dead code from backupmii add stub sdload for blasty to fill in =)
This commit is contained in:
parent
ec03192492
commit
05efa74484
@ -20,7 +20,7 @@ int powerpc_load_file(const char *path)
|
|||||||
{
|
{
|
||||||
u32 read;
|
u32 read;
|
||||||
FRESULT fres;
|
FRESULT fres;
|
||||||
|
gecko_printf("%s: %08x\n", __FUNCTION__, read32(HW_TIMER));
|
||||||
fres = f_open(&fd, path, FA_READ);
|
fres = f_open(&fd, path, FA_READ);
|
||||||
if(fres != FR_OK)
|
if(fres != FR_OK)
|
||||||
return -fres;
|
return -fres;
|
||||||
|
Loading…
Reference in New Issue
Block a user