コード例 #1
0
ファイル: LibspePInvoke.cs プロジェクト: PlumpMath/ac3il
 public static extern int spe_context_run(IntPtr spe, ref spe_start_t entry, Runflags runflags, IntPtr argp, IntPtr envp, ref spe_stop_info_t stopinfo);
コード例 #2
0
ファイル: LibspePInvoke.cs プロジェクト: kenkendk/ac3il
 public static extern int spe_context_run(IntPtr spe, ref spe_start_t entry, Runflags runflags, IntPtr argp, IntPtr envp, ref spe_stop_info_t stopinfo);