ptitSeb
|
a4752afacf
|
[DYNAREC] Added BOX86_DYNAREC_FORWARD parameter, with a default value to 128 (unfortunatly, it doesn't seems to help performances much on box86)
|
2023-03-07 22:02:59 +01:00 |
|
ptitSeb
|
a320c37681
|
Removed ONCE optim in gtkclass (fixed regression on Kega-Fusion)
|
2023-03-07 13:15:30 +01:00 |
|
ptitSeb
|
42a9a40ac4
|
Added some special case to the CPU Name grabbing
|
2023-03-06 18:39:32 +01:00 |
|
ptitSeb
|
6320a07d17
|
Fixed cpu name extraction for big.LITTLE configurations
|
2023-03-06 14:33:20 +01:00 |
|
ptitSeb
|
5e251cf478
|
[CI] Ubuntu 18 is deprecated, moved to 20
|
2023-03-06 14:24:53 +01:00 |
|
ptitSeb
|
355a2fa8e5
|
[DYNAREC] Put box86 dynarec and cpu info on the same line
|
2023-03-06 14:19:06 +01:00 |
|
ptitSeb
|
78ed9d07f2
|
Change branding of Cpu to refect Box86 and the cpu it's running on
|
2023-03-06 14:10:10 +01:00 |
|
ptitSeb
|
8c38d5dd36
|
Forcing BAD_SIGNAL for RK3588 config
|
2023-03-06 10:40:58 +01:00 |
|
wannacu
|
f682ca6bf0
|
Fix some wrapping error (#771)
|
2023-03-06 10:07:59 +01:00 |
|
ptitSeb
|
70a2a2dd1b
|
Made the Signal workaround more generic, so it can be used by Termux user
|
2023-03-05 20:58:33 +01:00 |
|
ptitSeb
|
3678f44945
|
[README] Fixed the Steam section according the latest Valve changes
|
2023-03-05 20:48:33 +01:00 |
|
ptitSeb
|
5bb473158b
|
Added wrapped libibus and a few other libgtk fixed
|
2023-03-04 13:09:38 +01:00 |
|
ptitSeb
|
3f549749c1
|
Improved install_steam script a bit
|
2023-03-04 13:08:18 +01:00 |
|
ptitSeb
|
11535dabe0
|
[RK3588] fixed build
|
2023-02-26 09:51:00 +01:00 |
|
ptitSeb
|
1c2d36f98a
|
[RK3588] Added a Signal workaround specific to RK3588 (because of old/hacked Kernel)
|
2023-02-26 09:49:36 +01:00 |
|
ptitSeb
|
8563ba8b70
|
Forgot an essencial part in RK3588 and generic ARM64 compile profile
|
2023-02-24 18:08:31 +01:00 |
|
ptitSeb
|
4b43da2081
|
Added RK3588 and generic ARM64 compile profile
|
2023-02-24 18:02:29 +01:00 |
|
ptitSeb
|
49c650781f
|
[TRACE] Fixed a regression on BOX86_TRACE that was not working as intended
|
2023-02-22 20:36:27 +01:00 |
|
ptitSeb
|
36e5bf731c
|
[D3DADAPTER9] Added support for CreateDeviceEx
|
2023-02-22 14:59:34 +01:00 |
|
ptitSeb
|
f4d4116590
|
libssl depends on libcrypto
|
2023-02-22 14:37:37 +01:00 |
|
ptitSeb
|
11281589e0
|
Some fixes for program using __sprintf_chk and __vsnprintf_chk
|
2023-02-22 14:37:13 +01:00 |
|
ptitSeb
|
756811a901
|
[DYNAREC] Small optim on F3 0F 70 opcode
|
2023-02-22 14:36:18 +01:00 |
|
ptitSeb
|
dd405c7c49
|
Added some more wrapped functions to gstreamer and gsttag
|
2023-02-19 15:13:15 +01:00 |
|
ptitSeb
|
20237019e4
|
Improved convertion to/from 80bits double, and added BOX86_X87_NO80BITS to not handle them
|
2023-02-19 14:51:54 +01:00 |
|
ptitSeb
|
7682cdce57
|
[DYNAREC] Small improvment in jmp/ret
|
2023-02-15 10:50:26 +01:00 |
|
ptitSeb
|
1dcac1b868
|
Added 64 87 opcode
|
2023-02-14 18:24:13 +01:00 |
|
ptitSeb
|
5f0add0e82
|
[DYNAREC] Don't forget to Cancel the block itself before bailling out of a failled FillBlock
|
2023-02-14 14:58:02 +01:00 |
|
ptitSeb
|
8f2ef48e25
|
Merge pull request #758 from rajdakin/master
Bug and warning fixes
|
2023-02-13 18:05:05 +01:00 |
|
rajdakin
|
4f98f568a7
|
Fixed the getline return type in libc
|
2023-02-13 17:52:17 +01:00 |
|
rajdakin
|
0e0e346e45
|
Fixed nearly all GCC warnings (-Wall -Wextra)
|
2023-02-13 14:56:28 +01:00 |
|
rajdakin
|
4388092f11
|
Fixed some copy-paste issues and save_fpreg/load_fpreg
|
2023-02-13 14:55:59 +01:00 |
|
ptitSeb
|
b83c693192
|
Fixed a small issue on previous commit
|
2023-02-13 13:24:41 +01:00 |
|
ptitSeb
|
9de1bd884f
|
Fixed another minor warnings
|
2023-02-13 10:20:36 +01:00 |
|
ptitSeb
|
1b462b8200
|
Fixed some minor warnings
|
2023-02-13 10:14:22 +01:00 |
|
ptitSeb
|
d7c75be001
|
Various small (or less small) fixes
|
2023-02-12 19:16:54 +01:00 |
|
ptitSeb
|
957fcc2449
|
Fix non-dynarec builds
|
2023-02-12 17:52:05 +01:00 |
|
ptitSeb
|
328794e4d6
|
Fixed wrapped fcnt syscall
|
2023-02-12 17:15:03 +01:00 |
|
ptitSeb
|
af519f6046
|
Small improvment for emu thread tracking (will help #728)
|
2023-02-12 17:05:27 +01:00 |
|
ptitSeb
|
fa9a059921
|
[DYNAREC] Create empty block instead of NULL for blocks in forbidden zone (to not try to create a block again)
|
2023-02-12 16:46:05 +01:00 |
|
ptitSeb
|
771d65dc10
|
[DYNAREC] Better handling of Signal while Fillblock is running
|
2023-02-12 16:45:08 +01:00 |
|
ptitSeb
|
1dc92c216f
|
[TRACE] Fixed printing of details of pthread_mutex_lock call in LOG=2
|
2023-02-12 16:41:27 +01:00 |
|
ptitSeb
|
db4ff551cc
|
[DYNAREC] Remove a debug leftover
|
2023-02-12 12:04:58 +01:00 |
|
ptitSeb
|
7abb9a1893
|
[DYNAREC] Better way to not UpdateFlags when only X_PEND is used
|
2023-02-12 11:52:06 +01:00 |
|
ptitSeb
|
60f987ff90
|
[DYNAREC] Use Dynarec in signal if it seems safe (no SIGSEGV and no dynarec mutex)
|
2023-02-11 21:53:39 +01:00 |
|
ptitSeb
|
f38d122b67
|
[DYNARCE] Free dynablocklists when possible
|
2023-02-11 21:52:33 +01:00 |
|
ptitSeb
|
a654193f1d
|
Added some more function to wrapped libgcrypt.so
|
2023-02-11 20:06:47 +01:00 |
|
ptitSeb
|
632a01dbe6
|
[DYNAREC] Use custom mutex, and improved atomic handling
|
2023-02-11 17:19:05 +01:00 |
|
ptitSeb
|
ae2e3aed0f
|
[DYNAREC] Don't UpdateFlags if only X_PEND is used
|
2023-02-11 17:04:20 +01:00 |
|
ptitSeb
|
244b273250
|
Added RPI3ARM64 config in CMakeFile project (and fixed COMPILE.md about it)
|
2023-02-10 15:11:29 +01:00 |
|
ptitSeb
|
27756113ef
|
Added ODROID N2/N2+ Compile instructions (for #755)
|
2023-02-03 16:27:35 +01:00 |
|