mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
default config adjustments
This commit is contained in:
parent
98dbc3ab3a
commit
720bfc5d9f
4 changed files with 11 additions and 9 deletions
6
configure
vendored
6
configure
vendored
|
@ -123,10 +123,8 @@ if [ "x$sound_drivers" != "x" ]; then
|
|||
done
|
||||
fi
|
||||
|
||||
if [ "$need_libpicofe" = "yes" ]; then
|
||||
if ! test -f "frontend/libpicofe/README"; then
|
||||
fail "libpicofe is missing, please run 'git submodule init && git submodule update'"
|
||||
fi
|
||||
if ! test -f "platform/libpicofe/README"; then
|
||||
fail "libpicofe is missing, please run 'git submodule update --init'"
|
||||
fi
|
||||
|
||||
#if [ "$need_warm" = "yes" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue