Remove useless semicolon following type decl
This commit is contained in:
parent
36328b45f3
commit
84b55d2af4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue