Skip to content

Commit

Permalink
DOSBox Pure 0.9.9 (#1948)
Browse files Browse the repository at this point in the history
* DOSBox Pure 0.9.9

* Fix issue schellingb/dosbox-pure#488

* Set compiler flags properly
  • Loading branch information
synthic authored and ToKe79 committed Apr 10, 2024
1 parent 9dfd773 commit 0088d98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/lakka/libretro_cores/dosbox_pure/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="DOSBox Pure is a fork of DOSBox, an emulator for DOS games, built for RetroArch/Libretro aiming for simplicity and ease of use."
PKG_TOOLCHAIN="make"

pre_make_target() {
if [ "${DEVICE}" = "RPi5" ]; then
CFLAGS+=" -DPAGESIZE=16384"
fi
}

make_target() {
# remove optimization from CFLAGS, set via Makefile
CFLAGS="${CFLAGS//-O3/}"
Expand Down

0 comments on commit 0088d98

Please sign in to comment.