all repos — mgba @ 9ebc7541d0b6832c61054fd3dfb344fc752a250e

mGBA Game Boy Advance Emulator

Update Use BIOS and skip BIOS core option descriptions (#887)

esoptron 29593369+esoptron@users.noreply.github.com
Fri, 29 Sep 2017 14:46:02 -0400
commit

9ebc7541d0b6832c61054fd3dfb344fc752a250e

parent

b501ca5354833c034993b959177fe4f134d28011

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/platform/libretro/libretro.csrc/platform/libretro/libretro.c

@@ -102,8 +102,8 @@

struct retro_variable vars[] = { { "mgba_solar_sensor_level", "Solar sensor level; 0|1|2|3|4|5|6|7|8|9|10" }, { "mgba_allow_opposing_directions", "Allow opposing directional input; OFF|ON" }, - { "mgba_use_bios", "Use BIOS file if found; ON|OFF" }, - { "mgba_skip_bios", "Skip BIOS intro; OFF|ON" }, + { "mgba_use_bios", "Use BIOS file if found (requires restart); ON|OFF" }, + { "mgba_skip_bios", "Skip BIOS intro (requires restart); OFF|ON" }, { "mgba_idle_optimization", "Idle loop removal; Remove Known|Detect and Remove|Don't Remove" }, { 0, 0 } };