libretro / vbam-libretro

A fork of VBA-M with libretro integration
24 stars 29 forks source link

Add Support for External BIOS Files #17

Closed Awakened0 closed 6 years ago

Awakened0 commented 9 years ago

Stand alone VBA-M has the ability to load GB, GBC and GBA BIOS images. I don't think you'd need a core option for enabling them or not, they could just autoload if they are present in the System folder like some of the other cores. "Skip boot logo" could be useful as a core option for when you're using a BIOS though.

ghost commented 9 years ago

BIOS loading should be an option always... It's not loading a bios file that's an HLE type hack. For accuracy fans the BIOS must be an option.

Oggom commented 9 years ago

Accuracy fans should avoid VBA at all costs.

ghost commented 6 years ago

added as a core option https://github.com/libretro/vbam-libretro/pull/42

Awakened0 commented 6 years ago

Thanks!