Skip to content

Commit

Permalink
cgenius.sh: Update to allow joystick game saving
Browse files Browse the repository at this point in the history
As per cgenius recommendation at gerstrong/Commander-Genius#309 (comment)

Update the cgenius `cmake` command to include `-DNOTYPESAVE=on` by default.
  • Loading branch information
Jim Hume committed Sep 22, 2019
1 parent b8c5865 commit 3bd390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/ports/cgenius.sh
Expand Up @@ -28,7 +28,7 @@ function sources_cgenius() {
} }


function build_cgenius() { function build_cgenius() {
cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX="$md_inst" cmake -DUSE_SDL2=yes -DCMAKE_INSTALL_PREFIX="$md_inst" -DNOTYPESAVE=on
make make
md_ret_require="$md_build/src/CGeniusExe" md_ret_require="$md_build/src/CGeniusExe"
} }
Expand Down

0 comments on commit 3bd390f

Please sign in to comment.