mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +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
|
@ -197,6 +197,10 @@ void setLogFilter(std::string type) {
|
|||
logFilter = type;
|
||||
}
|
||||
|
||||
void setUserName(std::string type) {
|
||||
userName = type;
|
||||
}
|
||||
|
||||
void setMainWindowGeometry(u32 x, u32 y, u32 w, u32 h) {
|
||||
main_window_geometry_x = x;
|
||||
main_window_geometry_y = y;
|
||||
|
@ -453,6 +457,7 @@ void setDefaultValues() {
|
|||
screenHeight = 720;
|
||||
logFilter = "";
|
||||
logType = "async";
|
||||
userName = "shadPS4";
|
||||
isDebugDump = false;
|
||||
isShowSplash = false;
|
||||
isNullGpu = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue