mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 10:30:47 -07:00
Explicitly label class visibility
This commit is contained in:
@ -3,7 +3,7 @@ using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.SystemState
|
||||
{
|
||||
class UserProfile
|
||||
internal class UserProfile
|
||||
{
|
||||
private static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
|
||||
|
||||
|
Reference in New Issue
Block a user