mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-10 03:35:00 -06:00
Set default user colour to 1
Co-authored-by: georgemoralis <giorgosmrls@gmail.com> Co-authored-by: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com>
This commit is contained in:
parent
d7ccf25e6f
commit
ecc25ca4c0
@ -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