ptitSeb
336dc5b676
[VULKAN] Added 1 more extention
2024-11-07 16:50:08 +01:00
Mike Wang
450347f099
Fixed some typos: BOX64 -> BOX86 ( #1011 )
2024-11-06 17:12:55 +01:00
ptitSeb
30c72e23bd
Added some new functions and a few fixes (for Steam)
2024-11-06 16:06:13 +01:00
ptitSeb
ce0b4d1884
[CMAKE] Fixed SD865 profile, as a77.a55 is not supported in current build chain
2024-11-06 11:52:31 +01:00
ptitSeb
72d934b34c
Added SD865 profile (for the new Retroid Pocket mini 5)
2024-11-05 15:43:49 +01:00
ptitSeb
4e8d4a2bff
Added SD865 profile (for the new Retroid Pocket mini 5)
2024-11-05 15:41:26 +01:00
Mike Wang
c993aacd04
[CMAKE] Check CMAKE_SYSTEM_PROCESSOR after project() ( #1008 )
2024-10-29 16:56:37 +01:00
ptitSeb
a7855d3bcb
Fixed a warning
2024-10-09 20:24:08 +02:00
ptitSeb
7b8a6aa91d
Changed hack for sem_timedwait to avoid changing const timespec
2024-10-09 10:09:52 +02:00
ptitSeb
c65c514882
Added a fix for old game that use sem_timewait in an incorrect way
2024-10-08 19:10:09 +02:00
ptitSeb
62bc6bb1f3
[VULKAN] Added one vulkan extension
2024-10-04 15:13:41 +02:00
ptitSeb
0504c042f4
[TRACE] Improved some freetype function trace
2024-10-04 15:13:18 +02:00
ptitSeb
54c806c576
Another attempt to fix the __st_ino build issue (for #983 )
2024-09-17 15:25:22 +02:00
ptitSeb
55e08ab0be
Try to fix some build issue (might help #983 )
2024-09-17 13:35:53 +02:00
ptitSeb
e717b959c6
[TRACE] A bit more traces details
2024-09-16 15:27:03 +02:00
ptitSeb
f97763cacd
[PANDORA] Fixed OpenPandora build
2024-09-13 17:59:35 +02:00
ptitSeb
fc43e4c22b
[WRAPPER] Fixed some warning on wrapped libpulse
2024-09-13 17:59:11 +02:00
ptitSeb
b01829b7d6
[RCFILE] Fixed a typo in a profile
2024-09-12 10:34:54 +02:00
ptitSeb
d1fcdee8a8
Simplified old pthread cond functions
2024-09-12 10:26:16 +02:00
ptitSeb
56b23e0668
Fixed a libc syscall fallback
2024-09-12 10:25:50 +02:00
ptitSeb
d927dae7e7
[WRAPPER] Fixed a few libc functions signatures
2024-09-12 10:25:01 +02:00
ptitSeb
a49c286214
Better wrapping of legacy stat/fstat/lstat using stat64 this time
2024-08-27 10:41:33 +02:00
ptitSeb
80e092ae44
re-wrapped legacy stat/fstat/lstat using 32bits stat and not 64bits ones
2024-08-26 10:13:53 +02:00
ptitSeb
05017f46d2
Added 1 wrapped function to libX11
2024-08-25 16:34:55 +02:00
ptitSeb
0caa80f9f1
Fixed a potential issue with glibc TLS block building
2024-08-25 16:34:35 +02:00
Raezroth
66a91b8580
Fix missing space in PKGBUILD-rk3xxx causing syntax error ( #994 )
2024-08-15 08:56:08 +02:00
ptitSeb
bcd36a3152
[WRAPPER] Added 1 wrapped symbol to libc (for #985 )
2024-08-11 15:35:24 +02:00
ptitSeb
6aba6364c4
[WRAPPER] Added 1 wrapped function to libxcb (for #986 )
2024-08-11 15:30:35 +02:00
ptitSeb
0cf5179d7f
[ANDROID] Try to fix this f***** android build
2024-08-11 15:22:13 +02:00
ptitSeb
3c9823198c
[WRAPPER] Added 1 wrapped function to libgnutls (for #988 )
2024-08-11 15:10:24 +02:00
ptitSeb
664956aaa0
Fixed some issue when build OS is _time64 aware (should help #987 #983 #976 #975 , maybe some other)
2024-08-11 14:51:26 +02:00
ptitSeb
9811f140ce
Fixed some copy/pasta issues with some not offten used libdl capabilities
2024-08-06 14:21:11 +02:00
Ilya114
26ddd6e9ef
Update README_UK.md ( #984 )
2024-07-28 09:44:48 +02:00
ptitSeb
c5bccdf300
Added 3 more wrapped function, not exclusive to android after all
2024-07-17 18:22:35 +02:00
ptitSeb
4b20581753
Fixed another typo
2024-07-16 20:45:32 +02:00
ptitSeb
a4f38779eb
Fixed some typos
2024-07-16 18:55:34 +02:00
ptitSeb
27c21f6979
Changed how TRAPNO 12 is triggered
2024-07-16 17:24:36 +02:00
rajdakin
e14d8abb61
[MAXCPU] Added support for maxcpu (backport from box64) ( #982 )
...
* [MAXCPU] Added support for maxcpu (backport from box64)
* [MAXCPU] Added documentation for maxcpu
* [ARM PRINTER] Fixed ADR decoder
* [WRAPPED] Fixed wrapped libc
2024-07-16 11:15:33 +02:00
ptitSeb
54ed80f68a
[VULKAN] Added 1 more extension (for #980 )
2024-07-16 10:23:19 +02:00
ptitSeb
a187c7ccd3
Added 2 new time64 wrapped libc functions
2024-07-16 10:12:41 +02:00
Panda
f6a5322cf3
chore: check if arm-linux-gnueabihf-gcc exists else user defined value ( #981 )
...
closes #978
2024-07-16 10:00:03 +02:00
Panda
5da8235b18
build: fix PKGBUILD-rk3xxx, _rkmodel was never set ( #979 )
...
Code was taken from box64's PKGBUILD-rk3xxx
2024-07-16 08:11:18 +02:00
ptitSeb
21e9a43d21
[TRACE] Fixed some issue with function name printing
2024-07-13 10:11:04 +02:00
ptitSeb
dcc0355113
Fixed some issue on tracking when protecting memory with PROT=0
2024-07-13 10:07:51 +02:00
ptitSeb
666b5a6ce6
Fixed a nasty bug on memory permission tracking
2024-07-11 12:16:16 +02:00
ptitSeb
fcbebfa8c8
[RCFILE] Added 1 new profile
2024-07-05 10:04:32 +02:00
ptitSeb
9354744f68
[DOCS] Change organisation of COMPILE.md
2024-07-03 09:56:52 +02:00
ptitSeb
fc0b51f3b8
Added a few more wrapped function (for steam)
2024-06-19 21:15:36 +02:00
theofficialgman
cd88702516
switch to maintained Pi-Apps-Coders apt repo ( #971 )
2024-06-19 18:40:26 +02:00
MichaIng
223fa8ea17
Update ODROID-XU4 target ( #970 )
...
The ODROID target was meant for the ODROID-XU4, hence it is renamed accordingly, to better indicate that.
Furthermore, gcc 4.9 added support for `-mcpu=cortex-a15.cortex-a7` to optimise support for this ARM big.LITTLE chip: https://www.gnu.org/software/gcc/gcc-4.9/changes.html#arm
`-mcpu=cortex-a9` was used as compatible option, while the Samsung Exynos 5422 SoC of the ODROID-XU4 actually has 4x Cortex-A15 and 4x Cortex-A7 CPUs: https://wiki.odroid.com/odroid-xu4/odroid-xu4
Signed-off-by: MichaIng <micha@dietpi.com>
2024-06-17 22:56:11 +02:00