mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:20:47 -07:00
Naming conventions
This commit is contained in:
@ -4,6 +4,6 @@ namespace Ryujinx.HLE.Exceptions
|
||||
{
|
||||
public class InvalidNpdmException : Exception
|
||||
{
|
||||
public InvalidNpdmException(string ExMsg) : base(ExMsg) { }
|
||||
public InvalidNpdmException(string exMsg) : base(exMsg) { }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user