aboutsummaryrefslogtreecommitdiff
path: root/source/spc7110.c
diff options
context:
space:
mode:
authoraliaspider2014-11-26 22:36:10 +0100
committeraliaspider2014-11-26 22:36:10 +0100
commit66002fa1812ca3f4e6bf9f1a10617e98ff4353e5 (patch)
tree7153f58f71cff6fe36f1343ba863b953df0c8ede /source/spc7110.c
parent238cf4a72fc162adbef4e48f75698ed54ed99369 (diff)
downloadsnes9x2005-66002fa1812ca3f4e6bf9f1a10617e98ff4353e5.tar.gz
snes9x2005-66002fa1812ca3f4e6bf9f1a10617e98ff4353e5.tar.bz2
snes9x2005-66002fa1812ca3f4e6bf9f1a10617e98ff4353e5.zip
(windows) another build fix.
Diffstat (limited to 'source/spc7110.c')
-rw-r--r--source/spc7110.c31
1 files changed, 1 insertions, 30 deletions
diff --git a/source/spc7110.c b/source/spc7110.c
index 89cab00..a1b3a45 100644
--- a/source/spc7110.c
+++ b/source/spc7110.c
@@ -1746,11 +1746,7 @@ void SPC7110Load(char* dirname)
Copy7110 = &MovePackData;
CleanUp7110 = &Del7110Gfx;
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_LOG_7110, MF_ENABLED);
-#endif
-#endif
+
}
//Cache 2 load function
@@ -1791,11 +1787,6 @@ void SPC7110Open(char* dirname)
Copy7110 = &ReadPackData;
CleanUp7110 = &Close7110Gfx;
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_LOG_7110, MF_ENABLED);
-#endif
-#endif
}
//Cache 3's load function
@@ -1871,11 +1862,6 @@ void SPC7110Grab(char* dirname)
CleanUp7110 = &Drop7110Gfx;
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_LOG_7110, MF_ENABLED);
-#endif
-#endif
}
//Cache 1 clean up function
@@ -1884,11 +1870,6 @@ void Del7110Gfx()
int i;
if (Settings.SPC7110)
{
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_LOG_7110, MF_GRAYED);
-#endif
-#endif
Do7110Logging();
}
for (i = 0; i < MAX_TABLES; i++)
@@ -1914,11 +1895,6 @@ void Close7110Gfx()
int i;
if (Settings.SPC7110)
{
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_LOG_7110, MF_GRAYED);
-#endif
-#endif
Do7110Logging();
}
for (i = 0; i < MAX_TABLES; i++)
@@ -1944,11 +1920,6 @@ void Drop7110Gfx()
int i;
if (Settings.SPC7110)
{
-#ifdef __WIN32__
-#ifndef _XBOX
- EnableMenuItem(GUI.hMenu, IDM_LOG_7110, MF_GRAYED);
-#endif
-#endif
Do7110Logging();
}
for (i = 0; i < MAX_TABLES; i++)