WDSWrapperスレッドがOS_WaitVBlankIntrを使っていたのをOS_Sleepに修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1753 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-07-01 09:31:21 +00:00
parent 32dc985f6b
commit b21602e2c7

View File

@ -562,7 +562,7 @@ static void WDS_WrapperThreadFunc( void *arg )
g_wdswrapperwork->state = WDSWRAPPER_STATE_INIT;
while( 1 ) {
OS_WaitVBlankIntr();
OS_Sleep(20);
// ステートにより処理を分岐(ステート処理中はmutexによりlockが行われる)
OS_LockMutex( &g_wdswrapperwork->mutex );