Skip to content

Commit

Permalink
Update GBAR3-Frontend, fix EX4DS Wood theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanrax committed Aug 19, 2024
1 parent 3573ebf commit 0bef969
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
wget https://files.deletecat.com/GBARunner3.zip
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet1/gbar3-frontend-AOS.nds
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet2/gbar3-frontend-AOS.nds
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
unzip GBARunner3.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
wget https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip
wget -O GBARunner2.nds https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases/download/v20201019-DSL_97447fe/GBARunner2_arm9dldi_ds.nds
wget https://files.deletecat.com/GBARunner3.zip
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet1/gbar3-frontend-AOS.nds
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet2/gbar3-frontend-AOS.nds
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
unzip GBARunner3.zip
Expand Down
3 changes: 2 additions & 1 deletion extras/ex4ds/Wood/ui/Metro EX4DS/uisettings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ h =16
x =236
y =173

[main list]textColor =0x7FFF
[main list]
textColor =0x7FFF
textColorHilight =0x7FFF
selectionBarColor1 =0x0C63
selectionBarColor2 =0x0C63
Expand Down
3 changes: 2 additions & 1 deletion extras/ex4ds/Wood/ui/Metro Vista/uisettings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ h =16
x =236
y =173

[main list]textColor =0x7FFF
[main list]
textColor =0x7FFF
textColorHilight =0x7FFF
selectionBarColor1 =0x0C63
selectionBarColor2 =0x0C63
Expand Down

0 comments on commit 0bef969

Please sign in to comment.