mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 22:33:17 +00:00
gui: Add console language to settings
This commit is contained in:
parent
96fb00d411
commit
3163cd135b
4 changed files with 289 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue