[melonDS] don't state these big caches

This commit is contained in:
CasualPokePlayer 2022-03-06 01:20:15 -08:00
parent 46c2d6faf1
commit 4bfb3ba48e
3 changed files with 8 additions and 1 deletions

Binary file not shown.

View File

@ -510,3 +510,10 @@ EXPORT void GetNANDData(char* buf)
NANDFilePtr->read(buf, sz);
}
}
namespace GPU { void ResetVRAMCache(); }
EXPORT void ResetCaches()
{
GPU::ResetVRAMCache();
}

@ -1 +1 @@
Subproject commit 305ebdb866c45ac0e9c3308ecf7b91f2ae79fa1d
Subproject commit 630a2631864c37b63b908e6802054667d376a838