Finish the changeable iconset

This commit is contained in:
Laci bá
2021-11-16 19:38:31 +01:00
parent 98316e228f
commit 0aa6e9c8a6
20 changed files with 210 additions and 25 deletions

View File

@@ -51,6 +51,7 @@ SDL_threadID eventthread;
static int exit_event = 0;
static int fullscreen_pending = 0;
uint32_t lang_id = 0x0409, lang_sys = 0x0409; // Multilangual UI variables, for now all set to LCID of en-US
char icon_set[256] = ""; /* name of the iconset to be used */
static const uint16_t sdl_to_xt[0x200] =
{
@@ -1244,6 +1245,30 @@ plat_language_code_r(uint32_t lcid, char* outbuf, int len)
return;
}
void
plat_clear_icon_set()
{
return;
}
void
plat_system_icon_set()
{
return;
}
void
plat_load_icon_set()
{
return;
}
void
plat_get_icons_path(char* path_root)
{
return;
}
void joystick_init(void) {}
void joystick_close(void) {}