libretro / swanstation

GNU General Public License v3.0
96 stars 22 forks source link

only look for BIOS files in the libretro system directory #122

Closed guijan closed 1 month ago

guijan commented 2 months ago

This PR has been compile tested on Termux, PostMarketOS, and FreeBSD.

Unfortunately, I have yet to test whether it still loads BIOS files as it should because all those machines are headless, so it remains a draft.

LibretroAdmin commented 1 month ago

Hi, this PR needs to be rebased since changes were made to src/libretro/libretro_host_interface.cpp since.

After this rebase is done, @DarthMew might be able to review this PR.

guijan commented 1 month ago

Rebased. I can't test it for now so I'd like someone else to if possible, load a game and see if it doesn't complain about missing BIOS files in the libretro system directory.

DarthMew commented 1 month ago

All still works fine on my end, so I'll go ahead and merge.