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:
6d4dbe7
)
fix standalone build
author
notaz
<notasas@gmail.com>
Wed, 2 Oct 2024 23:40:56 +0000
(
02:40
+0300)
committer
notaz
<notasas@gmail.com>
Wed, 2 Oct 2024 23:40:56 +0000
(
02:40
+0300)
frontend/plugin_lib.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/plugin_lib.c
b/frontend/plugin_lib.c
index
21d6863
..
c8a6fed
100644
(file)
--- a/
frontend/plugin_lib.c
+++ b/
frontend/plugin_lib.c
@@
-877,7
+877,7
@@
static void *pl_emu_mmap(unsigned long addr, size_t size,
enum psxMapTag tag, int *can_retry_addr)
{
*can_retry_addr = 1;
- return plat_mmap(addr, size, 0,
is_fixed
);
+ return plat_mmap(addr, size, 0,
0
);
}
static void pl_emu_munmap(void *ptr, size_t size, enum psxMapTag tag)