mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 12:16:20 +00:00
update linux script
This commit is contained in:
parent
74221c16c8
commit
b9a738842d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if [ -z "$1" ]
|
||||||
echo "Using Netplay build config"
|
echo "Using Netplay build config"
|
||||||
elif [ "$1" == "playback" ]
|
elif [ "$1" == "playback" ]
|
||||||
then
|
then
|
||||||
CMAKE_FLAGS+=" -DIS_PLAYBACK=true"
|
CMAKE_FLAGS+=" -DSLIPPI_PLAYBACK=true"
|
||||||
echo "Using Playback build config"
|
echo "Using Playback build config"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue