Brad Parker
|
e1f4db8081
|
Win2000 buildfixes
|
2017-01-16 20:41:08 -05:00 |
|
twinaphex
|
b95a817471
|
(GLSM) Update
|
2017-01-10 22:53:22 +01:00 |
|
twinaphex
|
a07f591859
|
(file_list.c) Cleanups
|
2017-01-10 22:24:46 +01:00 |
|
Josh Palmer
|
453d823d2a
|
Fix jsonsax compilation on QNX, 'index' appears to be a reserved symbol
|
2017-01-09 20:26:09 +00:00 |
|
Josh Palmer
|
ef205447df
|
QNX-specific default directory and file permission handling
|
2017-01-09 20:26:09 +00:00 |
|
twinaphex
|
99421b42d5
|
Update Makefile
|
2017-01-09 17:47:25 +01:00 |
|
twinaphex
|
b89ec1369f
|
Rename rarch_resampler_* to retro_resampler_*
|
2017-01-09 12:45:51 +01:00 |
|
twinaphex
|
03adb6fd3a
|
Rename rarch_dsp_* to retro_dsp_*
|
2017-01-09 12:41:59 +01:00 |
|
twinaphex
|
92f9ad0714
|
Move audio DSP filters to libretro-common
|
2017-01-09 12:30:11 +01:00 |
|
twinaphex
|
d3b818a16a
|
Move dsp_filter to libretro-common
|
2017-01-09 12:22:29 +01:00 |
|
twinaphex
|
2c6ff22862
|
Move libretro_dspfilter.h to libretro-common
|
2017-01-09 12:17:57 +01:00 |
|
Brad Parker
|
51504286be
|
revert flush flug for positive OSD progress
|
2017-01-07 12:23:18 -05:00 |
|
Brad Parker
|
9d7fe2c3f0
|
early return is mutex is null
|
2017-01-05 21:20:37 -05:00 |
|
twinaphex
|
7d08244204
|
Prevent crash when togglign between thraded and non-threaded
video
|
2017-01-05 08:56:16 +01:00 |
|
twinaphex
|
faf939856b
|
Rewrite task_queue.c - get rid of messy internal Rarch code
|
2017-01-03 18:27:09 +01: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 |
|
Alcaro
|
9cf987c328
|
warning: comparison between signed and unsigned integer expressions
|
2017-01-02 02:18:54 +01:00 |
|
Alcaro
|
f95759c39b
|
No need for those casts
|
2017-01-02 02:11:30 +01:00 |
|
twinaphex
|
dae80e4e26
|
(MSVC) Buildfixes
|
2017-01-02 01:41:00 +01:00 |
|
twinaphex
|
f94d07b0fc
|
Cleanup msg_queue_new
|
2017-01-01 05:58:12 +01:00 |
|
Brad Parker
|
daa5553777
|
fix another race condition
|
2016-12-29 23:39:51 -05:00 |
|
Brad Parker
|
94309b3acd
|
fix ThreadSanitizer data race warning
|
2016-12-29 23:16:00 -05:00 |
|
Twinaphex
|
f962723943
|
Silence warning - unused variable
|
2016-12-30 03:32:35 +01:00 |
|
twinaphex
|
dde441e1d2
|
Remove prototypes
|
2016-12-29 23:51:48 +01:00 |
|
twinaphex
|
9657bbd998
|
Get rid of set_rgba/unset_rgba inside image_texture.c
|
2016-12-29 23:22:40 +01:00 |
|
twinaphex
|
6a166faa0c
|
Revert "Remove supports_rgba varaible from image_texture.c"
This reverts commit bd0c97fdc4 .
|
2016-12-29 22:53:10 +01:00 |
|
twinaphex
|
bd0c97fdc4
|
Remove supports_rgba varaible from image_texture.c
|
2016-12-29 22:39:52 +01: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
|
3ec564f97c
|
Revert "(task_save.c) Cleanups"
This reverts commit d6aae88737 .
|
2016-12-27 20:11:22 +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
|
a2515339e9
|
This nonsense can go now
|
2016-12-25 02:11:42 +01:00 |
|
twinaphex
|
a94c20713d
|
Update copyright
|
2016-12-24 20:24:06 +01:00 |
|
twinaphex
|
9db910c049
|
Cleanup
|
2016-12-24 20:22:23 +01:00 |
|
twinaphex
|
77e5cdbfde
|
Revert "Rename runloop_msg_queue_push to video_driver_msg_queue_push"
This reverts commit ad7386913c .
|
2016-12-22 23:36:11 +01:00 |
|
twinaphex
|
ad7386913c
|
Rename runloop_msg_queue_push to video_driver_msg_queue_push
and move code to video_driver.c
|
2016-12-22 13:15:02 +01:00 |
|
twinaphex
|
80d8a90bce
|
(RTGA) Cleanups
|
2016-12-21 14:33:42 +01:00 |
|
twinaphex
|
a4ca4a7eb4
|
(rbmp.c) Cleanups
|
2016-12-21 14:13:40 +01:00 |
|
twinaphex
|
3050240a35
|
(rbmp.c) Cleanups
|
2016-12-21 14:08:40 +01:00 |
|
twinaphex
|
90dca2d537
|
(rbmp.c) Simplify
|
2016-12-21 14:00:58 +01:00 |
|
twinaphex
|
1344e91286
|
Revert "Locking bug"
This reverts commit b40c1311b6 .
|
2016-12-21 12:23:19 +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 |
|
Gregor Richards
|
b40c1311b6
|
Locking bug
|
2016-12-20 19:42:53 -05:00 |
|
Twinaphex
|
c81d54bd46
|
(libretro-common) Cleanups
|
2016-12-20 00:39:45 +01:00 |
|
twinaphex
|
3561949a87
|
Get rid of some implicit memsets
|
2016-12-19 18:18:40 +01:00 |
|
Twinaphex
|
032d29efa4
|
Merge pull request #4274 from GregorR/netplay-nouveau-nouveau
>2-player Netplay
|
2016-12-19 16:28:37 +01:00 |
|
twinaphex
|
4c9f2e41ff
|
Get rid of some implicit memsets
|
2016-12-19 14:04:37 +01:00 |
|
Gregor Richards
|
a6cd8c3aa1
|
Error reporting when a password is refused, plus a bugfix so that
socket_receive_all_nonblocking actually reports disconnects.
|
2016-12-18 19:28:43 -05:00 |
|