mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-01 23:02:25 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -4,9 +4,9 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Psm
|
||||
{
|
||||
class IPsmServer : IpcService
|
||||
internal class IPsmServer : IpcService
|
||||
{
|
||||
enum ChargerType
|
||||
private enum ChargerType
|
||||
{
|
||||
None,
|
||||
ChargerOrDock,
|
||||
|
Reference in New Issue
Block a user