Better support for user accounts (#349)

* Better support for user accounts

* Nits

* Check for invalid ids
This commit is contained in:
gdkchan 2018-08-14 19:02:42 -03:00 committed by GitHub
parent 94ac7d3840
commit 87ff1eb12e
25 changed files with 314 additions and 136 deletions

View file

@ -1,8 +0,0 @@
namespace Ryujinx.HLE.Settings
{
public enum ColorSet
{
BasicWhite = 0,
BasicBlack = 1
}
}