about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [DYNAREC] Added 8E opcodeptitSeb2022-01-061-1/+13
* | Added deprecated libpng12.so, because it's more and more difficult to have a ...ptitSeb2022-01-061-0/+0
* | [DYNAREC] Oops, fixed 66 0F D1/D2 opcodesptitSeb2022-01-061-2/+2
* | [DYNAREC] Added 66 0F D1 opcode and improved 66 0F D2 opcodeptitSeb2022-01-063-5/+36
* | [DYNAREC] Added 66 0F E3 opcodeptitSeb2022-01-061-1/+21
| * Sync configuration from box86Seas02022-01-074-26/+141
|/
* Made the missing symbol workaround more resiliantptitSeb2022-01-051-2/+5
* Added a warning if launching a binary with a preinit arrayptitSeb2022-01-051-0/+4
* Added 1 curl function (for #195)ptitSeb2022-01-051-1/+1
* Added some more glib2 wrapped functions (for #202 and second ticket of #195)ptitSeb2022-01-056-175/+76
* Added a Workaround when dlsym a native (versionned) symbol without default ve...ptitSeb2022-01-053-0/+85
* [DYNAREC] Added F0 66 09 opcode (for Metro Exodus)ptitSeb2022-01-031-0/+22
* Added many F0 66 opcodes (should help Metro Exodus)ptitSeb2022-01-031-0/+80
* [ARM64] Added some doc about the different hwcap constantsptitSeb2022-01-031-0/+110
* Added some workaround for program that calls 'uname -m' to get the architectu...ptitSeb2022-01-012-8/+34
* [DYNAREC] Added some more Memory Barrier when trying to emulate StrongMem mod...ptitSeb2022-01-011-0/+4
* [DYNAREC] Added DMB printerptitSeb2022-01-011-0/+4
* Merge pull request #201 from Seas0/mainptitSeb2021-12-311-2/+2
|\
| * Fix the typo of CMakeLists.txt in Github Action configurationSeas02022-01-011-2/+2
|/
* Added a couple of libc wrapped functionsptitSeb2021-12-316-2/+30
* Cleaned up some special case detection from box86 that are 32bits onlyptitSeb2021-12-311-10/+0
* Added empty wrapped libpci.so.3ptitSeb2021-12-318-0/+97
* [DYNAREC] Small change in dynablock handlingptitSeb2021-12-311-4/+4
* Added one more libcxb wrapped functionptitSeb2021-12-311-2/+2
* Added some drm related wrapped libs (from box86)ptitSeb2021-12-3121-28/+520
* [DYNAREC] Fixed some border case for IDIV opcodeptitSeb2021-12-222-2/+20
* Made unsuported libc syscall non-fatalptitSeb2021-12-211-3/+3
* Merge pull request #192 from ohayoyogi/feature/libsslptitSeb2021-12-131-10/+10
|\
| * Add some libssl wrappersohayoyogi2021-12-131-10/+10
|/
* Merge pull request #177 from mikptz/mainptitSeb2021-11-244-1/+110
|\
| * Updated compile docs to include LX2160A supportMikhail Petranov2021-11-241-0/+16
| * Added support for LX2160A CPUMikhail Petranov2021-11-243-1/+94
|/
* Merge pull request #176 from ryanfortner/improve-readmeptitSeb2021-11-231-15/+15
|\
| * Update readme.mdRyan Fortner2021-11-221-1/+1
| * Update readme.mdRyan Fortner2021-11-221-9/+3
| * Update readme.mdRyan Fortner2021-11-221-10/+3
| * Update README.mdRyan Fortner2021-11-221-3/+8
| * Update README.mdRyan Fortner2021-11-221-8/+3
| * Update README.mdRyan Fortner2021-11-221-1/+1
| * Update README.mdRyan Fortner2021-11-221-2/+0
| * Improve READMERyan Fortner2021-11-221-13/+28
* | Ooops, fixed build (still for #174)ptitSeb2021-11-221-8/+8
* | Added syscall 63 (for #174)ptitSeb2021-11-221-0/+27
* | [PPC64LE] Added option in CMakeList and paragraph in COMPILE.md (to be checke...ptitSeb2021-11-222-2/+26
|/
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-222-3/+43
* Fixed some issue with getopt (for #170)ptitSeb2021-11-214-2/+39
* Wrapped Vulkan librariesptitSeb2021-11-2115-11/+1501