mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
HOTSW_GetRomEmulationBufferでARM9から取得できなかったのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1016 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
718d2d09ad
commit
6c1b9ed2d7
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user