mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 22:33:17 +00:00
Qt-GUI: Adding User Name selection (#440)
* Qt-GUI: Adding User Name selection * fix * fix 2 * fix 3 (thanks Poly) * Change the username emplacement
This commit is contained in:
parent
8c77d4dde6
commit
a0fb47b0ab
4 changed files with 36 additions and 0 deletions
|
@ -43,6 +43,7 @@ void setScreenHeight(u32 height);
|
|||
void setFullscreenMode(bool enable);
|
||||
void setLanguage(u32 language);
|
||||
void setNeoMode(bool enable);
|
||||
void setUserName(std::string type);
|
||||
|
||||
void setLogType(std::string type);
|
||||
void setLogFilter(std::string type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue