2080 Commits

Author SHA1 Message Date
Alcaro
e5b346ad92
what an impressive bug farm. #6001 2017-12-30 17:43:48 +00:00
twinaphex
8619534a31 Fix resource leaks pointed out by Coverity 2017-12-30 08:37:52 +01:00
twinaphex
20122d21ee CXX_BUILD buildfix 2017-12-30 08:12:38 +01:00
Twinaphex
6c08ceacb9
Merge pull request #5995 from meepingsnesroms/master
Fix new 3ds xl not being detected, others
2017-12-30 05:25:46 +01:00
meepingsnesroms
d18ee7eaed Fix new 3ds xl not being detected, others
Also fixes whitespace in makefile and platform_ctr.c and compiles with debug libctru when DEBUG=1
2017-12-29 19:30:54 -08:00
Alcaro
ec4b0f9089 What kind of bug farm is this filestream thingy 2017-12-29 15:32:07 +01:00
Twinaphex
ba8b5749ac
Merge pull request #5985 from meepingsnesroms/master
Basic networking for 3DS, bug fixes
2017-12-29 06:56:45 +01:00
meepingsnesroms
7dbaa45172 Basic networking, bug fixes
Fix CPU count bug, make 3ds compile with networking
2017-12-28 21:49:21 -08:00
Alcaro
353b2ebff6 Make this thing more like stdio 2017-12-29 01:38:59 +01:00
misson20000
6d2a7b1f26 Nintendo Switch (libtransistor) port 2017-12-29 00:10:01 +01:00
Alcaro
a8359a8664 VFS specification very clearly says zero or minus one, not 'return whatever rename() says'. 2017-12-28 19:11:43 +01:00
Ian House
78c49047a5 Changed the retro environment LED interface to 46 to avoid a numbering conflict 2017-12-27 11:18:49 -05:00
Ian House
8178e21cda Merge branch 'master' of https://github.com/libretro/RetroArch into leds 2017-12-27 11:14:35 -05:00
Ian House
aa7c289708 Added an LED interface and a Raspberry Pi GPIO implementation 2017-12-27 11:11:08 -05:00
Brad Parker
a3a5f6e07e win32: add Unicode versions of getenv, GetModuleFileName, LoadLibrary and _mkdir 2017-12-27 02:55:53 +00:00
twinaphex
08d9ee9600 (PSP) Add thread support 2017-12-26 09:45:45 +01:00
twinaphex
2e1e2cb406 Update 2017-12-24 18:53:03 +01:00
twinaphex
a4500eeafc Simplify config_file_write 2017-12-20 17:07:31 +01:00
twinaphex
259b077eef (PS3) Set PATH_MAX_LENGTH to CELL_FS_MAX_FS_PATH_LENGTH 2017-12-20 15:45:11 +01:00
twinaphex
7cda1aaab9 Set PATH_MAX_LENGTH to 512 for PS3 2017-12-20 15:39:01 +01:00
twinaphex
6441a25c35 PS3 has AF_INET6 defined yet we still shouldn't take this path 2017-12-20 15:34:57 +01:00
twinaphex
56f9d0a7cf Cleanup 2017-12-20 05:27:20 +01:00
twinaphex
2f422a457f Revert config_file.c 2017-12-20 02:52:01 +01:00
Twinaphex
5eb6c5dae9
Merge pull request #5936 from clienthax/ps3res
More ps3 networking fixs.
2017-12-19 23:02:14 +01:00
clienthax
73aa381b27 More ps3 networking fixs. 2017-12-19 21:39:22 +00:00
Alcaro
b7249525d4 guess drunk is better than untested 2017-12-19 00:13:19 +01:00
Alcaro
b2d5fad4f5 strtok is drunk 2017-12-19 00:08:25 +01:00
twinaphex
edae66e413 Faulty fall-through 2017-12-17 17:12:02 +01:00
David Walters
adffa5fc4c Fixes for overlay buttons 2017-12-17 12:36:18 +00:00
twinaphex
9596cc2866 Update 2017-12-16 17:06:37 +01:00
twinaphex
6622cb0810 Update libretro API 2017-12-16 14:12:38 +01:00
twinaphex
d8068553f4 Update 2017-12-16 02:47:59 +01:00
twinaphex
3fd059e073 Update 2017-12-16 01:20:21 +01:00
twinaphex
c63859cca9 Add safeguard suggested by Alcaro 2017-12-16 00:19:56 +01:00
twinaphex
4ba1e8336d Update libretro-common 2017-12-15 23:21:22 +01:00
twinaphex
1b6b670882 filestream - use int64_t 2017-12-15 21:10:58 +01:00
twinaphex
42462c2ba9 Silence some warnings 2017-12-15 18:31:12 +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
Alcaro
c88e5e08a0 Add VFS support to imageviewer (should get Unicode filenames working on Windows too, even without VFS) 2017-12-15 11:00:02 +01:00
Alcaro
03723118e5 Some minor clarifications 2017-12-15 10:02:49 +01:00
twinaphex
4369ac1545 Update 2017-12-15 00:35:11 +01:00
twinaphex
1932513edb Update libretro-common 2017-12-15 00:31:37 +01:00
Alcaro
ecf5d55a25 Rename this one, to not codify policy in what should be a frontend decision 2017-12-14 21:21:18 +01:00
twinaphex
c6217ef14b (file_path.c) Get rid of libretro.h dependency 2017-12-14 20:06:15 +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
twinaphex
842ac40c6e Style nit 2017-12-14 19:09:29 +01:00
Alcaro
26e191f642 These have no reason to not be static 2017-12-14 18:58:20 +01:00
Alcaro
ff1d452096 Implement get_path 2017-12-14 18:48:37 +01:00
twinaphex
ef3ba4d989 Get rid of retro_vfs_file_putc 2017-12-14 18:45:54 +01:00