#include <nitro/card.h>
void CARD_GetCacheFlushFlag(BOOL *icache, BOOL *dcache);
icache | Pointer that stores that instruction cache's auto-invalidation flag. If not necessary, specify NULL . |
dcache | Pointer that stores that data cache's auto-invalidation flag. If not necessary, specify NULL . |
None.
Finds out whether the invalidation process to flush the cache will take place automatically when a process to load ROM data occurs inside the library.
For details, see the description of the CARD_SetCacheFlushFlag
function.
2008/12/05 Initial version.
CONFIDENTIAL