111 Commits

Author SHA1 Message Date
Alcaro
353b2ebff6 Make this thing more like stdio 2017-12-29 01:38:59 +01:00
twinaphex
6622cb0810 Update libretro API 2017-12-16 14:12:38 +01:00
twinaphex
c63859cca9 Add safeguard suggested by Alcaro 2017-12-16 00:19:56 +01:00
twinaphex
1b6b670882 filestream - use int64_t 2017-12-15 21:10:58 +01:00
Alcaro
cbdb91a668 Remove file_ prefixes, for consistency with the rest of libretro. They're not useful, anything they'd mean is provided by the vfs_iface-> anyways. Also rename delete to remove to match libc and avoid C++ keywords. 2017-12-15 17:28:55 +01:00
twinaphex
1932513edb Update libretro-common 2017-12-15 00:31:37 +01:00
twinaphex
c7c4b723d6 Move path_file_exists to filestream and do away with filestream
dependencies in file/file_path
2017-12-14 20:05:46 +01:00
Brad Parker
8c0adf3594 move path_file_rename and path_file_remove into VFS 2017-12-14 13:32:26 -05:00
Alcaro
26e191f642 These have no reason to not be static 2017-12-14 18:58:20 +01:00
twinaphex
ef3ba4d989 Get rid of retro_vfs_file_putc 2017-12-14 18:45:54 +01:00
Alcaro
d5847c2391 Revert and fix "Don't use opaque handle to get around warnings and other issues"
This reverts commit e23409926e9a7b8b9038683e2a35db9f9d91e258.
2017-12-14 17:28:13 +01:00
twinaphex
7bf996abe6 Cleanup 2017-12-14 16:53:19 +01:00
twinaphex
2c0c6ae65e Attempt to fix MSVC 2017-12-14 15:41:23 +01:00
twinaphex
e23409926e Don't use opaque handle to get around warnings and other issues 2017-12-14 15:06:28 +01:00
twinaphex
dadf968134 Add TODO/FIXME note 2017-12-14 14:05:55 +01:00
twinaphex
0b6c191354 Start moving file stream code over to vfs_implementation.c 2017-12-14 14:03:42 +01:00
twinaphex
7788a852c0 Some more cleanups 2017-12-14 00:16:18 +01:00
twinaphex
d12df0d91f Rewrite file_stream.c - reimplement filestream_error 2017-12-14 00:01:58 +01:00
twinaphex
4dfbfc4d02 Reimplement filestream_gets 2017-12-13 19:19:49 +01:00
gblues
0f7de204f7 Last batch of whitespace cleanup (post-rebase)
-- looks like a few files committed with DOS line endings
2017-12-12 00:24:46 -08:00
Twinaphex
9aa3dc2423 Buildfix 2017-12-11 22:01:54 +01:00
twinaphex
779d9a4258 Cleanup 2017-12-11 21:58:17 +01:00
twinaphex
dca96ba6ad Reimplement filestream_getc 2017-12-11 21:49:51 +01:00
twinaphex
57b730ab61 Start implementing VFS layer ; first split up VFS libretro functionality
to separate header until things are finalized
2017-12-11 21:24:14 +01:00
twinaphex
784bb32c64 Cleanups 2017-12-11 19:55:42 +01:00
twinaphex
a1ce8b58c4 Simply formats/xml/rxml.c 2017-12-11 18:01:56 +01:00
twinaphex
5960cd80d2 Simplify filestream_read_file 2017-12-11 17:59:18 +01:00
twinaphex
ad70bb9866 Get rid of unused filestream_get_ext 2017-12-11 17:42:00 +01:00
twinaphex
43c9bb374d filestream_set_size can be made a static function 2017-12-11 17:39:56 +01:00
twinaphex
5b8f8b50e3 Reimplement filestream_eof 2017-12-11 17:36:20 +01:00
twinaphex
61d3f90cae Add hint defines to libretro.h 2017-12-11 12:53:47 +01:00
twinaphex
318f17c4cb Start using VFS API constant defines 2017-12-11 12:15:00 +01:00
twinaphex
93ee4df5f5 Move RFILE_HINT_UNBUFFERED to file_stream.c 2017-12-11 11:47:13 +01:00
Twinaphex
85d9d986eb Buildfix 2017-12-10 22:46:39 +01:00
twinaphex
2fd8210e59 Create shareable filestream_getline 2017-12-10 22:35:08 +01:00
twinaphex
2e979ec537 Replace function signatures of file_stream file functions 2017-12-10 22:25:38 +01:00
twinaphex
d19eaeaab8 (file_stream.c) Cleanups; buildfix 2017-12-10 22:10:32 +01:00
twinaphex
1298a257ae Make HAVE_BUFFERED_IO the new default 2017-12-10 22:07:42 +01:00
twinaphex
a8e031777e * Get rid of RFILE_MODE_READ_TEXT
* Get rid of PSP ifdef sinside file_stream.c
2017-12-10 22:05:24 +01:00
Brad Parker
49d0299808 LEGACY_WIN32: check for target of less than Win2K instead of < vc2005, since Win98 does not support Unicode 2017-12-04 22:49:08 -05:00
Francisco José García García
90dd2892b0
FIX sceIoOpen return error 2017-12-04 18:09:37 +01:00
Alcaro
c10859b745
Update file_stream.c 2017-12-04 14:31:31 +01:00
Alcaro
e4bb8e7aeb
Update file_stream.c 2017-12-04 13:52:11 +01:00
Alcaro
0d4ac12310
Update file_stream.c 2017-12-04 13:34:15 +01:00
Alcaro
df55e6b4d1
actually, let's just completely remove it 2017-12-04 13:30:38 +01:00
Alcaro
89f7afdc8f
silence warning 2017-12-04 13:28:38 +01:00
Alcaro
4e66962ba8
#5664 2017-11-29 21:39:35 +00:00
twinaphex
72fdfb1edd Add HAVE_CONFIG_H to file_stream.c 2017-11-25 06:17:19 +01:00
Brad Parker
94aa2cd08a document setvbuf changes, only call it with bufsize >0 2017-11-17 16:12:36 -05:00
Brad Parker
07f3919811 only call setvbuf right after opening file, and use our own buffer for C89 compliance 2017-11-17 02:28:45 -05:00