Merge pull request #2493 from GlaZedBelmont/patch-4
Update Gambatte & Add TWB64 - Pack 3
This commit is contained in:
commit
c126293649
2 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
################################################################################
|
||||
|
||||
PKG_NAME="gambatte-lr"
|
||||
PKG_VERSION="327137ec04d514b6c06c30c8b1d0b5da4267af6c"
|
||||
PKG_VERSION="9b232311f4f462a5dc26187b511ea361d30c5959"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
|
|
|
@ -927,6 +927,7 @@ function set_gambatte() {
|
|||
local COLORIZATION=$(game_setting renderer.colorization)
|
||||
local TWB1_COLORIZATION=$(game_setting renderer.twb1_colorization)
|
||||
local TWB2_COLORIZATION=$(game_setting renderer.twb2_colorization)
|
||||
local TWB3_COLORIZATION=$(game_setting renderer.twb3_colorization)
|
||||
local PIXELSHIFT1_COLORIZATION=$(game_setting renderer.pixelshift1_colorization)
|
||||
|
||||
if [ -n "${COLORIZATION}" ]
|
||||
|
@ -946,6 +947,7 @@ function set_gambatte() {
|
|||
echo 'gambatte_gb_internal_palette = "'${COLORIZATION}'"' >> ${GAMBATTECONF}
|
||||
echo 'gambatte_gb_palette_twb64_1 = "'${TWB1_COLORIZATION}'"' >> ${GAMBATTECONF}
|
||||
echo 'gambatte_gb_palette_twb64_2 = "'${TWB2_COLORIZATION}'"' >> ${GAMBATTECONF}
|
||||
echo 'gambatte_gb_palette_twb64_3 = "'${TWB3_COLORIZATION}'"' >> ${GAMBATTECONF}
|
||||
echo 'gambatte_gb_palette_pixelshift_1 = "'${PIXELSHIFT1_COLORIZATION}'"' >> ${GAMBATTECONF}
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue