diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-10-28 16:39:57 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-10-28 16:39:57 -0400 |
| commit | e76b1f2d56a3f3632ad353e540e5234bdb28c293 (patch) | |
| tree | bb30315bccaca030053f581881fc41bdcfb5d9cf /Source/Core/Common/FileUtil.cpp | |
| parent | 09b27e854c6bd3ab4578e5b2b1c37c8d62141143 (diff) | |
| parent | d9d6cf8eda0d4cd8d0350c1a4e9b5f6b708e084d (diff) | |
Merge pull request #3170 from spxtr/pipes
Implemented GC Controller inputs via named pipes.
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
| -rw-r--r-- | Source/Core/Common/FileUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/FileUtil.cpp b/Source/Core/Common/FileUtil.cpp index 67674cbef0..84961d54ad 100644 --- a/Source/Core/Common/FileUtil.cpp +++ b/Source/Core/Common/FileUtil.cpp @@ -790,6 +790,7 @@ static void RebuildUserDirectories(unsigned int dir_index) s_user_paths[D_LOGS_IDX] = s_user_paths[D_USER_IDX] + LOGS_DIR DIR_SEP; s_user_paths[D_MAILLOGS_IDX] = s_user_paths[D_LOGS_IDX] + MAIL_LOGS_DIR DIR_SEP; s_user_paths[D_THEMES_IDX] = s_user_paths[D_USER_IDX] + THEMES_DIR DIR_SEP; + s_user_paths[D_PIPES_IDX] = s_user_paths[D_USER_IDX] + PIPES_DIR DIR_SEP; s_user_paths[F_DOLPHINCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + DOLPHIN_CONFIG; s_user_paths[F_DEBUGGERCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + DEBUGGER_CONFIG; s_user_paths[F_LOGGERCONFIG_IDX] = s_user_paths[D_CONFIG_IDX] + LOGGER_CONFIG; |
