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 0aca3d04c077366f2c28f2071d1cb6706c6855d4.
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
twinaphex
b63b675274
(linuxraw_joypad.c) Cleanups
2016-12-01 16:42:21 +01:00
twinaphex
d7f7d5f99a
Rewrite epoll_common
2016-12-01 16:40:04 +01:00
lasers
da6d4a7599
Update skeleton cfg (core options)
2016-12-01 09:22:59 -06:00
Gregor Richards
8dc9c64297
Yet another pre-2.0 fix for MiniUPNPC (if we have more problems I'll
...
just drop support for pre-2.0)
2016-12-01 09:39:41 -05:00
lasers
4f7245fa9a
Avoid unpredictable sublabel
2016-12-01 08:12:03 -06:00
twinaphex
9afa24ea70
Reuse udev_common.c function
2016-12-01 15:05:17 +01:00
twinaphex
63ae172a23
Add udev_common.c/.h
2016-12-01 15:02:42 +01:00
Twinaphex
8f3039316a
Merge pull request #4117 from terry1994/master
...
Fix building on iOS 9 and below.
2016-12-01 14:26:21 +01:00
terry1994
86c7afdd7c
Merge branch 'master' of ssh://github.com/terry1994/RetroArch
2016-12-01 09:53:10 +01:00
terry1994
f54b8cb9a9
Fix building on iOS 9 and 10.
...
Adjusted iOS 10 project to target minimum iOS version of 10.
Using minimum iOS version to determine availablity of clock_gettime (exists only on iOS 10+). Building with 10/10.1 SDK would cause this method to be called in iOS 9 builds, resulting in a crash on start.
2016-12-01 09:39:53 +01:00
Twinaphex
5e2ced90f5
Merge pull request #4115 from GregorR/ifinfo-alloc
...
Make net_ifinfo's allocation behavior simpler and clearer
2016-12-01 04:57:35 +01:00
twinaphex
a726fc2d8e
Further cleanups
2016-12-01 04:12:56 +01:00
twinaphex
468644e213
Simplify udev_hotplug_available and prevent implicit memset
2016-12-01 03:59:02 +01:00
twinaphex
eee077fe31
(udev) Simplify udev_joypad_handle_hotplug
2016-12-01 03:50:35 +01:00
twinaphex
bd53c33069
Move input_get_auto_bind to input_config.c
2016-12-01 03:43:51 +01:00
twinaphex
c351aed001
(input_driver.c) Cleanups
2016-12-01 03:38:25 +01:00
twinaphex
5337e494c6
More small cleanups
2016-12-01 03:01:32 +01:00
twinaphex
e6eeb8e559
Simplify check_input_driver_block_hotkey
2016-12-01 03:01:32 +01:00
Andrés Suárez
51650e6414
Merge pull request #4116 from meleu/patch-1
...
added menu_swap_ok_cancel on retroarch.cfg
2016-11-30 20:58:39 -05:00
meleu
09aa219eb3
added menu_swap_ok_cancel
...
Removed the deprecated `menu_ok_btn` and `menu_cancel_btn`.
It's somehow related with this issue: https://github.com/libretro/RetroArch/issues/4111
2016-11-30 23:32:19 -02:00
Gregor Richards
a0ac7e6a68
Make net_ifinfo's allocation behavior simpler and clearer
2016-11-30 19:57:18 -05:00
Twinaphex
dd31ba3c22
Merge pull request #4114 from GregorR/natt-double-free
...
Don't double-free net_ifinfo structure.
2016-12-01 01:46:34 +01:00