Debugger: Fixed warning
This commit is contained in:
parent
e562ab744b
commit
048b10b8b5
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ namespace Mesen.GUI.Debugger
|
|||
{
|
||||
private DateTime _lastUpdate = DateTime.MinValue;
|
||||
private InteropEmu.NotificationListener _notifListener;
|
||||
private int _autoRefreshCounter = 0;
|
||||
private TabPage _selectedTab;
|
||||
private bool _refreshing = false;
|
||||
|
||||
|
|
2
NES.sln
2
NES.sln
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25123.0
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Core", "Core\Core.vcxproj", "{78FEF1A1-6DF1-4CBB-A373-AE6FA7CE5CE0}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
|
|
Loading…
Add table
Reference in a new issue