1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

98 Commits

Author SHA1 Message Date
twinaphex
c485b5b292 Add ogg and wav to file_path_str.c 2017-05-14 01:40:52 +02:00
radius
7c833074bb parsing now works 2017-01-19 00:52:53 -05:00
twinaphex
96ffd8e025 Revert "Remove HAVE_COMPRESSION ifdefs in file_path.c"
This reverts commit 4103b70833.
2016-12-17 12:55:38 +01:00
twinaphex
4103b70833 Remove HAVE_COMPRESSION ifdefs in file_path.c 2016-12-17 12:20:49 +01:00
twinaphex
5364b0b837 Move compression-related code outside of libretro-common file_path.c
and move it into RetroArch's file_path_special.c file instead
2016-12-17 11:54:46 +01:00
radius
48ac6330ed fix a couple of nits 2016-09-05 22:49:31 -05:00
twinaphex
f391c1b65d Add new path settings for music/image/video history paths 2016-07-30 22:32:52 +02:00
twinaphex
3a10dff94f task_image.c - go through file_path_str 2016-07-23 11:28:24 +02:00
twinaphex
3945b79161 This should hide the 'black square' bug 2016-07-23 09:48:29 +02:00
twinaphex
d4a3d90fff (xmb.c) use fill_pathname_join_delim 2016-07-23 04:36:22 +02:00
twinaphex
37f64d39a3 Use FILE_PATH_PNG_EXTENSION 2016-07-01 17:04:11 +02:00
twinaphex
474430b043 Expand file_path_str 2016-07-01 11:16:56 +02:00
twinaphex
dcbd68b11b Create FILE_PATH_AUTO_EXTENSION 2016-07-01 07:07:18 +02:00
twinaphex
86fa52a2ea Add FILE_PATH_BSV_EXTENSION 2016-07-01 05:59:36 +02:00
twinaphex
13cadc6c1d Add FILE_PATH_7Z_EXTENSION/FILE_PATH_ZIP_EXTENSION 2016-07-01 05:53:55 +02:00
twinaphex
21134eb28c Create FILE_PATH_DETECT 2016-06-30 06:07:44 +02:00
twinaphex
6756501dac Create FILE_PATH_LUTRO_PLAYLIST 2016-06-30 05:19:25 +02:00
twinaphex
08f26fafbd Create FILE_PATH_OPT_EXTENSION 2016-06-29 18:45:12 +02:00
twinaphex
c83477cb62 Create FILE_PATH_REMAP_EXTENSION 2016-06-29 18:43:00 +02:00
twinaphex
e03a6284d1 Add FILE_PATH_RDB_EXTENSIOn 2016-06-28 11:22:44 +02:00
twinaphex
fa7eb9d8c8 Create file_path_str FILE_PATH_NUL 2016-06-28 11:10:30 +02:00
twinaphex
97fd53cd5f Create more file_path_str enums 2016-06-28 08:42:50 +02:00
twinaphex
64c85771b2 Create FILE_PATH_STR extensions 2016-06-28 01:10:58 +02:00
twinaphex
728249fa61 Add more strings 2016-06-27 08:19:39 +02:00
twinaphex
5a77baf185 verbosity.c - cleanups 2016-06-27 07:52:48 +02:00
twinaphex
4ddeda2511 Add additions to file_path_str 2016-06-27 07:47:15 +02:00
twinaphex
f017c64220 Add FILE_PATH_CORE_INFO_EXTENSION 2016-06-27 07:18:02 +02:00
twinaphex
016983c9eb Add FILE_PATH_RTC_EXTENSION 2016-06-26 10:15:25 +02:00
twinaphex
2dddc3fc88 Add FILE_PATH_LPL_EXTENSION 2016-06-26 10:12:28 +02:00
twinaphex
fcc238d310 Expand file_path_str 2016-06-26 09:56:55 +02:00
twinaphex
f7bd9a7843 HAVE_IMAGEVIEWER no longer has to be excluded for the C89/C90 build 2016-06-21 06:59:31 +02:00
twinaphex
1bb8ae4a1d Add FILE_PATH_INDEX_DIRS_URL 2016-06-20 23:39:40 +02:00
twinaphex
6024eda7f9 Add more constant strings 2016-06-20 21:03:54 +02:00
twinaphex
d2eeb6fab0 Create FILE_PATH_CORE_OPTIONS_CONFIG 2016-06-20 05:29:53 +02:00
twinaphex
35b078857d Create file_path_str.c 2016-06-20 05:20:14 +02:00
twinaphex
b3188195a8 Create file_path_str 2016-06-20 05:11:01 +02:00
twinaphex
6f8b6a22b7 Creat APPLICATION_SPECIAL_DIRECTORY_CONFIG 2016-06-11 21:55:55 +02:00
twinaphex
7c904d47c2 Cleanups 2016-06-11 21:51:28 +02:00
twinaphex
8990736e66 Cleanups 2016-06-11 20:34:49 +02:00
twinaphex
3d2cc8b14a Cleanups 2016-06-11 20:11:36 +02:00
twinaphex
f3815ed815 Add APPLICATION_SPECIAL_DIRECTORY_ASSETS_MATERIALUI_FONT 2016-06-11 19:57:45 +02:00
twinaphex
5ea923030b Rename functions/enums 2016-06-11 19:55:27 +02:00
twinaphex
c254c69c1a Use fill_pathname_application_path 2016-06-11 19:46:37 +02:00
twinaphex
92bba6e46e (MaterialUI) Use fill_pathname_application_directory 2016-06-11 19:41:26 +02:00
twinaphex
78904911ca Start using fill_pathname_application_directory 2016-06-11 19:37:16 +02:00
twinaphex
6989d60cdc Create fill_pathname_application_directory 2016-06-11 19:21:58 +02:00
twinaphex
3a23afcaa9 Buildfix for consoles 2016-05-01 15:59:55 +02:00
twinaphex
7d99e7cd51 Create fill_pathname_application_data 2016-05-01 15:07:45 +02:00