mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 17:50:47 -07:00
Explicitly label class visibility
This commit is contained in:
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.HLE.HOS
|
||||
{
|
||||
class IdDictionary
|
||||
internal class IdDictionary
|
||||
{
|
||||
private ConcurrentDictionary<int, object> _objs;
|
||||
|
||||
|
Reference in New Issue
Block a user