Fixing more whitespace and missing brackets

This commit is contained in:
Jay Oster 2014-08-15 23:42:15 -07:00
parent 5628bcf5a1
commit 3ba0910535
1 changed files with 14 additions and 14 deletions

4
menu.c
View File

@ -1255,7 +1255,6 @@ void loadrom(display_context_t disp, u8 *buff, int fast){
if (debug) {
sprintf(tmp, "Info: cic=%i save=%i",cic,save);
printText(tmp, 3, -1, disp);
}
//new rom_config
@ -1329,7 +1328,7 @@ void loadrom(display_context_t disp, u8 *buff, int fast){
}
}
if (debug)
if (debug) {
for (int i = 0; i < 4; i++) {
u8 buff[16];
dma_read_s(buff, 0xb0000000 + 0x00100000*i, 1);
@ -1337,6 +1336,7 @@ void loadrom(display_context_t disp, u8 *buff, int fast){
printText(tmp, 3, -1, disp);
}
}
if(!fast){
sleep(200);