コード例 #1
0
ファイル: ZwinderBuffer.cs プロジェクト: zcatt/BizHawk
 public Stream GetReadStream()
 {
     return(_parent.MakeLoadStream(_index));
 }