vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating from ELF to RPX

xhp-creations opened this issue · comments

When updating my libretro cores from ELF to RPX builds using HBAS, the old ELF files remain, so they are listed twice in HBL. Need to delete the old ELF, or give option of doing that.

I guess the fix for this then could literally be:

if new downloaded type is file.rpx:
    - delete file.elf in the app folder
else if new downloaded type is file.elf:
    - delete file.rpx in the app folder