mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
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:
parent
32dc985f6b
commit
b21602e2c7
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user