about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixed build for x86_64ptitSeb2022-02-201-2/+3
* Some small changes to how cpuid is done (especially on core counts)ptitSeb2022-02-202-5/+22
* [TRACE] Small changes to function name print in traceptitSeb2022-02-201-5/+5
* Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)ptitSeb2022-02-191-1/+3
* Merge pull request #236 from rajdakin/backtrace_fixptitSeb2022-02-1412-72/+917
|\
| * Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-1412-72/+917
* | Merge pull request #235 from rajdakin/opcode_fixptitSeb2022-02-142-5/+9
|\ \ | |/ |/|
| * Fixed the CVTPD2DQ dynarec opcoderajdakin2022-02-142-5/+9
|/
* [DYNAREC] Added 0F 3A 0F opcodeptitSeb2022-02-131-0/+24
* [DYNAREC] Added F2 0F D6 opcodeptitSeb2022-02-131-0/+12
* Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...ptitSeb2022-02-133-14/+43
* Undo last commitptitSeb2022-02-111-2/+2
* Fixed wrapped function IMG_SavePNG_RW from SDL2-imageptitSeb2022-02-111-2/+2
* Added 0F 3A 0F opcodeptitSeb2022-02-111-0/+27
* Added 1 wrapped function to libsdl2ptitSeb2022-02-111-1/+1
* [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...ptitSeb2022-02-116-20/+22
* Added wrapped lldiv (for Ion Fury)ptitSeb2022-02-104-1/+5
* Small update to README_CNptitSeb2022-02-101-1/+1
* Small update to READMEptitSeb2022-02-101-2/+2
* Added F0 0F C0 opcode (for #210)ptitSeb2022-02-061-0/+17
* Added 2E opcode ([DYNAREC] too)ptitSeb2022-02-062-0/+4
* Added SDL_GetAudioDeviceSpec wrapped function to SDL2ptitSeb2022-02-051-0/+1
* Merge pull request #226 from classilla/mainptitSeb2022-02-041-0/+2
|\
| * ensure uc_link is properly initialized in getcontext(), fixes ppc64leCameron Kaiser2022-02-031-0/+2
|/
* Merge pull request #223 from CalcProgrammer1/fix-debianptitSeb2022-02-021-1/+1
|\
| * Correct package name in Debian changelogAdam Honse2022-02-021-1/+1
|/
* Added vswscanf wrapped function (for #216)ptitSeb2022-01-254-1/+16
* Wrapped g_initable_new and g_initable_new_valist from libgio2ptitSeb2022-01-236-73/+59
* Fix(?) of the better wrapping for g_option_context_add_main_entriesptitSeb2022-01-231-2/+2
* Better wrapping for g_option_context_add_main_entriesptitSeb2022-01-235-1/+64
* Added preliminary wrapped libFAudio; libgstreamer (and friends) and libgmpptitSeb2022-01-2248-6/+5534
* Added 66 F0 FF opcodesptitSeb2022-01-221-0/+84
* Fixed elfloader symbol version searching (in sync with box86)ptitSeb2022-01-221-5/+7
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2022-01-2210-0/+86
|\
| * Merge pull request #214 from ryanfortner/mainptitSeb2022-01-1810-0/+86
| |\
| | * Add Python dependency to control fileRyan Fortner2022-01-181-1/+1
| | * Update COMPILE.mdRyan Fortner2022-01-181-1/+1
| | * upload base debianizationRyan Fortner2022-01-1810-0/+86
| |/
* | Improved 47bits memory limit for wineptitSeb2022-01-171-14/+23
* | Removed a duplicated macroptitSeb2022-01-171-1/+0
* | Improved wine detectionptitSeb2022-01-171-1/+3
|/
* Fixed a typo in TBZ_MARK and TBNZ_MARK emitter (fixed infinite loop in Ex-Zod...ptitSeb2022-01-091-2/+2
* Small cleanup on unloading lib messagesptitSeb2022-01-091-2/+2
* [DYNAREC] Small optim to F0 81/83 /0 /5 opcodesptitSeb2022-01-091-8/+8
* Added some missing wrapped functions to libudev-1.soptitSeb2022-01-081-3/+14
* Another attempt to make the function to find versionned symbol more resiliantptitSeb2022-01-081-8/+9
* [DYNAREC] Small change to unused PRECISE_CVT partptitSeb2022-01-075-10/+19
* Merge pull request #204 from Seas0/mainptitSeb2022-01-074-26/+141
|\
| * Merge branch 'ptitSeb:main' into mainCorteX2022-01-077-85/+160
| |\ | |/ |/|
* | Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)BptitSeb2022-01-062-78/+90