Remove useless semicolon following type decl

This commit is contained in:
YoshiRulz 2021-10-29 06:48:13 +10:00
parent 36328b45f3
commit 84b55d2af4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.NDS
public NDS.SyncSettings.Color FirmwareFavouriteColour;
public IntPtr FirmwareMessage; // max 26 length (then terminator)
public int FirmwareMessageLength;
};
}
[BizImport(CC)]
public abstract bool Init(LoadFlags flags, FirmwareSettings fwSettings);