Commit Graph

35540 Commits

Author SHA1 Message Date
twinaphex
bd0c97fdc4 Remove supports_rgba varaible from image_texture.c 2016-12-29 22:39:52 +01:00
Twinaphex
61d322f82c Merge pull request #4332 from hizzlekizzle/master
Revert "(Android) reload cores path every lauch"
2016-12-29 21:34:11 +01:00
hunterk
7e8163c34e Revert "(Android) reload cores path every lauch"
This reverts commit 1841455462. This commit was breaking Android builds on the buildbot.
2016-12-29 10:29:59 -06:00
Brad Parker
41f40acfc4 guard task struct read/writes across threads with a mutex, fixes several data races found by ThreadSanitizer and helgrind 2016-12-29 00:54:12 -05:00
twinaphex
67f1cca625 Don't try to use settings_t pointer from task callback functions 2016-12-29 06:09:58 +01:00
twinaphex
3a581ba8b0 (task_autodetect.c) Solve some threading errors 2016-12-29 05:49:24 +01:00
twinaphex
31aa1d6d19 Fix saved state message 2016-12-28 00:44:29 +01:00
Twinaphex
b238f32cb7 Merge pull request #4326 from GregorR/netplay-address-prompt
Server prompt when connecting to netplay host
2016-12-28 00:40:53 +01:00
twinaphex
28dedee477 Attempt to prevent crashes in task_image 2016-12-28 00:40:46 +01:00
twinaphex
6708da5ec1 task->progress is where the data race issues come from - commenting
out for now
2016-12-28 00:20:34 +01:00
twinaphex
2f0c66da34 Use non-C++ comments 2016-12-28 00:14:16 +01:00
twinaphex
89bb4f610d task_http.c - comment this out until we have fixed the threading
errors
2016-12-28 00:11:56 +01:00
twinaphex
141046b45b Add note about race issue 2016-12-27 23:56:32 +01:00
twinaphex
ea39d3914e Prevent some heap-use-after-free issues 2016-12-27 23:48:10 +01:00
twinaphex
91f3a4bf11 Remove this - not threadsafe 2016-12-27 23:21:00 +01:00
Gregor Richards
2a7929f123 Server prompt when connecting to netplay host 2016-12-27 16:41:27 -05:00
Twinaphex
a08a7c1380 Merge pull request #4325 from GregorR/netplay-connect-fail-crash
Fixing a bug that caused retroarch to crash if netplay failed to connect
2016-12-27 21:26:25 +01:00
Gregor Richards
9ecd0ba8c7 Fixing a bug that caused retroarch to crash if netplay failed to connect 2016-12-27 15:07:44 -05:00
twinaphex
3ec564f97c Revert "(task_save.c) Cleanups"
This reverts commit d6aae88737.
2016-12-27 20:11:22 +01:00
twinaphex
c6269e3ade (task_save.c) Further cleanups 2016-12-27 15:16:42 +01:00
twinaphex
2a5e74ecb0 Cleanup autosave_free/autosave_deinit 2016-12-27 15:14:27 +01:00
twinaphex
f067ecce50 (video_driver.c) Cleanups 2016-12-27 14:48:04 +01:00
twinaphex
176fa2dcaf (audio_driver.c) Cleanups 2016-12-27 14:34:34 +01:00
Twinaphex
83d83af6f9 Merge pull request #4323 from Ryunam/master
Add option to allow or prevent removal of playlist entries
2016-12-27 14:02:39 +01:00
Ryunam
ebded84b67 Add option to allow or prevent removal of playlist entries 2016-12-27 13:20:41 +01:00
twinaphex
e5f9c4d713 command_event_save_config - check if config_path is empty 2016-12-27 03:19:07 +01:00
twinaphex
a42d5c9ec8 Cleanup autosave_unlock 2016-12-27 03:15:58 +01:00
twinaphex
2a60b54e02 Revert FFT core option changes - FFT was no longer working 2016-12-27 02:56:56 +01:00
twinaphex
b0ebd33094 (task_save.c) Cleanups 2016-12-27 02:14:35 +01:00
twinaphex
1cfc6f571a (RARCH_CONSOLE) Another buildfix 2016-12-27 02:01:22 +01:00
Twinaphex
13536a864b (task_content.c) Prevent warnings 2016-12-27 01:32:58 +01:00
twinaphex
925d60c0cc Implement part 2 of Browse URL 2016-12-27 00:02:09 +01:00
twinaphex
d6aae88737 (task_save.c) Cleanups 2016-12-26 18:25:42 +01:00
twinaphex
43459e2269 N/A 2016-12-26 06:44:04 +01:00
twinaphex
bfd0aa18e4 Add first part of 'Browse URL' 2016-12-26 06:39:12 +01:00
Twinaphex
7512e39746 Merge pull request #4320 from hizzlekizzle/master
less invasive revert for blue/red swap
2016-12-26 04:24:16 +01:00
Twinaphex
24f29c138d Merge pull request #4318 from fr500/master
Allow builtin autoconfs with the XBONE controller
2016-12-26 04:23:13 +01:00
twinaphex
51ec0e0704 (configuration.c) Cut down on reallocation/allocation 2016-12-26 04:14:09 +01:00
hunterk
5ec5b199f6 less invasive revert for blue/red swap 2016-12-25 20:22:28 -06:00
twinaphex
8a258d2511 (configuration.c) Cleanups 2016-12-26 03:16:27 +01:00
radius
af02b3ac85 Allow builtin autoconfs with the XBONE controller 2016-12-25 21:03:04 -05:00
twinaphex
e24f58361c Cleanup config_save_file 2016-12-26 03:01:29 +01:00
twinaphex
7863b3a21f (ffmpeg_core.c) Fix build 2016-12-26 02:53:21 +01:00
twinaphex
66f189dff6 (wiiusb_hid.c) Prevent crashes 2016-12-26 00:38:54 +01:00
Twinaphex
a0a3bff54b Merge pull request #4316 from Aaahh/patch-3
(Android) reload cores path every lauch
2016-12-25 21:40:28 +01:00
Aaahh Ahh
1841455462 (Android) reload cores path every lauch
Reload the path instead of saving and reusing every launch
2016-12-25 15:39:06 -05:00
Twinaphex
c21ec704fb Merge pull request #4315 from Aaahh/patch-2
(Android) Ask for external sdcard permission
2016-12-25 21:28:48 +01:00
Aaahh Ahh
ac80cffdce (Android) Ask for external sdcard permission
Permission has to be explicitly asked for or it won't be granted on api 23 or higher.
2016-12-25 15:06:54 -05:00
Alcaro
5624b3482e Merge pull request #4314 from markwkidd/patch-1
add "d3d" to list of retroarch.cfg video options
2016-12-25 21:03:04 +01:00
markwkidd
4897cc1740 add "d3d" to list of retroarch.cfg video options
After referring to some forum posts suggesting using "d3d9" for the video mode on an older Windows installation (incorrect) I finally figured out that the Direct3D mode is called "d3d." Hopefully including it in these instructions will save someone else the same time and research.
2016-12-25 15:01:49 -05:00