oops typo

This commit is contained in:
zeromus 2010-04-04 08:25:42 +00:00
parent 796364c337
commit 61e06aea02
1 changed files with 1 additions and 1 deletions

View File

@ -2241,7 +2241,7 @@ void NDS_Reset()
// make system think it's booted from card -- EXTREMELY IMPORTANT!!! Thanks to cReDiAr
_MMU_write08<ARMCPU_ARM9>(0x02FFFC40,0x1);
_MMU_write08<ARMCPU_ARM9>(0x02FFFC40,0x1);
_MMU_write08<ARMCPU_ARM7>(0x02FFFC40,0x1);
// Save touchscreen calibration info in a structure
// so we can easily access it at any time