22745 Commits

Author SHA1 Message Date
twinaphex
a547fdef50 Fix libretrodb_open - change mode to RFILE_MODE_READ - use
buffered I/O by default
2015-09-18 03:25:53 +02:00
twinaphex
b51e418c4c (retro_file.c) HAVE_BUFFERED_IO - correct fread/fwrite arguments 2015-09-18 03:21:56 +02:00
twinaphex
08456c8541 Remove fcntl header includes from more files 2015-09-18 02:48:15 +02:00
twinaphex
35bd6e6ec8 Revert retro_file.c 2015-09-18 02:38:48 +02:00
Twinaphex
93e73b7ac0 Merge pull request #2133 from frangarcj/master
Filesystem creation and -U__ARM_NEON__
2015-09-18 01:33:10 +02:00
Francisco José García García
b0fb027a54 (Vita) Fix MKDIR with using correct stat.h 2015-09-18 01:22:03 +02:00
Francisco José García García
50172454d2 (Vita) Remove -U__ARM_NEON__ 2015-09-18 01:21:24 +02:00
twinaphex
dd58492fa6 Remove fcntl.h 2015-09-17 22:30:01 +02:00
Alcaro
7cf03b6d47 Revert that, doesn't work. 2015-09-17 22:14:45 +02:00
Alcaro
7054c8b214 Add the final read block too. 2015-09-17 22:10:06 +02:00
Alcaro
097f81ef4e Return the correct length in this fmemcpy thing. 2015-09-17 22:08:56 +02:00
Twinaphex
5d7d2d59dc Merge pull request #2132 from libretro/revert-2131-master
Revert "[WIP] don't create default folders if other folders are set a…
2015-09-17 22:05:20 +02:00
Twinaphex
4784371a90 Revert "[WIP] don't create default folders if other folders are set already" 2015-09-17 22:05:14 +02:00
Twinaphex
2f1e3e4cf3 Merge pull request #2131 from fr500/master
[WIP] don't create default folders if other folders are set already
2015-09-17 22:04:19 +02:00
Jorge Suarez
978205c8c0 [all] verify if paths are already configured before creating defaults 2015-09-17 15:00:47 -05:00
Jorge Suarez
6aad439160 [all] verify if paths are already configured before creating defaults 2015-09-17 14:59:39 -05:00
Alcaro
c8d627ff13 This looks like a buffer overflow. 2015-09-17 21:59:27 +02:00
Alcaro
691b7cffa9 Stupid fread/fwrite why do you need two arguments 2015-09-17 21:56:51 +02:00
Alcaro
1bb353ad59 This should be binary as well. 2015-09-17 21:55:50 +02:00
Alcaro
091409cc5a Rename these variables, so missed ifdefs throw more violent errors. 2015-09-17 21:54:33 +02:00
twinaphex
714972bae9 (retro_file.c) Add USE_BUFFERED_IO 2015-09-17 21:31:00 +02:00
twinaphex
a6458d6ab6 Add PSP/Vita ifdefs to retro_file.c 2015-09-17 20:48:06 +02:00
twinaphex
4ed3d66c04 Have rhash.c use retro_file 2015-09-17 20:36:44 +02:00
twinaphex
d74be88d0a (tasks/database_cue.c) Use RFILE 2015-09-17 20:31:04 +02:00
twinaphex
52213c46d5 (PSP/Vita) Set mode to 0777 2015-09-17 20:25:31 +02:00
twinaphex
82e15d1377 CLeanups/fixes 2015-09-17 20:24:49 +02:00
twinaphex
483a4264e5 (libretrodb) Silence warnings 2015-09-17 20:10:04 +02:00
twinaphex
55e54a30b4 Create retro_file, and have libretrodb use it 2015-09-17 19:58:06 +02:00
Twinaphex
22597e2604 Merge pull request #2130 from frangarcj/master
(Vita) Set background color to black
2015-09-17 11:57:14 +02:00
twinaphex
da3bec58b1 (libretro-common) Start adding retro_file.c and retro_file.h 2015-09-17 11:41:48 +02:00
Francisco García
9060feba92 (Vita) Set background color to black 2015-09-17 11:08:06 +02:00
twinaphex
8ced8b00e4 (libretrodb) Small cleanup 2015-09-17 10:59:39 +02:00
twinaphex
caa01d5fee (libretrodb) Move MAGIC_NUMBER out of header 2015-09-17 10:57:05 +02:00
twinaphex
1741b0c2c1 (libretrodb) rmsgpack_test.c - cleanup 2015-09-17 10:53:33 +02:00
twinaphex
802bf7ca4c (libretro-db) query.c - cleanup 2015-09-17 10:48:48 +02:00
twinaphex
e3c91b7eff (rmsgpack.c) Dehardcode some magic numbers 2015-09-17 10:39:43 +02:00
twinaphex
eee05742ba (libretrodb) rmsgpack.c - cleanups 2015-09-17 10:33:26 +02:00
twinaphex
6e4a6ab4b1 (libretrodb) Cleanup 2015-09-17 10:21:29 +02:00
twinaphex
c2519d0192 (file_ops.c) Prevent signed/unsigned mismatch 2015-09-17 10:15:50 +02:00
twinaphex
2b2767017c (platform_linux.c) CXX_BUILD fix 2015-09-17 10:14:57 +02:00
twinaphex
d8243945f2 libretrodb_find_entry - small cleanup 2015-09-17 09:50:34 +02:00
twinaphex
da54b5dedf (libretrodb.c) Indenting nits 2015-09-17 09:47:48 +02:00
twinaphex
2ce025884f (libretro-db) libretrodb.c - cleanups 2015-09-17 09:46:26 +02:00
twinaphex
9fcb7d744e (libretro-db) Style nits 2015-09-17 09:33:24 +02:00
twinaphex
c8535dce1f (libretro-db) Cleanup bintree.c 2015-09-17 09:25:06 +02:00
twinaphex
ff17917a90 Convert C++ comment to C comment 2015-09-17 07:31:22 +02:00
twinaphex
29b3045d7c (libretro-db) Buildfix 2015-09-17 07:30:32 +02:00
twinaphex
3591e4a308 (libretro-db) Backport 5471e8cfa5 2015-09-17 07:28:36 +02:00
twinaphex
7ad55484ce Backport 18a4c1029d 2015-09-17 07:27:13 +02:00
twinaphex
6cc98e1fa9 (libretro-db) Backport C89 fixes 2015-09-17 07:23:36 +02:00