35798 Commits

Author SHA1 Message Date
twinaphex
1344e91286 Revert "Locking bug"
This reverts commit b40c1311b6d5379e58a0065b4b294b59e7733f28.
2016-12-21 12:23:19 +01:00
Brad Parker
0008e9a046 win32 check was in wrong place 2016-12-20 23:34:46 -05:00
Brad Parker
c222b0812b update JP translation 2016-12-20 23:20:11 -05:00
Andrés Suárez
af36c741cc Merge pull request #4292 from GregorR/netplay-variable-size-quirk
Accept the variable size quirk
2016-12-20 22:21:00 -05:00
Gregor Richards
c780e7db43 Accept the variable size quirk
Since the quirks protocol was that a core could report variable
savestate size, but the host then tells it "no", we should actually
accept the variable size quirk in netplay, since RetroArch refuses to
allow cores to actually produce variable-size states.
2016-12-20 22:17:15 -05:00
twinaphex
5f0efed08b (task_content.c) Attempt to fix some coverity bugs 2016-12-21 02:02:47 +01:00
Twinaphex
bbed836e8f Merge pull request #4290 from GregorR/cov-112612
Locking bug
2016-12-21 01:48:34 +01:00
twinaphex
e328c4ebfa (archive_file.c) Cleanup 2016-12-21 01:47:32 +01:00
twinaphex
7e43d9c469 Attempt to fix Coverity ID 158346 2016-12-21 01:45:19 +01:00
Gregor Richards
b40c1311b6 Locking bug 2016-12-20 19:42:53 -05:00
twinaphex
ec3a4e219b Silence Coverity warning 2016-12-21 01:41:16 +01:00
twinaphex
882a65685d (menu_cbs_ok.c) Should fix memory leak 2016-12-21 01:36:06 +01:00
twinaphex
58716e5f3c Silence some Coverity warnings 2016-12-21 01:34:28 +01:00
Twinaphex
abf09d22b4 Merge pull request #4289 from GregorR/netplay-cov-158860
Fix some minor checked-return bugs
2016-12-21 01:30:51 +01:00
Gregor Richards
7bb26eb5c5 Fix some minor checked-return bugs
Should resolve Coverity reports 158862, 158861, 158860.

158863 is spurious but I have no idea how to convince Coverity of that.
2016-12-20 19:16:31 -05:00
twinaphex
b114aa9616 (task_content.c) Put public functions last; reorganization 2016-12-21 00:32:01 +01:00
twinaphex
06e010b318 Remove forced message on content load; in preparation for task-ification 2016-12-21 00:30:23 +01:00
Twinaphex
d23beed9bb Merge pull request #4288 from Themaister/master
Vulkan: Fix menu shader parameters for slangp.
2016-12-21 00:20:06 +01:00
twinaphex
a2c0073678 content_file_init_subsystem - cleanup 2016-12-21 00:19:22 +01:00
twinaphex
12255c9f5c Use error_string in order to print (log) messages 2016-12-21 00:16:25 +01:00
twinaphex
c13639147e (task_load_content) Cleanups 2016-12-21 00:06:34 +01:00
twinaphex
7914dda336 Cleanup 2016-12-21 00:02:09 +01:00
twinaphex
4f3a715514 Use content_ctx inside task_push_content_load_default function 2016-12-21 00:00:59 +01:00
twinaphex
710fc20314 Cleanup task_push_content_update_firmware_status 2016-12-20 23:45:37 +01:00
twinaphex
8cf2cbe86d Get rid of another sys_info variable 2016-12-20 23:39:31 +01:00
twinaphex
bb0c03afff Cleanup content_file_init_subsystem 2016-12-20 23:36:39 +01:00
twinaphex
b9602ef57e (task_content.c) Reduce dependency on settings_t struct 2016-12-20 23:25:35 +01:00
twinaphex
8c8aaf5bb8 Grab system info once in content_init instead of grabbing it
all the time
2016-12-20 23:12:56 +01:00
twinaphex
ffdcce9511 (task_content.c) Rename local variable to sys_info 2016-12-20 22:55:58 +01:00
twinaphex
e28ace8b0c (task_content.c) Use string_is_empty 2016-12-20 22:51:29 +01:00
twinaphex
bdc05e9c10 (task_content.c) Rename function 2016-12-20 22:49:26 +01:00
twinaphex
af2393b821 Remove content_push_to_history_playlist 2016-12-20 22:48:10 +01:00
twinaphex
3f1064d001 Cleanup 2016-12-20 22:35:59 +01:00
twinaphex
336d825525 (task_content.c) Allocate error_string and only print runloop
message at exit of function
2016-12-20 22:32:54 +01:00
twinaphex
eec1f8a5cf Cleanup 2016-12-20 22:05:40 +01:00
twinaphex
59ca04dad2 (task_content.c) Cleanups 2016-12-20 22:03:04 +01:00
twinaphex
76ada44fb0 (task_powerstate.c) Cleanup 2016-12-20 21:46:12 +01:00
twinaphex
e23fe909dd Add task_powerstate.c to Griffin 2016-12-20 21:44:13 +01:00
twinaphex
fac2557885 (database_info.c) Don't use non-enum function 2016-12-20 21:40:41 +01:00
twinaphex
7c8c7e5805 Add specialized callbacks for deferred push - using database_info_build_query_enum 2016-12-20 21:27:02 +01:00
twinaphex
6d285be90c Create database_info_build_query_enum 2016-12-20 21:19:25 +01:00
twinaphex
c8dc0fef0c Cleanups - turn some functions into static functions and move
to task_database.c
2016-12-20 21:08:31 +01:00
Brad Parker
88f915dadd Merge commit '9ae607553558a37047b4ce50b5aca91908ad9c4e' as 'deps/SPIRV-Cross' 2016-12-20 13:17:07 -05:00
Brad Parker
9ae6075535 Squashed 'deps/SPIRV-Cross/' content from commit 9ccd1ae
git-subtree-dir: deps/SPIRV-Cross
git-subtree-split: 9ccd1aea4201ff5d79c09808567348d0d3ab0452
2016-12-20 13:17:07 -05:00
Brad Parker
f3a213039a Merge commit 'c00e4286009f512418b2b6cf7261cab2bbf050b4' as 'deps/glslang/glslang' 2016-12-20 13:16:23 -05:00
Brad Parker
c00e428600 Squashed 'deps/glslang/glslang/' content from commit be84621
git-subtree-dir: deps/glslang/glslang
git-subtree-split: be8462149a3c150fc89db84e57ef06de3ab90d47
2016-12-20 13:16:23 -05:00
twinaphex
0a6d2948c5 Remove these subrepos again 2016-12-20 18:58:13 +01:00
twinaphex
b743db89d9 Try this again 2016-12-20 18:55:54 +01:00
twinaphex
3e26066ea4 Remove this subrepo AGAIN 2016-12-20 18:55:04 +01:00
twinaphex
a90b19126d Turn this into relative header include 2016-12-20 18:50:20 +01:00