summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorneonloop2021-03-31 16:26:36 +0000
committerneonloop2021-03-31 16:26:36 +0000
commit295b35c2f32887a1b73b1509668bf278c52929e1 (patch)
treefb6e5905f2daa864cc6cd1c61b7b32610ed94eae /frontend
parent3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b (diff)
parentfd2079354572372f4516fcc13c51992ef4b4c715 (diff)
downloadpicogpsp-295b35c2f32887a1b73b1509668bf278c52929e1.tar.gz
picogpsp-295b35c2f32887a1b73b1509668bf278c52929e1.tar.bz2
picogpsp-295b35c2f32887a1b73b1509668bf278c52929e1.zip
Merge remote-tracking branch 'libretro/master' into pico-fe
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;