(更新:Akabane Jumpei)

・HOTSWライブラリ用のPXI割り込みハンドラ設定待ちの位置を修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@812 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-03-04 12:14:33 +00:00
parent cdbc7d2f6c
commit ebd923eb3d
2 changed files with 6 additions and 2 deletions

View File

@ -80,6 +80,10 @@ void SYSM_InitPXI( u32 mcu_prio )
#ifdef SDK_ARM9
while ( ! PXI_IsCallbackReady( SYSMENU_PXI_FIFO_TAG, PXI_PROC_ARM7 ) )
{
}
while ( ! PXI_IsCallbackReady( PXI_FIFO_TAG_HOTSW, PXI_PROC_ARM7 ) )
{
}
#endif // SDK_ARM9
PXI_SetFifoRecvCallback( SYSMENU_PXI_FIFO_TAG, SYSMi_PXIFifoRecvCallback );

View File

@ -397,8 +397,8 @@ void LauncherInit( TitleProperty *pTitleList )
DrawBackLightSwitch();
PutStringUTF16( 0, 0, TXT_COLOR_BLUE, L"TWL-SYSTEM MENU" );
PrintfSJIS( 128, 0, TXT_COLOR_BLUE, "IPL:%s", g_strIPLSvnRevision );
PrintfSJIS( 128, 12, TXT_COLOR_BLUE, "SDK:%s", g_strSDKSvnRevision );
// PrintfSJIS( 128, 0, TXT_COLOR_BLUE, "IPL:%s", g_strIPLSvnRevision );
// PrintfSJIS( 128, 12, TXT_COLOR_BLUE, "SDK:%s", g_strSDKSvnRevision );
SVC_CpuClear( 0x0000, &tpd, sizeof(TpWork), 16 );