3DS: Upgrade to libctru v2.0.0

This commit is contained in:
Bastien Bouclet 2020-07-19 17:33:47 +02:00
parent 5b69df78d4
commit 4825e9f967
2 changed files with 11 additions and 12 deletions

View file

@ -51,7 +51,7 @@ protected:
uint32 _segmentHeapAddress;
void flushDataCache(void *ptr, uint32 len) const override {
svcFlushProcessDataCache(CUR_PROCESS_HANDLE, ptr, len);
svcFlushProcessDataCache(CUR_PROCESS_HANDLE, (uint32)ptr, len);
}
void protectMemory(void *ptr, uint32 len, int prot) const override {