Removed gameList variable as it is no longer needed.

This commit is contained in:
Storm Dragon
2024-12-13 05:21:45 -05:00
parent b804d48188
commit 733a8a3971
6 changed files with 0 additions and 276 deletions

View File

@ -1158,225 +1158,6 @@ export ipfsGateway="${ipfsGateway:-https://gateway.pinata.cloud}"
export nvdaControllerClientDll="${ipfsGateway}/ipfs/QmWu7YdSbKMk1Qm5DKvEA5hk1YuAK8wVkwhDf2CsmPkmF1?filename=nvdaControllerClient32.dll"
# The list of games available for installation.
# Use menu friendly names.
gameList=(
"A Hero's Call"
"Adrian's Doom"
"Adventurers At C"
"Alien Outback"
"Angel Gift"
"AudioDisc"
"AudioQuake"
"Balatro"
"Battlefield 2D"
"Battle of the Hunter"
"Battle Zone"
#"Beatstar Pro"
"BG 2048"
"BG 15 Puzzle"
"BG Aces Up Solitaire"
"BG Alchemy"
"BG Battleship"
"BG Boggle"
"BG Boxes"
"BG Brainiac"
"BG Chess Challenge"
"BG Code Breaker"
"BG Cribbage"
"BG Cribbage Solitaire"
"BG Crossword Puzzle"
"BG Draw Dominoes"
"BG Fives Dominoes"
"BG Elevens Solitaire"
"BG Free Cell Solitaire"
"BG Golf Solitaire"
"BG Hangman"
"BG Hearts"
"BG Klondike Solitaire"
"BG LAP"
"BG Master Mind"
"BG Mine Sweeper"
"BG Nomination Whist"
"BG Penguin Solitaire"
"BG Poker Solitaire"
"BG Pyramid Solitaire"
"BG Scorpion Solitaire"
"BG Simon"
"BG Spider Solitaire"
"BG Scrabble"
"BG Sudoku"
"BG Tablic Solitaire"
"BG Tri-Peaks Solitaire"
"BG Twenty 20 Cricket"
"BG Uno"
"BG Word Builder"
"BG Word Candy"
"BG Word Jumble"
"BG Word Maze"
"BG Word Solitaire"
"BG Word Target"
"BG Word Yahtzee"
"BG Yahtzee"
"Blind Drive"
"Bloodshed"
"Bokurano Daibouken"
"Bokurano Daibouken 2"
"Bokurano Daibouken 3"
"Bombercats"
"Bop It Emulator"
"Bounce Bounce"
#"Breed Memorial"
"Breu2 Shadow Hunt"
"Castaways"
"Castaways 2"
"Challenge of the Horse"
"Change Reaction"
"Chillingham"
#"Chopper Challenge"
"Christmas Chaos"
"Christmas WhoopAss"
"Clashes of the Sky"
"Code Dungeon"
"Coin Collector"
"Conjury"
#"Constant Battle"
"Copter Mission"
"Crazy Party"
"Crazy Tennis"
"Crime Hunter"
"Danger City"
"Danger on the Wheel"
#"Dark Destroyer"
"Daytona and the Book of Gold"
"Death on the Road"
"Deathmatch"
"Dog Who Hates Toast"
"Dragon Pong"
"Dreamland"
"Duck Hunt"
"DynaMan"
"Easter Quest"
"Endless Runner"
"Entombed"
"ESP Pinball Classic"
"ESP Pinball Extreme"
"ESP Pinball Party Pack"
#"Eurofly"
"Executioner's Rage"
"Extant"
#"Fartman"
"Finger Panic"
"Fuck That Bird"
"Galactic Strike"
"GMA Tank Commander"
"Grizzly Gulch"
"Hammer of Glory"
"haunted Party"
#"Hearthstone"
"Hunter"
"Inquisitor's Heartbeat"
"Insect Therapy"
"Interceptor"
"Judgement Day"
"Kitchensinc Games"
"Kringle Crash"
"Laser Breakout"
"Light Battles"
"Light Cars"
"Lockpick"
"Lone Wolf"
"Lost"
"Lunimals"
"Manamon"
"Manamon 2"
#"Marina Break"
"Maze Craze"
#"Minecraft"
"Mist World"
"Monkey Business"
"MudSplat French"
"MudSplat English"
#"MudSplat Swedish"
"Oh Shit"
"Operation BlackSquare"
"Pacman Talks"
"Palace Punch Up"
"Paladin of the Sky"
"Park Boss"
"Paw Prints"
"Penta Path"
"Perilous Hearts"
"Pontes Kickups!"
"Pigeon Panic"
"Pipe 2 Blast Chamber"
"Preludeamals"
#"Psycho Strike"
"Puzzle Divided"
"Q9"
"Rettou"
"Revelation"
"Rhythm Rage"
"River Raiders"
"Road to Rage"
"Road to Rage Offline"
"RS Games"
"Run For Your Life"
#"Sammy Center"
"Sarah and the Castle of Witchcraft and Wizardry"
"Scramble!"
"Screaming Strike 2"
"Scrolling Battles"
"Sketchbook"
"Sequence Storm"
#"Shades of Doom 1.2"
"Shades of Doom"
"Shadow Line"
"Shooter"
"Side Party"
"Silver Dollar"
"Simple Fighter"
"Skateboarder Pro"
"Slender Lost Vision"
"Sonic the Hedgehog"
"Sonic Zoom"
#"Space Defender"
#"Star Treck Final Conflict"
"Super Deekout"
"Super Dogs Bone Hunt"
"Super Egg Hunt"
"Super Liam"
"Super Mario Bros"
"Survive the Wild"
"Swamp"
"Tactical Battle"
"Technoshock"
"Ten Pin Alley"
"The Blind Swordsman"
#"The Gate"
"The Great Toy Robbery"
"The Vale"
"They'll Come from the Moon"
"Thief"
"Traders of Known Space"
"Three D velocity"
"Tomb Hunter"
"Top Speed 2"
"Top Speed 3"
"Tarot Assistant"
"Triple Triad"
"Troopanum2"
"Tube Sim"
"Ultimate SounDoku"
"Undead Assault"
"Villains From Beyond"
"VIP Mud"
"Warsim"
#"Wave of the Undead"
#"Wolf Games Launcher"
"World of War"
)
# Make sure the minimum of curl, sox, wine, and winetricks are installed or fex-emu on aarch64
if [[ "$(uname -m)" == "aarch64" ]]; then
minimumDependencies=("FEXLoader")