mirror of
https://github.com/libretro/Mesen.git
synced 2024-12-14 21:08:44 +00:00
UI: Fixed bug that could cause NSF player to always display the "Fast Forward" label
This commit is contained in:
parent
2a8ed7b744
commit
17b6d233a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user