mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:10:47 -07:00
Remove unneeded enum underlying types
This commit is contained in:
@ -6,7 +6,7 @@ namespace Ryujinx.HLE.HOS.Services.Psm
|
||||
{
|
||||
class IPsmServer : IpcService
|
||||
{
|
||||
enum ChargerType : int
|
||||
enum ChargerType
|
||||
{
|
||||
None,
|
||||
ChargerOrDock,
|
||||
|
Reference in New Issue
Block a user