From d12725ebbc68b1305ef16003b6867360ebe179aa Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 6 Sep 2008 03:34:18 +0000 Subject: [PATCH] --- source/ngc/fceugc.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/ngc/fceugc.c b/source/ngc/fceugc.c index e422505..79bdb31 100644 --- a/source/ngc/fceugc.c +++ b/source/ngc/fceugc.c @@ -164,10 +164,3 @@ void FCEUD_NetworkClose(void) void FCEUD_NetplayText(uint8 *text) { } -/* -void FCEUI_SaveExtraDataUnderBase(int a); -If "a" is nonzero, save extra non-volatile game data(battery-backed -RAM) under FCE Ultra's base directory. Otherwise, the behavior is -to save it under the same directory the game is located in(this is -the default behavior). -*/