Cleanup a bit NDS_Reset().
This commit is contained in:
parent
d3f1925769
commit
4ce84965f7
|
@ -476,6 +476,7 @@ void NDS_Reset( void)
|
|||
unsigned int i;
|
||||
u32 src;
|
||||
u32 dst;
|
||||
FILE* inf;
|
||||
NDS_header * header = NDS_getROMHeader();
|
||||
|
||||
if (!header) return ;
|
||||
|
@ -548,8 +549,6 @@ void NDS_Reset( void)
|
|||
|
||||
//_MMU_write32[ARMCPU_ARM9](0x02007FFC, 0xE92D4030);
|
||||
|
||||
FILE* inf = 0;
|
||||
|
||||
//ARM7 BIOS IRQ HANDLER
|
||||
inf = fopen("BiosNds7.ROM","rb");
|
||||
if(inf) {
|
||||
|
|
Loading…
Reference in New Issue