aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.h')
-rw-r--r--frontend/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.h b/frontend/main.h
index 139c2e7..0ebb0fc 100644
--- a/frontend/main.h
+++ b/frontend/main.h
@@ -27,10 +27,10 @@
#define PLUGINS_DIR "/.pcsx/plugins/"
#define PLUGINS_CFG_DIR "/.pcsx/plugins/cfg/"
#define PCSX_DOT_DIR "/.pcsx/"
-#define BIOS_DIR "/.pcsx/bios/"
#define STATES_DIR "/.pcsx/sstates/"
#define CHEATS_DIR "/.pcsx/cheats/"
#define PATCHES_DIR "/.pcsx/patches/"
+#define BIOS_DIR "/bios/"
extern char cfgfile_basename[MAXPATHLEN];