diff options
author | neonloop | 2023-02-02 16:45:02 +0000 |
---|---|---|
committer | neonloop | 2023-02-02 16:45:02 +0000 |
commit | 1b49088ba05131effde0b26133ecee26ffdd183c (patch) | |
tree | 0f8afa4f51f8d2e4f607cba80d85e87cac2398fd | |
parent | 650d01ac57aab5a9c757cc0c1edbc13226ef533c (diff) | |
download | picoarch-1b49088ba05131effde0b26133ecee26ffdd183c.tar.gz picoarch-1b49088ba05131effde0b26133ecee26ffdd183c.tar.bz2 picoarch-1b49088ba05131effde0b26133ecee26ffdd183c.zip |
Updates icons for pcsx and gme
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,7 +23,7 @@ LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto CORES = beetle-pce-fast bluemsx fceumm fmsx gambatte gme gpsp mame2000 pcsx_rearmed picodrive quicknes smsplus-gx snes9x2002 snes9x2005 $(EXTRA_CORES) ifneq ($(platform), trimui) -CORES := $(CORES) dosbox-pure fake-08 snes9x2005_plus snes9x2010 +CORES := $(CORES) dosbox-pure fake-08 fbalpha2012 snes9x2005_plus snes9x2010 endif # CORES = dosbox-pure @@ -426,7 +426,7 @@ gambatte_ICON = gb gme_ROM_DIR = /mnt/Music gme_TYPES = ay,gbs,gym,hes,kss,nsf,nsfe,sap,spc,vgm,vgz,zip -gme_ICON_URL = https://raw.githubusercontent.com/FunKey-Project/gmenu2x/FunKey/data/skins/240x240/Default/icons/gmu.png +gme_ICON_URL = https://raw.githubusercontent.com/MiyooCFW/gmenunx/master/assets/miyoo/skins/PixUI/icons/gmu.png gme_ICON = gmu gpsp_ROM_DIR = /mnt/Game Boy Advance @@ -443,8 +443,8 @@ mame2003_plus_ICON_URL = https://raw.githubusercontent.com/MiyooCFW/gmenunx/mast mame2003_plus_ICON = icon pcsx_rearmed_ROM_DIR = /mnt/PS1 -pcsx_rearmed_ICON_URL = https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/FunKey/package/PCSX-ReARMed/opk/ps1/ps1.png -pcsx_rearmed_ICON = ps1 +pcsx_rearmed_ICON_URL = https://raw.githubusercontent.com/MiyooCFW/gmenunx/master/assets/miyoo/skins/PixUI/icons/pcsx4all.png +pcsx_rearmed_ICON = pcsx4all picodrive_ROM_DIR = /mnt/Sega Genesis picodrive_ICON_URL = https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/FunKey/package/picodrive/opk/megadrive/megadrive.png |