3DS: Upgrade to libctru v2.0.0
This commit is contained in:
parent
5b69df78d4
commit
4825e9f967
2 changed files with 11 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue