コード例 #1
0
 public static extern void gambatte_newstateload_ex(IntPtr core, ref TextStateFPtrs ff);
コード例 #2
0
ファイル: LibVBANext.cs プロジェクト: tustin2121/tpp-BizHawk2
 public static extern void TxtStateLoad(IntPtr g, [In] ref TextStateFPtrs ff);
コード例 #3
0
ファイル: LibGambatte.cs プロジェクト: ddugovic/RASuite
		public static extern void gambatte_newstateload_ex(IntPtr core, ref TextStateFPtrs ff);
コード例 #4
0
 public static extern void bizswan_txtstateload(IntPtr core, [In] ref TextStateFPtrs ff);
コード例 #5
0
ファイル: LibLynx.cs プロジェクト: AIDreamer/TopGearNEATAgent
 public static extern void TxtStateSave(IntPtr s, [In] ref TextStateFPtrs ff);
コード例 #6
0
ファイル: LibLynx.cs プロジェクト: TASeditor/BizHawk
 public abstract void TxtStateLoad(IntPtr s, [In] ref TextStateFPtrs ff);