Fix wrong sorting
This commit is contained in:
parent
be7bcf108f
commit
8ca61f2dbc
1 changed files with 3 additions and 3 deletions
|
@ -147,15 +147,15 @@ namespace Ryujinx.HLE.HOS.Services
|
|||
case "pl:u":
|
||||
return new ISharedFontManager();
|
||||
|
||||
case "psm":
|
||||
return new IPsmServer();
|
||||
|
||||
case "prepo:a":
|
||||
return new IPrepoService();
|
||||
|
||||
case "prepo:u":
|
||||
return new IPrepoService();
|
||||
|
||||
case "psm":
|
||||
return new IPsmServer();
|
||||
|
||||
case "set":
|
||||
return new ISettingsServer();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue