Reinit media menu, and store the system language too

This commit is contained in:
Laci bá
2021-11-12 22:41:30 +01:00
parent b4f5ff7ad1
commit 0bab2e144a
2 changed files with 11 additions and 4 deletions

View File

@@ -65,6 +65,8 @@ extern "C" {
#endif
/* Global variables. */
extern uint32_t lang_sys; /* (-) system language code */
extern int dump_on_exit; /* (O) dump regs on exit*/
extern int do_dump_config; /* (O) dump cfg after load */
extern int start_in_fullscreen; /* (O) start in fullscreen */