fix a few compiler warnings

This commit is contained in:
nattthebear 2020-07-12 16:02:26 -04:00
parent 1e3324cfab
commit 9278c526d0
2 changed files with 0 additions and 5 deletions

View File

@ -241,9 +241,6 @@ namespace BizHawk.Emulation.Cores.Components.W65816
ibuf = "xba";break;
case 0xFB:
ibuf = "xce";break;
default:
length = 1;
return "???";
}
// Parse out parameter list

View File

@ -5,8 +5,6 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
{
public partial class GPGX : IStatable
{
private byte[] _stateBuffer;
public void LoadStateBinary(BinaryReader reader)
{
_elf.LoadStateBinary(reader);