예제 #1
0
 public void StoreSaveRam(byte[] data)
 {
     LibQuickNES.ThrowStringError(LibQuickNES.qn_battery_ram_load(Context, data, data.Length));
 }