UI: Fixed bug that could cause NSF player to always display the "Fast Forward" label

This commit is contained in:
Souryo 2017-08-08 23:58:45 -04:00
parent 2a8ed7b744
commit 17b6d233a6

View File

@ -132,7 +132,7 @@ namespace Mesen.GUI
[DllImport(DLLPath)] public static extern void SetCheats([MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)]InteropCheatInfo[] cheats, UInt32 length);
[DllImport(DLLPath)] public static extern bool CheckFlag(EmulationFlags flag);
[DllImport(DLLPath)] [return: MarshalAs(UnmanagedType.I1)] public static extern bool CheckFlag(EmulationFlags flag);
[DllImport(DLLPath)] private static extern void SetFlags(EmulationFlags flags);
[DllImport(DLLPath)] private static extern void ClearFlags(EmulationFlags flags);
[DllImport(DLLPath)] public static extern void SetRamPowerOnState(RamPowerOnState state);