mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-11 04:05:03 -06:00
Set default user colour to 1 (#4548)
Co-authored-by: Ultra <113462733+UltraDaCat@users.noreply.github.com> Co-authored-by: georgemoralis <giorgosmrls@gmail.com>
This commit is contained in:
parent
d7ccf25e6f
commit
101c6fedbc
@ -11,7 +11,7 @@
|
||||
struct User {
|
||||
s32 user_id = -1;
|
||||
std::string user_name = "";
|
||||
u32 user_color;
|
||||
u32 user_color = 1;
|
||||
int player_index = 0; // 1-4
|
||||
bool logged_in = false;
|
||||
// ShadNet settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user