35614 Commits

Author SHA1 Message Date
twinaphex
faf939856b Rewrite task_queue.c - get rid of messy internal Rarch code 2017-01-03 18:27:09 +01:00
Brad Parker
ef0b15f3f4 fix more memory leaks 2017-01-03 12:00:52 -05:00
twinaphex
7dfd5625ab Set flush to false for task queue messages 2017-01-03 17:57:52 +01:00
twinaphex
89dcc9bf5f Task queue - shows all the task queue messages now 2017-01-03 08:42:33 +01:00
twinaphex
314fd776e3 (task_screenshot.c) Cleanups 2017-01-03 06:57:55 +01:00
twinaphex
5bb741ffda (input) Cleanups/nits 2017-01-03 04:55:37 +01:00
twinaphex
135394d193 Add is_paused member variable to screenshot task state 2017-01-03 04:42:10 +01:00
twinaphex
80519955ca (task_screenshot.c) Nits 2017-01-03 04:40:11 +01:00
twinaphex
f6c861cf1a Cleanup 2017-01-03 04:37:52 +01:00
twinaphex
20d313204a Add history_list_enable to screenshot task state 2017-01-03 04:35:13 +01:00
twinaphex
5de111212a (task_screenshot.c) Cleanups 2017-01-03 04:30:02 +01:00
Brad Parker
ede267805d fix memory leak in linux battery check 2017-01-02 22:16:00 -05:00
twinaphex
be21e30230 task_autodetect.c - cleanup 2017-01-03 03:52:26 +01:00
Twinaphex
503ccfbc42 Merge pull request #4356 from GregorR/netplay-alive-server-spectating
Fix to the netplay_is_alive function when server isn't playing
2017-01-03 02:42:26 +01:00
Gregor Richards
20c0de352c Fix to the netplay_is_alive function when server isn't playing
Fixes a bug by which very strange things would happen if the server went
to spectator mode with exactly one connected client.
2017-01-02 20:03:00 -05:00
Twinaphex
6bd212a6ce Merge pull request #4355 from GregorR/netplay-load-savestate-server-not-playing
LOAD_SAVESTATE can't use player frame timing from a server that's not playing
2017-01-03 01:18:34 +01:00
Gregor Richards
ee55e2d783 LOAD_SAVESTATE can't use player frame timing from a server that's not playing 2017-01-02 18:56:08 -05:00
twinaphex
095c97d053 Don't try to save autoconfig profile if device name is empty 2017-01-02 08:11:28 +01:00
twinaphex
03818dc780 Always set VID/PID/name for connect tasks 2017-01-02 07:47:38 +01:00
twinaphex
824ba64daa Set autoconfig directory for autodetect task 2017-01-02 05:33:29 +01:00
twinaphex
4e3c2b3e66 (PSP/Vita) Buildfix 2017-01-02 02:39:15 +01:00
Alcaro
fcb17d91d9 warning: comparison between signed and unsigned integer expressions 2017-01-02 02:23:30 +01:00
Alcaro
9cf987c328 warning: comparison between signed and unsigned integer expressions 2017-01-02 02:18:54 +01:00
Alcaro
7b8a5b4f5b error: invalid conversion from ‘int’ to ‘xkb_keymap_compile_flags’ 2017-01-02 02:17:32 +01:00
Alcaro
f62ad35238 Shut up some warnings 2017-01-02 02:16:29 +01:00
Alcaro
f95759c39b No need for those casts 2017-01-02 02:11:30 +01:00
Brad Parker
1ae9c7d6d4 move net_http_parse to extern C for MSVC 2017-01-01 20:04:10 -05:00
twinaphex
dae80e4e26 (MSVC) Buildfixes 2017-01-02 01:41:00 +01:00
twinaphex
3b4c50b19e filebrowser_clear_type - get rid of it 2017-01-01 06:19:07 +01:00
twinaphex
b243fec095 Simplif gfx_ctx_drm_queue_flip 2017-01-01 06:06:44 +01:00
twinaphex
f94d07b0fc Cleanup msg_queue_new 2017-01-01 05:58:12 +01:00
twinaphex
fa606ee479 Cleanup command_event_save_current_config 2017-01-01 05:36:18 +01:00
twinaphex
92ca53db01 No more usage of settings_t inside input_overlay.c 2017-01-01 04:57:57 +01:00
twinaphex
36a6abede7 (input_overlay.c) Cleanup 2017-01-01 04:31:22 +01:00
twinaphex
46080f2194 (input_overlay.c) Cleanup 2017-01-01 04:28:25 +01:00
twinaphex
d84b75e1de (input_overlay.c) Cleanups 2017-01-01 04:26:21 +01:00
twinaphex
8d8fab60f9 input_overlay.c - cleanups 2017-01-01 04:21:29 +01:00
twinaphex
0ec6ef75df Move early return check to input_driver.c 2017-01-01 04:17:58 +01:00
twinaphex
6d4659a902 (overlay) Reduce dependence on grabbing settings pointer everywhere 2017-01-01 04:12:24 +01:00
twinaphex
6001fc65c1 Properly go back to top level settings when selecting a video
filter or audio filter
2017-01-01 01:44:12 +01:00
twinaphex
b10b70281b (Overlay) Selecting an overlay goes back correctly to the preceding
settings list
2017-01-01 01:34:28 +01:00
twinaphex
bed1db78aa (Directory settings) We go back one level to Directory Settings 2017-01-01 01:31:10 +01:00
Twinaphex
bcbb06c898 Merge pull request #4343 from Ryunam/master
Only show 'Information' if the .lpl playlist points to an existing database
2016-12-31 15:58:06 +01:00
twinaphex
5d9934d4da Remove buf variable 2016-12-31 07:59:28 +01:00
twinaphex
d3470637ad Add max_users param to autoconfig_params_t 2016-12-31 07:54:38 +01:00
twinaphex
103042de96 Rewrite task_autodetect.c 2016-12-31 07:43:34 +01:00
twinaphex
6faabfeebf Don't use settings struct from thrading functions 2016-12-31 07:03:29 +01:00
Twinaphex
ff4b260853 Merge pull request #4342 from loganmc10/patch-10
Attempt to fix some issues with BGRA textures
2016-12-31 05:15:23 +01:00
Logan McNaughton
35792721e5 Attempt to fix some issues with BGRA textures 2016-12-30 21:14:30 -07:00
Ryunam
c55ed91c46 Only show the 'Information' option for a Playlist entry if the 6th line of the .lpl playlist points to an existing file 2016-12-31 01:11:29 +01:00