add mgba to config and steamgrid images

This commit is contained in:
Tyler Starr 2023-11-20 22:45:59 -08:00
parent 3152ed7f62
commit d61ef80e95
7 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ apps=(
"/run/current-system/sw/bin/dolphin-emu Dolphin Emulator"
"/run/current-system/sw/bin/yuzu Yuzu Emulator"
"/run/current-system/sw/bin/ppsspp PPSSPP Emulator"
"/run/current-system/sw/bin/mgba-qt mGBA Emulator"
)
if command -v steamtinkerlaunch &> /dev/null

BIN
img/mGBA/boxart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

BIN
img/mGBA/hero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

BIN
img/mGBA/icons.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

BIN
img/mGBA/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
img/mGBA/tenfoot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

View File

@ -20,6 +20,7 @@ in {
pkgs.yuzu-early-access
pkgs.dolphin-emu
pkgs.ppsspp
pkgs.mgba
pkgs-unstable.sunshine
pkgs-unstable.moonlight-qt
];