Ryan Fortner
|
770f709a24
|
Fix typoes in readme
|
2022-05-09 22:09:28 -04:00 |
|
ptitSeb
|
5accd2f847
|
Added a script to help install steam, with some doc too
|
2022-05-09 21:11:37 +02:00 |
|
ptitSeb
|
46eaabf722
|
Small change to avoid wlib_t declaration in wrappedlibs.h
|
2022-05-09 20:05:06 +02:00 |
|
ptitSeb
|
807da66d87
|
Some refactor on wrapped lib handling, to limit calloc/free used and get more straight forward usage of native wrapped functions
|
2022-05-08 16:00:34 +02:00 |
|
ptitSeb
|
06861f8577
|
[DYNAREC] Add some -NAN handling to FDIVP opcode
|
2022-05-07 09:09:25 +02:00 |
|
ptitSeb
|
44ee38a868
|
Added 66 3E prefix ([DYNAREC] too) (for #619)
|
2022-05-02 10:37:05 +02:00 |
|
ptitSeb
|
89652e9ff2
|
Updated README
|
2022-05-01 09:02:50 +02:00 |
|
ptitSeb
|
6f1f35217f
|
Merge pull request #617 from derryktutt/patch-1
Update README.md
|
2022-05-01 07:50:37 +02:00 |
|
derryktutt
|
22c6e81e68
|
Update README.md
"is safer to add it to your system if you intend to play those game" makes no sense. I have made it plural.
|
2022-04-30 18:49:59 -05:00 |
|
ptitSeb
|
ab57dfc5c7
|
Added mtrace and muntrace wrapped function (for #616)
|
2022-04-30 23:38:32 +02:00 |
|
ptitSeb
|
8d609ed881
|
Improved initial stack build
|
2022-04-24 15:11:42 +02:00 |
|
ptitSeb
|
0e9a422335
|
Fixed a potential issue with stack overwritten on sigaction call
|
2022-04-24 15:03:42 +02:00 |
|
ptitSeb
|
5cdd2d4947
|
Added wrapped libpcap.so.0.8
|
2022-04-24 11:40:08 +02:00 |
|
ptitSeb
|
f946cddd45
|
Added wrapped libappindicator3
|
2022-04-24 11:10:06 +02:00 |
|
ptitSeb
|
d45aa0dae9
|
Merge pull request #615 from Radiicall/patch-1
Grammar and formatting COMPILE.md
|
2022-04-21 07:49:42 +02:00 |
|
Radical
|
464c7e6b47
|
Update COMPILE.md
|
2022-04-21 01:02:06 +02:00 |
|
Radical
|
9e4468acb6
|
Merge branch 'ptitSeb:master' into patch-1
|
2022-04-21 00:53:28 +02:00 |
|
ptitSeb
|
dcb49fe731
|
Improved GTK3 wrapping, along with some other improvement in udev and xcb
|
2022-04-18 22:50:03 +02:00 |
|
ptitSeb
|
03259e67d9
|
Need to unaligneNGValue in my_signal_emission_hook (fixes hterm crash at launch)
|
2022-04-18 22:48:08 +02:00 |
|
ptitSeb
|
0ea662f57f
|
Fixed alignNGValue and unalignNGValue for n>1
|
2022-04-18 22:47:14 +02:00 |
|
ptitSeb
|
4b629b9b28
|
Do not use alloca here, it's not temporary storage
|
2022-04-18 21:12:22 +02:00 |
|
ptitSeb
|
a8b5ebba18
|
Fixed wrapping for g_object_get_property and g_object_set_property
|
2022-04-18 18:52:15 +02:00 |
|
ptitSeb
|
c904d9f66c
|
Wrapped a feked _r_data structure
|
2022-04-18 16:04:51 +02:00 |
|
ptitSeb
|
f52c5bc6da
|
[DYNAREC] No need to save op1 and op2 for defered flag computation on logic operations
|
2022-04-18 13:31:55 +02:00 |
|
ptitSeb
|
a074ea8ba6
|
[DYNAREC] Simpler writing fr this test
|
2022-04-18 13:31:55 +02:00 |
|
ptitSeb
|
3a3f55f9a2
|
[DYNAREC] Small optim on flags barrier handling
|
2022-04-18 13:31:55 +02:00 |
|
ptitSeb
|
490cabcbe3
|
Merge pull request #612 from lizthegrey/patch-1
add LX2160A config
|
2022-04-17 09:36:10 +02:00 |
|
ptitSeb
|
367c5bcfb1
|
Start of a new dev. cycle
|
2022-04-17 09:33:33 +02:00 |
|
Liz Fong-Jones
|
d10de8d7df
|
add LX2160A config
|
2022-04-16 15:16:56 -07:00 |
|
ptitSeb
|
41749db028
|
Bumped version to v0.2.6
|
2022-04-16 17:15:42 +02:00 |
|
ptitSeb
|
e30f302de9
|
Updated CHANGELOG
|
2022-04-16 12:26:08 +02:00 |
|
ptitSeb
|
d119ed10b9
|
Added libdl as a dependancy for libXext
|
2022-04-16 10:37:27 +02:00 |
|
ptitSeb
|
9281289a1b
|
[DYNAREC] Some more -NAN generation handling forwhen not using FASTNAN
|
2022-04-16 09:02:22 +02:00 |
|
ptitSeb
|
1683c0c679
|
Fixed interpreted SUBPD opcode
|
2022-04-16 09:01:46 +02:00 |
|
ptitSeb
|
88a8b9569d
|
Merge pull request #611 from Jai-JAP/master
Fix pkgver in PKGBUILDS
|
2022-04-16 08:33:56 +02:00 |
|
Jai-JAP
|
18aaa03381
|
Fix pkgver
|
2022-04-16 11:35:51 +05:30 |
|
ptitSeb
|
aa3474d06e
|
Fixed some callback with 64bits args (help wngstreamer lib, for games like OutCast 1.1)
|
2022-04-13 11:56:14 +02:00 |
|
ptitSeb
|
0accab638f
|
[DYNAREC] BOX86_DYNAREC_FASTNAN is default now
|
2022-04-11 10:09:16 +02:00 |
|
ptitSeb
|
29b52bc12e
|
Fined-tune build to get test17 passing on x86
|
2022-04-10 20:55:57 +02:00 |
|
ptitSeb
|
5840cd3402
|
Some more NAN bordercase handlin ([DYN?AREC] too, but made FASTNAN default)
|
2022-04-10 16:20:56 +02:00 |
|
ptitSeb
|
926ff0f4f8
|
Added better handling of SSE float/double border case ([DYNAREC] too, with BOX86_DYNAREC_FASTNAN)
|
2022-04-10 15:42:36 +02:00 |
|
ptitSeb
|
13689e7eac
|
Try to fix the flakyness of test11
|
2022-04-10 14:49:58 +02:00 |
|
ptitSeb
|
e4ed4ad3a8
|
Added 66 0F 38 39/3D and 66 0F 3A 0E opcodes
|
2022-04-10 10:57:32 +02:00 |
|
Radical
|
25e4072fef
|
Update COMPILE.md
Refined version (Still needs a few changes)
|
2022-04-08 15:18:51 +02:00 |
|
ptitSeb
|
1e6037019e
|
Added some libx11 and co. wrapped libs (shoud help #607)
|
2022-04-07 11:17:26 +02:00 |
|
ptitSeb
|
da083aaab4
|
Merge pull request #605 from Jai-JAP/patch-1
Update PKGBUILDS
|
2022-04-06 07:47:47 +02:00 |
|
Jai A P
|
7a7853d434
|
Update PKGBUILD-x86
|
2022-04-06 10:52:37 +05:30 |
|
Jai A P
|
eebe12ca27
|
Update PKGBUILD-rk3399
|
2022-04-06 10:52:11 +05:30 |
|
Jai A P
|
7aaade8780
|
Update PKGBUILD-raspberrypi
|
2022-04-06 10:51:46 +05:30 |
|
Jai A P
|
cb185d4d44
|
Update PKGBUILD-pyra
|
2022-04-06 10:51:08 +05:30 |
|