mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Merge pull request #2162 from degasus/prefetch_tex
CustomTexture: prefetch all available textures
This commit is contained in:
commit
a6412fb41e
10 changed files with 210 additions and 14 deletions
|
@ -16,6 +16,7 @@ void ReadProtectMemory(void* ptr, size_t size);
|
|||
void WriteProtectMemory(void* ptr, size_t size, bool executable = false);
|
||||
void UnWriteProtectMemory(void* ptr, size_t size, bool allowExecute = false);
|
||||
std::string MemUsage();
|
||||
size_t MemPhysical();
|
||||
|
||||
void GuardMemoryMake(void* ptr, size_t size);
|
||||
void GuardMemoryUnmake(void* ptr, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue