41160 Commits

Author SHA1 Message Date
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
twinaphex
40f82c26f7 use RFILE_MODE_READ for video_shader_parse 2017-12-10 22:01:48 +01:00
twinaphex
9d54da14b6 Get rid of READ_TEXT requirement for features_cpu 2017-12-10 21:29:49 +01:00
twinaphex
95cc8e12d2 Get rid of RFILE_MODE_READ_TEXT dependency for config file/playlist 2017-12-10 21:28:13 +01:00
Alcaro
e07ed18105 Fix text mode dependency 2017-12-10 21:00:24 +01:00
twinaphex
d6fd9f0cc1 Add fallback AF_INET6 path 2017-12-10 01:19:58 +01:00
Twinaphex
7654e8e268
Merge pull request #5879 from clienthax/ps3res
[PS3] Partial fix of networking
2017-12-10 00:00:03 +01:00
Twinaphex
70bc2fe3a1
Merge pull request #5895 from Monroe88/input_driver
input_driver: Map Delete key to Y button for non-unified menu keyboard controls
2017-12-09 23:31:17 +01:00
Twinaphex
d82812a292
Merge pull request #5896 from bparker06/filepath
omit extra slash at end of path, Win95/98 doesn't like them
2017-12-09 23:30:46 +01:00
Brad Parker
1a928b9c50 omit extra slash at end of path, Win95/98 doesn't like them 2017-12-09 16:38:33 -05:00
Monroe88
cfde6a44db input_driver: Map Delete key to Y button for non-unified menu keyboard controls 2017-12-09 14:17:54 -06:00
Brad Parker
812a99e5ca utf: fallback to ANSI codepage on windows if UTF8 conversion isn't available 2017-12-09 14:35:58 -05:00
Brad Parker
3318cd969b win95: fallback to strdup when MultiByteToWideChar fails (it only works with MSLU) 2017-12-09 14:26:46 -05:00
Twinaphex
5e2a3ec3ff
Merge pull request #5894 from Themaister/master
Various stability fixes for WSI
2017-12-09 17:31:32 +01:00
Themaister
f8447c4648 Set correct buffer size. 2017-12-09 17:28:20 +01:00
Themaister
75b84b4f94 Support pending swapchain creation. 2017-12-09 17:28:20 +01:00
Themaister
ac42b87400 Recreate swapchain directly if vkAcquireNextImageKHR fails. 2017-12-09 17:28:20 +01:00
Themaister
714684a4d3 Don't wait for WSI fence unless it has been signalled. 2017-12-09 17:28:20 +01:00
Twinaphex
d05c305210
Merge pull request #5892 from cpsw/patch-1
Small code style change
2017-12-09 15:13:06 +01:00
cpsw
54aec6c9e8
Small code style change
Suggesting a code style change.
2017-12-09 11:01:03 -03:00
Twinaphex
620dad1204
Merge pull request #5890 from Oibaf66/patch-1
Added labels to autoconfig wii controllers
2017-12-09 10:01:23 +01:00
Fabio
0d58d9ca0d
Added label to wii controllers, inverted the right stick Y axis of classic controller
The right stick Y axis of classic controller was wrong
2017-12-09 08:24:19 +01:00
Twinaphex
ed1a920f46
Update config.def.h 2017-12-09 01:05:55 +01:00
Twinaphex
22d8d35721
Merge pull request #5889 from hiddenasbestos/relpath_dup_fix
Playlist duplication fixes
2017-12-09 01:03:30 +01:00
David Walters
deb017e17f On Windows builds, don't use case sensitive path comparisons when pushing to a playlist. 2017-12-08 23:50:00 +00:00
David Walters
004c1d2f0a Fix for relative paths being normalised and generating a duplicate history entry. 2017-12-08 23:37:07 +00:00
Brad Parker
8f7810d921 emscripten: only fire keyup once, and don't wait so long to do so (libretro.js) 2017-12-08 18:15:22 -05:00
Andrés
a15820f86a
Update index.html 2017-12-08 10:25:00 -05:00
Twinaphex
8b095eda74
Merge pull request #5878 from leiradel/cheevos_loaded
Fixed cheevos_loaded being true when there are no cheevos
2017-12-08 06:39:46 +01:00
Twinaphex
c6dd33dbaf
Merge pull request #5881 from leiradel/master
Fixed C89 build
2017-12-08 06:39:21 +01:00
leiradel
8c1e3e5d5b Fixed CXX_BUILD 2017-12-08 00:08:16 +00:00
leiradel
4f2398dd08 Merge branch 'master' of https://github.com/libretro/RetroArch 2017-12-07 23:53:05 +00:00
leiradel
c53d3d35b8 Removed TODO comment 2017-12-07 23:51:15 +00:00
Andrés
305cb6d647 fix OS identification (#5880) 2017-12-07 18:49:35 -05:00
leiradel
bf8f7b444b Fixed cheevos_expr_value to be C89 compliant 2017-12-07 23:48:03 +00:00
Brad Parker
b0445e1e21 Bliss-Box: Work around Windows sharing violation bug by trying to open device as read/write if read-only fails. Show OSD message if it still fails. 2017-12-07 17:47:20 -05:00
clienthax
a565ba0149 [PS3] Partial fix of networking 2017-12-07 22:20:02 +00:00
Brad Parker
55b738a07a implement frontend get_architecture() for windows 2017-12-07 16:32:13 -05:00
Twinaphex
d840625fa9
Merge pull request #5877 from clienthax/ps3res
[PS3] Possible fix for 0x0 resolution
2017-12-07 21:03:36 +01:00
leiradel
130a001846 Fixed wrong leaderboard count 2017-12-07 19:49:39 +00:00
clienthax
d6daf2f573 [PS3] Possible fix for 0x0 resolution on 2017-12-07 19:49:11 +00:00
Brad Parker
fa7cd77d7d win32: improve version reporting under System Information 2017-12-07 13:49:07 -05:00
twinaphex
951918a245 Reduce size of Makefiles 2017-12-07 05:54:54 +01:00
twinaphex
542235ffd7 (XMB) Get rid of hashes 2017-12-06 21:55:21 +01:00
Twinaphex
10cf3bc235
Merge pull request #5874 from RobLoach/patch-23
Update make install for new retroarch-assets src
2017-12-06 21:02:06 +01:00
twinaphex
fbf4b4813c Cleanup path_set_redirect - no more hashes 2017-12-06 20:52:29 +01:00
twinaphex
fd23a751e4 Fix joypad_driver 2017-12-06 20:40:18 +01:00
twinaphex
4e9cb21e03 Don't use hashes 2017-12-06 20:38:22 +01:00
Rob Loach
494ba8685e
Update make install for new retroarch-assets src
The assets over at [retroarch-assets](https://github.com/libretro/retroarch-assets) have [moved the source files](https://github.com/libretro/retroarch-assets/pull/191) so that the asset installation process is a much easier. We no longer have the need to delete the theme src directories.
2017-12-06 14:34:20 -05:00
twinaphex
d5b3104cfb Cleanups/warning fixes 2017-12-06 19:51:07 +01:00