| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DOCS] Added some infor about SAVE_MEM build option | ptitSeb | 2023-10-18 | 1 | -1/+4 |
| | | |||||
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -3/+4 |
| | | |||||
| * | [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS | ptitSeb | 2023-10-17 | 1 | -0/+5 |
| | | |||||
| * | Use BOX64_RESERVE_HIGHMEM by default on ADLINK profile | ptitSeb | 2023-10-13 | 1 | -4/+4 |
| | | |||||
| * | Added BOX64_SDL2_JGUID, a workaround for game using old ↵ | ptitSeb | 2023-10-11 | 1 | -0/+5 |
| | | | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018) | ||||
| * | Added ADLink AmpereAltra profile | ptitSeb | 2023-09-25 | 1 | -1/+16 |
| | | |||||
| * | Update USAGE.md on rcfiles | ptitSeb | 2023-08-31 | 1 | -1/+4 |
| | | |||||
| * | Bumped version to v0.2.4 | ptitSeb | 2023-08-19 | 1 | -0/+25 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 4 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 4 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Update COMPILE.md | Ryan Fortner | 2023-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Added generic ARM64 build profile | ptitSeb | 2023-07-14 | 1 | -0/+7 |
| | | | |||||
| * | | Reduce duplication of compile instructions (#837) | Jank9525 | 2023-06-14 | 1 | -122/+40 |
| | | | | | | | | | | | * Reduce duplication of compile instructions * Update COMPILE.md | ||||
| * | | ryanfortner's package now have a different name (#834) | 澪 | 2023-06-12 | 1 | -1/+1 |
| | | | |||||
| * | | Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as ↵ | ptitSeb | 2023-05-31 | 1 | -0/+4 |
| | | | | | | | | | currently, it seems buggy and making more harm then good | ||||
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ | ptitSeb | 2023-05-31 | 1 | -0/+5 |
| | | | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps) | ||||
| * | | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+5 |
| |/ | |||||
| * | [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly ↵ | ptitSeb | 2023-04-26 | 1 | -2/+2 |
| | | | | | better without now | ||||
| * | Fixed broken in-project links (#689) | Yang Liu | 2023-04-11 | 2 | -235/+0 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ | ptitSeb | 2023-03-27 | 2 | -0/+13 |
| | | | | | time and compare states | ||||
| * | add manual page in pod format (#641) | josch | 2023-03-27 | 1 | -0/+457 |
| | | |||||
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 2 | -13/+13 |
| | | |||||
| * | Update README (#626) | Yang Liu | 2023-03-23 | 1 | -33/+27 |
| | | |||||
| * | docs/COMPILE.md: Use trusted.gpg.d (#620) | Sevan Janiyan | 2023-03-23 | 1 | -1/+1 |
| | | | | | Installing the keys in the system location will likely cause fallout in upgrades. Install into /etc/apt/trusted.gpg.d where it's commonly expected. | ||||
| * | Rv64 dynarec (#550) | ptitSeb | 2023-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * [RV64_DYNAREC] Pushed the rv64_lock.h * [RV64_DYNAREC] Add initial support for atomic functions * [RV64_DYNAREC] Added some basic infrastructure for the Dynarec (and 1 opcode) * [RV64_DYNAREC] Add a disassembler for RV64 instructions * [RV64_DYNAREC] Added 86 MOV opcode, and some fixes too * [RV64_DYNAREC] Added 8D LEA opcode * [RV64_DYNAREC] Added POP reg opcode * [RV64_DYNAREC] Various fixes and small optims --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn> | ||||
| * | add -dnogit=1 flag to debian rules | Ryan Fortner | 2023-03-10 | 1 | -1/+1 |
| | | |||||
| * | Bumped to v0.2.2 | ptitSeb | 2023-03-10 | 1 | -0/+29 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ | ptitSeb | 2023-03-07 | 1 | -0/+5 |
| | | | | | (works well on box64, with up to 30% more speed) | ||||
| * | Made the Signal workaround more generic, so it can be used by Termux user | ptitSeb | 2023-03-05 | 1 | -0/+2 |
| | | |||||
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ | ptitSeb | 2023-03-05 | 1 | -0/+5 |
| | | | | | probably other too) | ||||
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -1/+6 |
| |\ | |||||
| | * | Fixed a improved HotPage handling | ptitSeb | 2023-02-20 | 1 | -1/+1 |
| | | | |||||
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ | ptitSeb | 2023-02-19 | 1 | -1/+6 |
| | | | | | | | | | handle HotPages (faster but crashy) | ||||
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ | ptitSeb | 2023-02-19 | 1 | -0/+10 |
| | | | | | | | | | not handle them | ||||
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ | ptitSeb | 2023-02-20 | 1 | -0/+10 |
| | | | | | | | | | not handle them | ||||
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+6 |
| |/ | |||||
| * | Added RK3588 profile | ptitSeb | 2023-02-18 | 1 | -0/+15 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+5 |
| | | |||||
| * | Small change to avoid printing GPG pubkey on console | ptitSeb | 2023-02-11 | 1 | -1/+1 |
| | | |||||
| * | Added ODROIDN2 Compile instruction (for #755) | ptitSeb | 2023-02-03 | 1 | -0/+16 |
| | | |||||
| * | [DYNAREC] Made FASTROUND the default (faster, less accurate) | ptitSeb | 2023-01-29 | 1 | -3/+3 |
| | | |||||
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, ↵ | ptitSeb | 2023-01-28 | 1 | -0/+5 |
| | | | | | introducing BOX64_DYNAREC_FASTROUND to ignore that) | ||||
| * | more swap for rpi3 (#499) | colin-i | 2023-01-16 | 1 | -3/+3 |
| | | |||||
| * | Add support for Rpi3 on 64-bit ARM (aarch64) (#494) | Neil Davis | 2023-01-09 | 1 | -1/+26 |
| | | |||||
| * | Added more command to rcfiles, and a default one when system version is not ↵ | ptitSeb | 2023-01-05 | 1 | -0/+13 |
| | | | | | found (and move some essential detection there) | ||||
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of ↵ | ptitSeb | 2022-12-01 | 1 | -0/+5 |
| | | | | | MonoBleedingEdge (and disable that for 3dSen) | ||||
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -0/+5 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ | ptitSeb | 2022-11-29 | 1 | -0/+5 |
| | | | | | of CALL/RET opcode, not compatible with JIT/Dynarec) | ||||
| * | Use dummy crashhandler lib by default | ptitSeb | 2022-11-29 | 1 | -1/+1 |
| | | |||||
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 2 | -42/+55 |
| | | |||||