notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7f536
)
(CTR/3DS) build fix.
author
aliaspider
<aliaspider@gmail.com>
Sat, 3 Oct 2015 03:59:26 +0000
(
04:59
+0100)
committer
aliaspider
<aliaspider@gmail.com>
Sat, 3 Oct 2015 03:59:26 +0000
(
04:59
+0100)
libpcsxcore/new_dynarec/new_dynarec.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/new_dynarec.c
b/libpcsxcore/new_dynarec/new_dynarec.c
index
068ca1e
..
e9e2b5c
100644
(file)
--- a/
libpcsxcore/new_dynarec/new_dynarec.c
+++ b/
libpcsxcore/new_dynarec/new_dynarec.c
@@
-55,7
+55,7
@@
static void __clear_cache(void *start, void *end) {
}
#elif defined(_3DS)
#include "3ds_utils.h"
-#define __clear_cache(start,end) svcFlushProcessDataCache(0xFFFF8001, start, (
end)-
(start))
+#define __clear_cache(start,end) svcFlushProcessDataCache(0xFFFF8001, start, (
u32)(end)-(u32)
(start))
#endif
#define MAXBLOCK 4096