twinaphex
|
02c0e8013b
|
C89_BUILD fixes
|
2016-12-01 22:59:00 +01:00 |
|
twinaphex
|
230d7105fd
|
CXX_BUILD fix
|
2016-12-01 22:57:43 +01:00 |
|
Twinaphex
|
5e75820880
|
Remove unused variables
|
2016-12-01 22:54:34 +01:00 |
|
Twinaphex
|
0d79bc754c
|
(OSX) Buildfix
|
2016-12-01 22:51:46 +01:00 |
|
twinaphex
|
22e1854b8c
|
Get rid of runloop.h header include
|
2016-12-01 22:49:16 +01:00 |
|
Jean-André Santoni
|
2cc4bef3aa
|
Do the screenshot in the savestate callback
|
2016-12-01 22:39:13 +01:00 |
|
twinaphex
|
24a689c274
|
Cleanup
|
2016-12-01 22:38:19 +01:00 |
|
twinaphex
|
82bea3ba9f
|
Remove FIXME/TODO
|
2016-12-01 22:37:27 +01:00 |
|
twinaphex
|
3db866e5dc
|
disconnect action is a task now too
|
2016-12-01 22:36:38 +01:00 |
|
twinaphex
|
5fdb5b4dcf
|
Updates
|
2016-12-01 22:24:17 +01:00 |
|
twinaphex
|
4a894afc57
|
Don't make it a blocking task
|
2016-12-01 22:19:09 +01:00 |
|
twinaphex
|
6a2df4615b
|
task_autodetect.c- style nits
|
2016-12-01 22:17:36 +01:00 |
|
twinaphex
|
305b2becbd
|
input_autoconfigure_connect - now a task
|
2016-12-01 22:16:06 +01:00 |
|
Brad Parker
|
23dd41a3cc
|
missing ../
|
2016-12-01 15:40:31 -05:00 |
|
Jean-André Santoni
|
cbc6bc942e
|
Merge branch 'master' of https://github.com/libretro/RetroArch
|
2016-12-01 20:45:23 +01:00 |
|
twinaphex
|
25cc9446e8
|
Simplify input_autoconfigure_connect
|
2016-12-01 20:41:41 +01:00 |
|
Jean-André Santoni
|
db8f47cb58
|
Set task_screenshot to non blocking
|
2016-12-01 20:40:54 +01:00 |
|
twinaphex
|
f1dd06db20
|
(task_autodetect.c) Remove header include
|
2016-12-01 20:39:42 +01:00 |
|
twinaphex
|
d3c22cb0e4
|
Move input/input_autodetect.c to tasks/task_autodetect.c
|
2016-12-01 20:38:20 +01:00 |
|
Jean-André Santoni
|
41f1063da3
|
Hide the screenshot message
|
2016-12-01 20:32:13 +01:00 |
|
Jean-André Santoni
|
2fc592bbe6
|
Savestate thumbnails reimplementation
|
2016-12-01 20:31:07 +01:00 |
|
Jean-André Santoni
|
d00566b018
|
Add setting for the savestate thumbnails
|
2016-12-01 20:31:07 +01:00 |
|
Jean-André Santoni
|
a0c5a28602
|
Fix wrong thumbnail index
|
2016-12-01 20:31:07 +01:00 |
|
Jean-André Santoni
|
d142ccca02
|
Never add the date in the screenshot filename if it is a savestate thumbnail
|
2016-12-01 20:31:07 +01:00 |
|
Jean-André Santoni
|
367dcef0b1
|
Savestate thumbnails
|
2016-12-01 20:31:07 +01:00 |
|
Jean-André Santoni
|
70053afd03
|
Revert "Add way to hide message for screenshot tasks"
This reverts commit 0aca3d04c0 .
|
2016-12-01 20:30:54 +01:00 |
|
twinaphex
|
0bd94b9b54
|
Move extern variable prototype to input_autodetect.c
|
2016-12-01 20:26:35 +01:00 |
|
twinaphex
|
0aca3d04c0
|
Add way to hide message for screenshot tasks
|
2016-12-01 20:22:44 +01:00 |
|
Twinaphex
|
711e4ea634
|
Merge pull request #4125 from lasers/add-skeleton-info
Update skeleton cfg (swap buttons option)
|
2016-12-01 20:04:21 +01:00 |
|
Twinaphex
|
87bb9e42d4
|
Merge pull request #4123 from GregorR/netplay-the-hardest-things-in-computer-science-are-cache-invalidation-and-naming-things
delay_frames naming consistency
|
2016-12-01 20:04:04 +01:00 |
|
lasers
|
ba18428e11
|
Update skeleton cfg (swap buttons option)
|
2016-12-01 13:02:03 -06:00 |
|
Twinaphex
|
69c89bf167
|
Merge pull request #4124 from FIX94/master
(WiiU) lower audio latency
|
2016-12-01 19:55:47 +01:00 |
|
FIX94
|
2481ff3ad3
|
(WiiU) lower audio latency
|
2016-12-01 19:46:33 +01:00 |
|
Gregor Richards
|
22798e26c7
|
delay_frames naming consistency
Unifying all of the various inconsistent names of delay_frames into a
single name: delay_frames.
|
2016-12-01 13:34:37 -05:00 |
|
twinaphex
|
76d0380e45
|
Rename input_autoconfigure_joypad to input_autoconfigure_connect
|
2016-12-01 18:57:44 +01:00 |
|
twinaphex
|
e689d55414
|
Rename autoconfig functions
|
2016-12-01 18:52:34 +01:00 |
|
twinaphex
|
a692b5953f
|
Put parentheses around conditionals
|
2016-12-01 18:38:11 +01:00 |
|
twinaphex
|
a485f1559d
|
Move static bool variable
|
2016-12-01 18:36:50 +01:00 |
|
twinaphex
|
71ea15fed2
|
Use string_is_empty
|
2016-12-01 18:35:30 +01:00 |
|
twinaphex
|
83c6db746e
|
Add libcaca switch
|
2016-12-01 18:24:07 +01:00 |
|
Brad Parker
|
ba54f20626
|
initial libcaca video driver
|
2016-12-01 12:13:45 -05:00 |
|
Twinaphex
|
b551da1fda
|
Merge pull request #4120 from GregorR/natt-more-1.9-fixes
Yet another pre-2.0 fix for MiniUPNPC
|
2016-12-01 17:54:50 +01:00 |
|
Twinaphex
|
7051657191
|
Merge pull request #4121 from lasers/add-skeleton-info
Update skeleton cfg (core options)
|
2016-12-01 17:54:44 +01:00 |
|
twinaphex
|
debf5e0222
|
Rename g_udev and g_udev_mon
|
2016-12-01 17:39:36 +01:00 |
|
twinaphex
|
c1e343cec8
|
Cleanup hid_joypad_name
|
2016-12-01 17:37:27 +01:00 |
|
twinaphex
|
a9e627ca57
|
(udev_input.c) Rename static function
|
2016-12-01 17:33:41 +01:00 |
|
twinaphex
|
31a95b8972
|
(android_input.c) Get rid of HAVE_MENU ifdefs
|
2016-12-01 17:31:26 +01:00 |
|
twinaphex
|
200be98052
|
(udev_input.c) use udev_common.c
|
2016-12-01 16:51:43 +01:00 |
|
twinaphex
|
ebe1ac6967
|
(udev_joypad.c) Cleanups
|
2016-12-01 16:46:32 +01:00 |
|
twinaphex
|
793519eb61
|
(linuxraw_joypad.c) Cleanups
|
2016-12-01 16:44:47 +01:00 |
|