From 6c1b9ed2d76017994ee5db2b1b52cfe17b139582 Mon Sep 17 00:00:00 2001 From: nakasima Date: Mon, 31 Mar 2008 08:01:49 +0000 Subject: [PATCH] =?UTF-8?q?HOTSW=5FGetRomEmulationBuffer=E3=81=A7ARM9?= =?UTF-8?q?=E3=81=8B=E3=82=89=E5=8F=96=E5=BE=97=E3=81=A7=E3=81=8D=E3=81=AA?= =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1016 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/sysmenu/hotsw/common/hotsw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sysmenu/hotsw/common/hotsw.h b/include/sysmenu/hotsw/common/hotsw.h index 501a4708..6fe8208b 100644 --- a/include/sysmenu/hotsw/common/hotsw.h +++ b/include/sysmenu/hotsw/common/hotsw.h @@ -80,7 +80,7 @@ void* HOTSW_GetRomEmulationBuffer(void); #else // SDK_ARM9 SDK_INLINE void* HOTSW_GetRomEmulationBuffer(void) { - return (void*)HW_ISD_RESERVED; + return (void*)&SYSMi_GetWork()->romEmuInfo; } #endif // SDK_ARM9