shut up some warnings

This commit is contained in:
andres.delikat 2011-06-22 17:41:59 +00:00
parent 8d856ccd53
commit 4247b43b07
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ namespace BizHawk.MultiClient
//TODO: special commands like fds disk switch, etc, and power/reset
//TODO: use stringbuilder class for speed
string ButtonLookup = "RLDUSsBARLDUSsBARLDUSsBARLDUSsBA"; //TODO: This assumes input data is the same in fcm as bizhawk, which it isn't
//string ButtonLookup = "RLDUSsBARLDUSsBARLDUSsBARLDUSsBA"; //TODO: This assumes input data is the same in fcm as bizhawk, which it isn't
string frame = "|0|"; //TODO: read reset command rather than hard code it off
for (int x = 0; x < frameCount; x++)
{
@ -340,7 +340,7 @@ namespace BizHawk.MultiClient
for (int x = 0; x < framecount; x++)
{
//TODO: FF FF for all controllers = Reset
string frame = "|0|";
//string frame = "|0|";
for (int y = 0; y < numControllers; y++)
{
UInt16 fd = r.ReadUInt16();

View File

@ -17,7 +17,7 @@ namespace BizHawk.MultiClient.tools
public Color color;
public Color outline;
public String message;
private Device device;
//private Device device;
public LuaText()
{