Multiple language-related updates

Add the possibility to change runtime language, via --lang parameter. Also specify the verbose language code in the Hungarian translation.
This commit is contained in:
Laci bá
2021-11-09 18:53:15 +01:00
parent 9903f0cec1
commit 9914ad520c
5 changed files with 40 additions and 1 deletions

View File

@@ -1220,6 +1220,14 @@ char* plat_vidapi_name(int i)
{
return "default";
}
/* Sets up the program language before initialization. */
int plat_set_language(char* langcode)
{
/* or maybe not */
return 0;
}
void joystick_init(void) {}
void joystick_close(void) {}
void joystick_process(void) {}