gui: Add console language to settings

This commit is contained in:
Dzmitry Dubrova 2024-08-09 18:19:35 +03:00
parent 96fb00d411
commit 3163cd135b
4 changed files with 289 additions and 13 deletions

View file

@ -38,6 +38,7 @@ void setVblankDiv(u32 value);
void setScreenWidth(u32 width);
void setScreenHeight(u32 height);
void setFullscreenMode(bool enable);
void setLanguage(u32 language);
void setNeoMode(bool enable);
void setLogType(std::string type);