Remove unneeded enum underlying types

This commit is contained in:
Alex Barney
2018-12-01 14:35:47 -06:00
parent 1cfda3484d
commit 3a02739519
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ namespace Ryujinx.HLE.HOS.Services.Psm
{
class IPsmServer : IpcService
{
enum ChargerType : int
enum ChargerType
{
None,
ChargerOrDock,