Skip to content

Commit 6f2f80c

Browse files
committed
funkey config file now with extension .fkcfg
1 parent 5823af0 commit 6f2f80c

File tree

4 files changed

+3
-301
lines changed

4 files changed

+3
-301
lines changed

menu/configfile.cpp

Lines changed: 0 additions & 272 deletions
This file was deleted.

menu/configfile.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

menu/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "unzip.h"
99
#include "zip.h"
1010
#include "menu.h"
11-
#include "configfile.h"
11+
#include "configfile_fk.h"
1212
#include "snes9x.h"
1313
#include "memmap.h"
1414
#include "apu.h"
@@ -34,7 +34,7 @@ char *quick_save_file = NULL;
3434
char *cfg_file_default = NULL;
3535
char *cfg_file_rom = NULL;
3636
static char *cfg_file_default_name = "default_config";
37-
static char *cfg_file_extension = "cfg";
37+
static char *cfg_file_extension = "fkcfg";
3838
static u32 mLastRate=0;
3939

4040
static s8 mFpsDisplay[16]={""};

menu/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "sal.h"
44
#include "menu.h"
5-
#include "configfile.h"
5+
#include "configfile_fk.h"
66
#include "snapshot.h"
77
#include "snes9x.h"
88
#include "gfx.h"

0 commit comments

Comments
 (0)