mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
re-word warning message
This commit is contained in:
parent
65c6bb69a4
commit
8343cf2680
@ -570,8 +570,7 @@ if [ "$HAVE_MATERIALUI" = no ] &&
|
|||||||
[ "$HAVE_STRIPES" = no ] &&
|
[ "$HAVE_STRIPES" = no ] &&
|
||||||
[ "$HAVE_ZARCH" = no ]; then
|
[ "$HAVE_ZARCH" = no ]; then
|
||||||
HAVE_MENU=no
|
HAVE_MENU=no
|
||||||
die : 'Notice: No menu drivers available, the Qt menu will also be disabled.'
|
die : 'Notice: No menu drivers available.'
|
||||||
# TODO: RetroArch will crash on start if only the Qt menu driver is enabled.
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_MENU" != 'no' ]; then
|
if [ "$HAVE_MENU" != 'no' ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user