41151 Commits

Author SHA1 Message Date
twinaphex
42462c2ba9 Silence some warnings 2017-12-15 18:31:12 +01:00
twinaphex
4572675a15 (PS3) Fix Salamander build 2017-12-15 18:20:18 +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
Andrés
f25ba04d91
Change the entry point in non DEBUG builds 2017-12-15 09:43:39 -05:00
Twinaphex
fde0cca93d
Merge pull request #5914 from frangarcj/psp_audio
(PSP) Sync audio thread
2017-12-15 14:19:12 +01:00
ggf906
21aedd46ee (PSP) Sync audio thread 2017-12-15 13:35:10 +01:00
Alcaro
69a630f8e0 that's a dumb bug. 2017-12-15 11:21:43 +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
29b9ec0b5e Create this thing because makefile 2017-12-15 10:12:01 +01:00
Alcaro
03723118e5 Some minor clarifications 2017-12-15 10:02:49 +01:00
Andrés
0602f8eb79
Try to get rid of the console in MSVC 2010 builds 2017-12-14 21:36:33 -05: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
Alcaro
f282044be2 this doesn't belong here. 2017-12-14 18:10:04 +01:00
Alcaro
f536d25013 Too many ifdefs 2017-12-14 17:55:30 +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
b20de872a3 Remove file_stream.h dependency on vfs_implementation.c 2017-12-14 16:41:10 +01:00
twinaphex
41b1329bc1 Rewrite filestream_seek call 2017-12-14 15:56:28 +01:00
twinaphex
2c0c6ae65e Attempt to fix MSVC 2017-12-14 15:41:23 +01:00
twinaphex
f6937e27f2 Add vfs_implementation to Salamander builds 2017-12-14 15:18:48 +01:00
twinaphex
10199d4c81 Remove this 2017-12-14 15:15:19 +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
twinaphex
adb0add226 print_buf_lines - moved 2017-12-13 05:04:52 +01:00
Twinaphex
7abf68a5b3
Merge pull request #5908 from RobLoach/patch-24
Replace double quotes in thumbnail names
2017-12-13 03:51:37 +01:00
twinaphex
eeefdf980c Add menu_networking.c/menu_networking.h 2017-12-13 03:35:12 +01:00
Rob Loach
cd2ae18ec1
Replace double quotes in thumbnail names 2017-12-12 13:08:24 -05:00
Twinaphex
44be5b0999
Merge pull request #5907 from hyarsan/master
Change "Retroarch" to "RetroArch" in HB Launcher for consistency.
2017-12-12 17:54:53 +01:00
hyarsan
a28bc6ed23
Change "Retroarch" to "RetroArch" in HB Launcher for consistency.
In the Homebrew Launcher, RetroArch has always appeared as "Retroarch" which doesn't make sense if everything else is "RetroArch". This just does not look right and I get pissed just looking at it. lol
2017-12-12 16:57:33 +01:00
Francisco José García García
982d616025
Update psp_audio.c 2017-12-12 13:34:45 +01:00
twinaphex
f8fd94f6f4 Buildfix 2017-12-12 12:22:06 +01:00
Twinaphex
709c7de40f
Merge pull request #5906 from gblues/remove-trailing-whitespace
Remove trailing whitespace
2017-12-12 11:19:12 +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
gblues
6904101c44 Clean up trailing whitespace
== DETAILS

Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
Twinaphex
767a1f3d39
Merge pull request #5904 from bparker06/opacity
Add menu setting for window opacity
2017-12-12 00:50:38 +01:00
Brad Parker
d53dbbfd4e style nits 2017-12-11 18:50:10 -05:00
Brad Parker
b6644e2c3a buildfix again 2017-12-11 18:27:11 -05:00