Higor Eurípedes
e716d1dabc
Remove uneeded FILE_TYPES variable
2014-09-06 22:03:37 -03:00
Timo Strunk
cfd9e64f78
Added factory functions to list a compressed archive as a file list, currently only supporting 7z
2014-09-06 20:49:15 +02:00
Timo Strunk
16ecc685fb
Changed file handling in dir_list_new functions to allow for different filetypes already then. Added path_is_compressed_file function. This commit is unsafe, it breaks all menus
2014-09-04 21:42:49 +02:00
Timo Strunk
0c4c749f81
Added commandline 7z support
2014-09-02 17:05:15 +02:00
twinaphex
e84e255013
Cleanups, 80-char limit
2014-09-02 05:10:54 +02:00
twinaphex
fbb3583337
Rename more 'roms' references
2014-07-28 19:57:36 +02:00
twinaphex
bbce01a449
(Lakka) Lakka now uses assets directory instead of hardcoded
...
/usr/share/retroarch
2014-05-10 05:25:50 +02:00
Themaister
2d840ef826
Small bugfix and docs fix.
2014-04-04 15:13:44 +02:00
Themaister
6e42f4485d
Join core info lists with new string_list_join_concat().
2014-03-04 10:17:00 +01:00
twinaphex
0a15a17d44
Update years on all license headers
2014-01-01 01:50:59 +01:00
Themaister
e5bedc343a
At least use long for return type of read_file().
...
int is not acceptable as a return type for anything regarding sizes.
long is dubious as well, but better (64-bit on sane ABIs and the return
type of ftell()).
2013-12-31 22:54:11 +01:00
Themaister
a91c416720
Fix licence header in file_path.h.
2013-12-31 22:37:47 +01:00
twinaphex
c5cbec6fdc
Build fix - don't include msvc_compat.h reference in file_path.h -
...
instead just change return type for file_read to int
2013-12-31 21:55:09 +01:00
twinaphex
cf4c68a072
Make return type of read_file ssize_t again - include
...
msvc_compat for Win32 boxes to get typedef for ssize_t
2013-12-26 22:51:17 +01:00
twinaphex
75306f7057
(XDK Salamander) Build fix - ssize_t not there on MSVC 2003 - but
...
size_t is
2013-12-26 21:30:31 +01:00
meancoot
4d671fe116
Make settings abbreviate paths when saving config file.
2013-12-24 12:23:21 -05:00
Themaister
6d6e964672
Fixup CXX_BUILD.
...
Cleans lots of sign-related warnings as well.
2013-11-16 17:31:49 +01:00
twinaphex
cf20416aab
Make file_path.c more self-contained.h
2013-11-06 14:21:12 +01:00