~dokomix/dokomix/+git/box86:master

Last commit made on 2024-06-19
Get this branch:
git clone -b master https://git.launchpad.net/~dokomix/dokomix/+git/box86

Branch merges

Branch information

Name:
master
Repository:
lp:~dokomix/dokomix/+git/box86

Recent commits

fc0b51f... by ptitSeb <email address hidden>

Added a few more wrapped function (for steam)

cd88702... by theofficialgman <email address hidden>

switch to maintained Pi-Apps-Coders apt repo (#971)

223fa8e... by MichaIng

Update ODROID-XU4 target (#970)

The ODROID target was meant for the ODROID-XU4, hence it is renamed accordingly, to better indicate that.

Furthermore, gcc 4.9 added support for `-mcpu=cortex-a15.cortex-a7` to optimise support for this ARM big.LITTLE chip: https://www.gnu.org/software/gcc/gcc-4.9/changes.html#arm
`-mcpu=cortex-a9` was used as compatible option, while the Samsung Exynos 5422 SoC of the ODROID-XU4 actually has 4x Cortex-A15 and 4x Cortex-A7 CPUs: https://wiki.odroid.com/odroid-xu4/odroid-xu4

Signed-off-by: MichaIng <email address hidden>

d3d971d... by Krzysztof Aleksander Pyrkosz <email address hidden>

Wrapped a handful of time64 functions (#969)

Co-authored-by: Krzysztof Aleksander Pyrkosz <email address hidden>

2e589f4... by Kaze <email address hidden>

Update install_steam.sh (#963)

Fixes :
$@ was not escaped so it was not included in the steam launch script.

Added libibus-1.0-5 package that is required by newer versions of steam.
I didn't had to specify armhf on Pi 5 so I don't know if it's required for other platforms?

96a34a2... by ptitSeb <email address hidden>

Fixed a typo in x87 stack restauration

69f0c97... by ptitSeb <email address hidden>

More x87 fixes ([DYNAREC] too)

ff702c0... by ptitSeb <email address hidden>

[DYNAREC] Fixed a regression with the improved emit_pf helper

968fc3f... by ptitSeb <email address hidden>

[DYNAREC] Fixes to Cosim and to some x87 utility functions

4abaa3d... by ptitSeb <email address hidden>

[DYNAREC] Simplified emit_pf helper