mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-23 07:14:57 +00:00
Fix typo in N3DS
This commit is contained in:
@@ -100,7 +100,7 @@ namespace SabreTools.Serialization.Wrappers
|
||||
/// <summary>
|
||||
/// Get if the NoCrypto bit is set
|
||||
/// </summary>
|
||||
public static bool PossblyDecrypted(NCCHHeaderFlags flags)
|
||||
public static bool PossiblyDecrypted(NCCHHeaderFlags flags)
|
||||
{
|
||||
if (flags == null)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user