fix a few compiler warnings
This commit is contained in:
parent
1e3324cfab
commit
9278c526d0
|
@ -241,9 +241,6 @@ namespace BizHawk.Emulation.Cores.Components.W65816
|
||||||
ibuf = "xba";break;
|
ibuf = "xba";break;
|
||||||
case 0xFB:
|
case 0xFB:
|
||||||
ibuf = "xce";break;
|
ibuf = "xce";break;
|
||||||
default:
|
|
||||||
length = 1;
|
|
||||||
return "???";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse out parameter list
|
// Parse out parameter list
|
||||||
|
|
|
@ -5,8 +5,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||||
{
|
{
|
||||||
public partial class GPGX : IStatable
|
public partial class GPGX : IStatable
|
||||||
{
|
{
|
||||||
private byte[] _stateBuffer;
|
|
||||||
|
|
||||||
public void LoadStateBinary(BinaryReader reader)
|
public void LoadStateBinary(BinaryReader reader)
|
||||||
{
|
{
|
||||||
_elf.LoadStateBinary(reader);
|
_elf.LoadStateBinary(reader);
|
||||||
|
|
Loading…
Reference in New Issue