-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #524 from AliceLR/update-docs-2.93c
Update dates, help file, and other misc. for 2.93c.
- Loading branch information
Showing
16 changed files
with
810 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,16 +121,16 @@ Source URL: http://www.delorie.com/pub/djgpp/ (djlsr205.zip) | |
|
||
|
||
---------------------------------------------------------------- | ||
SDL 2 | ||
SDL | ||
---------------------------------------------------------------- | ||
|
||
SDL 2 is available under the zlib license. | ||
SDL is available under the zlib license. | ||
gamecontrollerdb.txt is available under an identical license. | ||
|
||
Used by ports: Most. | ||
Home page: https://www.libsdl.org/ | ||
|
||
Copyright (C) 1997-2021 Sam Lantinga <[email protected]> | ||
Copyright (C) 1997-2024 Sam Lantinga <[email protected]> | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
|
||
[[ -z $VITASDK ]] && { echo "\$VITASDK is unset. Aborting"; exit 1; } | ||
[ -z "$VITASDK" ] && { echo "\$VITASDK is unset. Aborting"; exit 1; } | ||
|
||
./config.sh --platform psvita --prefix $VITASDK --enable-release --enable-lto \ | ||
./config.sh --platform psvita --prefix "$VITASDK" --enable-release --enable-lto \ | ||
--disable-utils --enable-stdio-redirect \ | ||
--enable-meter --disable-gl "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
|
||
./config.sh --platform wiiu --prefix $DEVKITPPC --enable-release --enable-lto \ | ||
./config.sh --platform wiiu --prefix "$DEVKITPPC" --enable-release --enable-lto \ | ||
--disable-utils --enable-meter --enable-stdio-redirect \ | ||
--disable-gl $@ | ||
--disable-gl "$@" |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.