about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added 1 syscallptitSeb2024-02-091-0/+4
|
* Added some wrapped function to libxml2ptitSeb2024-02-094-4/+13
|
* [WRAPPING] Added supot for the 'long double complex' typeptitSeb2024-02-09666-694/+781
|
* Added some more symbols to wrapped libmptitSeb2024-02-095-21/+86
|
* Prefer emulated version tbbmalloc.so.2 if presentptitSeb2024-02-091-0/+1
|
* Hack to add some paramter when launching steam under wine to easy memory and ↵ptitSeb2024-02-081-20/+40
| | | | cpu load
* [ARM64_DYNAREC] Added F0 21 opcodeptitSeb2024-02-081-0/+33
|
* More work on libcurl and friends (and set to used emulated version of curl ↵ptitSeb2024-02-088-32/+160
| | | | if possible)
* Added wrapped (empty) libpam.so.0ptitSeb2024-02-078-0/+102
|
* [ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d ↵ptitSeb2024-02-073-23/+99
| | | | improved reliqbility of unaligned fallback for LOCK CMPXCHG8B/CMPXCHG16B opcodes
* [DYNAREC] Jumptable now use custom Malloc instead of regular oneptitSeb2024-02-071-18/+18
|
* [ARM64_DYNAREC] 32bits Shift with 0 amount still wipe upper part of register ↵ptitSeb2024-02-071-5/+30
| | | | on 64bits
* [DYNAREC] Tests for emited coded size limit (usefull for DYNAREC_TEST for ↵ptitSeb2024-02-074-2/+15
| | | | example)
* [DYNAREC_TEST] Have a proper TestEw that only copy/tests 2 bytes instead of 4ptitSeb2024-02-072-1/+14
|
* [DYNAREC_RV64] f23 and f24 are save in a same place (#1251)factfinding2024-02-071-1/+1
|
* TEGRAX1 config also have BOX64_MMAP32 activated by defaultptitSeb2024-02-072-2/+2
|
* [ARM64_DYNAREC] Added 0F C7 /1 opcodeptitSeb2024-02-071-1/+34
|
* [ARM64_DYNAREC] More fixes to F0 0F C7 opcodeptitSeb2024-02-072-74/+70
|
* Disabling WINEFSYNC for now, that seems to be not working fineptitSeb2024-02-071-0/+4
|
* Fixed a warningptitSeb2024-02-071-1/+1
|
* [ARM64_DYNAREC] Fixed F0 0F C7 opcode that was broken on previous commitptitSeb2024-02-061-7/+7
|
* [ARM64_DYNAREC] Reworked, again, strongmem emulationptitSeb2024-02-064-8/+18
|
* Reworked, again, exit processptitSeb2024-02-066-35/+51
|
* Do not force mmap alginement if wine not detected (shoudl help #1249)ptitSeb2024-02-061-2/+2
|
* [ARM64_DYNAREC] Added an unaligned path for F0 0F C7 /1 opcodeptitSeb2024-02-061-0/+36
|
* Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too)ptitSeb2024-02-062-9/+23
|
* [ANDROID] Fix GLib and GObject Library Names (#1247)KreitinnSoftware2024-02-0612-11/+173
| | | | | * [ANDROID] Fix GLib and GObject Library Names * [ANDROID] Fix gdk3, gdkpixbuf2, gio2, gmodule2, gtkx112, gdkx112, pangocairo Library Names
* [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ↵ptitSeb2024-02-056-1/+176
| | | | when needed
* Added curl_url api to wrapped libcurlptitSeb2024-02-041-0/+6
|
* Added some more function to wrapped libcrypto.so.3 and libssl.so.3ptitSeb2024-02-049-40/+254
|
* [ARM64_DYANREC] Try to fix DD /1 opcode with FRINT extensionptitSeb2024-02-041-1/+1
|
* [INTERPRETER] CE opcode is only for 32bitsptitSeb2024-02-041-0/+4
|
* [RV64_DYNAREC] Fixed buildptitSeb2024-02-041-1/+1
|
* [RV64_DYNAREC][32BITS] Added optim for 32bits jumptable and fix buildptitSeb2024-02-046-22/+28
|
* [ARM64_DYNAREC][32BITS] Small optim on jump table for 32bits access (1 less ↵ptitSeb2024-02-049-34/+50
| | | | read, or 2 in SAVE_MEM configuration)
* [ARM64_DYNAREC] Small D8..DF opcodes refactorptitSeb2024-02-048-1029/+938
|
* [INTERPRETER] Small D8..DF opcodes refactorptitSeb2024-02-048-288/+202
|
* Updated wrapped SDL2 (will help #1225)ptitSeb2024-02-041-15/+41
|
* [ARM64_DYNAREC] Reworked STRONGMEM 2 & 3ptitSeb2024-02-036-19/+89
|
* [DYNAREC] Reworked a bit the Strange SEGSIGV handlingptitSeb2024-02-033-2/+29
|
* [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit ↵ptitSeb2024-02-032-0/+2
| | | | false positive
* [ARM64_DYNAREC] Improved 0F AE opcodesptitSeb2024-02-031-27/+24
|
* [INTERPRETER] Improved 0F AE opcodesptitSeb2024-02-031-10/+15
|
* [ARM64_DYNAREC] DD /6 opcode also perform x87 initptitSeb2024-02-031-1/+2
|
* [ARM64_DYNAREC] Use frint extension for DD /1 opcodeptitSeb2024-02-031-18/+17
|
* [RCFILE] Adjested/Added profilesptitSeb2024-02-031-3/+14
|
* [X64EMU] Fix for linux clang (#1243)Lily2024-02-021-2/+2
|
* Block signals while traicking memory protectionptitSeb2024-02-021-8/+13
|
* Refactored a bit protection traking to avoid re-entranceptitSeb2024-02-021-58/+76
|
* Fixed a warning on non-dynarec buildptitSeb2024-02-021-2/+0
|