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:
f232ffb
)
fix build
author
notaz
<notasas@gmail.com>
Sun, 8 Dec 2024 23:10:52 +0000
(
01:10
+0200)
committer
notaz
<notasas@gmail.com>
Sun, 8 Dec 2024 23:10:52 +0000
(
01:10
+0200)
libretro/pcsx_rearmed#855
plugins/gpulib/gpulib_thread_if.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpulib/gpulib_thread_if.c
b/plugins/gpulib/gpulib_thread_if.c
index
c625c55
..
3654134
100644
(file)
--- a/
plugins/gpulib/gpulib_thread_if.c
+++ b/
plugins/gpulib/gpulib_thread_if.c
@@
-78,7
+78,7
@@
static void *video_thread_main(void *arg) {
#if defined(__arm__) && defined(__ARM_FP)
// RunFast mode
- u
32
fpscr = ~0;
+ u
int32_t
fpscr = ~0;
__asm__ volatile("vmrs %0, fpscr" : "=r"(fpscr));
fpscr &= ~0x00009f9f;
fpscr |= 0x03000000; // DN | FZ