summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index f2b4ec3..35cb710 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -23,6 +23,8 @@ uint16_t *gba_screen_pixels_prev = NULL;
uint16_t *gba_processed_pixels = NULL;
int use_libretro_save_method = 0;
+bios_type selected_bios = auto_detect;
+boot_mode selected_boot_mode = boot_game;
u32 skip_next_frame = 0;