mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
user-manager: megamouse fixes
(cherry picked from commit 949807c1cc689e12e5f0cea367564306ea36a759)
This commit is contained in:
parent
68202eb2b7
commit
eef900ef41
6 changed files with 156 additions and 144 deletions
|
|
@ -509,7 +509,6 @@ struct cfg_root : cfg::node
|
|||
{
|
||||
node_usr(cfg::node* _this) : cfg::node(_this, "User") {}
|
||||
|
||||
// This is only a default, will get read from existing config.yml.
|
||||
cfg::string selected_usr{ this, "Selected User", "00000001" };
|
||||
|
||||
} usr{this};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue