mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
WRAM経由リードのキャッシュケア処理追加
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1326 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
6fbf5a91e6
commit
84f78917bc
@ -383,6 +383,8 @@ BOOL FS_ReadFileViaWram( FSFile *p_file, void *dst, s32 len, MIWramPos wram, s32
|
|||||||
OS_TPrintf("Cannot allocate WRAM %d, %d, %d\n", wram, slot, size);
|
OS_TPrintf("Cannot allocate WRAM %d, %d, %d\n", wram, slot, size);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
// cash care
|
||||||
|
DC_InvalidateRange((void *)FSiWramWork.base, size);
|
||||||
|
|
||||||
|
|
||||||
// パラメータ設定
|
// パラメータ設定
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user