fix the build
This commit is contained in:
parent
079f9d9958
commit
806095669e
|
@ -91,8 +91,8 @@ namespace BizHawk
|
|||
get { return arr[index]; }
|
||||
set { arr[index] = value; }
|
||||
#else
|
||||
set { Write32(index, value); }
|
||||
get { return Write32(index);}
|
||||
set { Write32(index, (uint) value); }
|
||||
get { return (int)Read32(index);}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue