[melonDS] don't state these big caches
This commit is contained in:
parent
46c2d6faf1
commit
4bfb3ba48e
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue