In default mode, the SDL2 renderers now use UpdateTexture().

This commit is contained in:
OBattler
2021-12-29 20:53:32 +01:00
parent 31067d63a0
commit 394768f5ac
4 changed files with 50 additions and 1 deletions

View File

@@ -1194,6 +1194,14 @@ plat_vid_reload_options(void)
vid_apis[vid_api].reload();
}
void
plat_vidapi_reload(void)
{
vid_apis[vid_api].reload();
}
/* Sets up the program language before initialization. */
uint32_t
plat_language_code(char* langcode)