about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make BOX64_IGNOREINT3 also ignore other privilged instructionsptitSeb2024-10-241-1/+16
* Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)ptitSeb2024-10-191-2/+8
* [TRACE] Improved 32bits trace for FF 92 opocdeptitSeb2024-10-191-0/+4
* [BOX32][TRACE] Better trace for a sscanf variantptitSeb2024-10-191-1/+1
* [NTERPRETER] Added 64 F6 opcodes (for #1932)ptitSeb2024-10-131-0/+35
* [INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)ptitSeb2024-10-131-0/+9
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-131-3/+3
* [BOX32][TRACE] Better for XRRSetScreenSizeptitSeb2024-10-111-0/+2
* [BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmpptitSeb2024-10-101-4/+3
* [BOX32][TRACE] Small improvment to SDL_RWFromFile traceptitSeb2024-10-101-1/+1
* [BOX32] Fixed 32bits libc syscall 240ptitSeb2024-10-091-2/+2
* Added 66 6A opcode ([ARM64_DYNAREC] too) (for #1911)ptitSeb2024-10-071-1/+4
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-073-7/+8
* [INTERPRETER] Worked on CF IRET opcodeptitSeb2024-10-041-7/+9
* [TRACE] Btter trace for ioctlptitSeb2024-10-042-8/+11
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-042-2/+23
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-2/+2
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-1/+3
* [TRACE] Fixed StopEmu on trace build when trace is not enabledptitSeb2024-10-031-1/+7
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-032-1/+32
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-301-3/+12
* [BOX32] Fixed main Elf init not always calledptitSeb2024-09-301-0/+8
* [BOX32] Enable futex robust_list hack for all 32bits software for nowptitSeb2024-09-301-1/+1
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...Pablo Labs2024-09-291-87/+88
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-282-10/+28
* [BOX32][TRACE] Better trace for recvptitSeb2024-09-271-1/+2
* [BOX32] Minor changes to 32bits freetype wrappingptitSeb2024-09-261-0/+8
* [BOX32][TRACE] Fixed semop tracesptitSeb2024-09-241-1/+1
* [INTEPRETER] Added a check on CS for CA/CB opecodesptitSeb2024-09-241-2/+10
* [ARM64_DYNAREC] Added 66 0F BF opcode (and cosmetic fix on interpreter)ptitSeb2024-09-241-2/+2
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-231-3/+3
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w...ptitSeb2024-09-221-1/+1
* [BOX32][TRACE] Better trace for a few more 32bits string functionsptitSeb2024-09-211-1/+3
* [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b...ptitSeb2024-09-211-1/+16
* Added Syscall 165 (for #1672)ptitSeb2024-09-201-0/+1
* Fixed a comment on x87 tagsptitSeb2024-09-191-1/+1
* [TRACE] Some better trace for a few function callptitSeb2024-09-191-0/+10
* Fixed some x87 tag handlingptitSeb2024-09-191-4/+4
* Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)ptitSeb2024-09-171-0/+23
* Fixed non-box32 buildsptitSeb2024-09-161-0/+2
* [BOX32][TRACE] Improved some trace and function calls for 32bits processptitSeb2024-09-162-3/+22
* Added 66 F3 0F BD opcode ([ARM64_DYNAREC] Too)ptitSeb2024-09-141-0/+18
* Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)ptitSeb2024-09-141-0/+7
* [BOX32][TRACE] More improved trace for some 32bits functions callptitSeb2024-09-131-1/+3
* [BOX32][TRACE] Better trace for 32bits call to strtol and strtoulptitSeb2024-09-131-0/+3
* [BOX32][TRACE] Better trace for 32bits strncasecmp callsptitSeb2024-09-131-0/+3
* [BOX32][TRACE] Better trace for some 32bits wrapped function callsptitSeb2024-09-131-12/+46
* [TRACE] Better trace for 32bits FF 52 opcodeptitSeb2024-09-131-0/+4
* [BOX32] Improved 32bits unsupported syscall warning, and added syscall 240ptitSeb2024-09-111-7/+74
* [BOX32] Improved trace for 32bits pthread_setname_npptitSeb2024-09-111-0/+3