From 61e06aea02425985de65f6510212be8beb8e6fbc Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 4 Apr 2010 08:25:42 +0000 Subject: [PATCH] oops typo --- desmume/src/NDSSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index ca3d19851..117298f3e 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -2241,7 +2241,7 @@ void NDS_Reset() // make system think it's booted from card -- EXTREMELY IMPORTANT!!! Thanks to cReDiAr _MMU_write08(0x02FFFC40,0x1); - _MMU_write08(0x02FFFC40,0x1); + _MMU_write08(0x02FFFC40,0x1); // Save touchscreen calibration info in a structure // so we can easily access it at any time