mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 01:50:47 +00:00
Disable ZARCH in RetroArch. Too much users get stuck in this menu driver.
This commit is contained in:
parent
4e08b9a80f
commit
5ea8dd05a3
@ -84,7 +84,7 @@ pre_configure_target() {
|
||||
}
|
||||
|
||||
make_target() {
|
||||
make V=1 HAVE_LAKKA=1
|
||||
make V=1 HAVE_LAKKA=1 HAVE_ZARCH=0
|
||||
make -C gfx/video_filters compiler=$CC extra_flags="$CFLAGS"
|
||||
make -C audio/audio_filters compiler=$CC extra_flags="$CFLAGS"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user