aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
authornotaz2010-12-28 19:15:11 +0200
committernotaz2010-12-28 19:18:38 +0200
commitcd6e8d0f6f7596fc25c30b352d4785e74af3edf6 (patch)
tree130b4c4c405c9bcfb1ce3395cb439617941892cc /frontend/main.c
parent6d1a1ac2f1100c69dd3e1084aede6646d6c48f1e (diff)
downloadpcsx_rearmed-cd6e8d0f6f7596fc25c30b352d4785e74af3edf6.tar.gz
pcsx_rearmed-cd6e8d0f6f7596fc25c30b352d4785e74af3edf6.tar.bz2
pcsx_rearmed-cd6e8d0f6f7596fc25c30b352d4785e74af3edf6.zip
add per game configs (by popular demand, no controls yet though)
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 23ed7b1..15e2be4 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -54,6 +54,7 @@ static void CheckSubDir() {
create_profile_dir(PLUGINS_CFG_DIR);
create_profile_dir(CHEATS_DIR);
create_profile_dir(PATCHES_DIR);
+ create_profile_dir(PCSX_DOT_DIR "cfg");
}
void set_cd_image(const char *fname)