38748 Commits

Author SHA1 Message Date
twinaphex
d27252daed Add -lusp10 2017-07-03 08:44:59 +02:00
twinaphex
9d91a38602 Add -ld2dl -ldwrite for libui/Win32 2017-07-03 08:43:42 +02:00
twinaphex
22dee03c65 Add -luxtheme for libui/Win32 2017-07-03 08:41:11 +02:00
twinaphex
4eb0f21b8f Get rid of DllMain 2017-07-03 08:36:43 +02:00
twinaphex
21cb98e3fb Add Darwin rules 2017-07-03 08:32:36 +02:00
twinaphex
8a618f8e95 Update libui 2017-07-03 08:26:43 +02:00
twinaphex
1d2b5fb534 Add winextra.h 2017-07-03 08:26:22 +02:00
Twinaphex
f6ca13b658 Merge pull request #5140 from meleu/patch-2
added cheevos_verbose_enable to Achievements menu
2017-07-03 07:55:52 +02:00
twinaphex
f8397a17c3 (deps/libui) Buildfix 2017-07-03 07:29:34 +02:00
twinaphex
49753a7385 Buildfix 2017-07-03 07:27:09 +02:00
twinaphex
abba2f387e (deps/libui) Cleanups 2017-07-03 07:26:10 +02:00
twinaphex
39b1e43cbc Add win32 rules 2017-07-03 07:19:12 +02:00
twinaphex
aed74a008c Add makefile rules 2017-07-03 07:10:23 +02:00
twinaphex
2a6ffd9c3b Add deps/libui 2017-07-03 06:34:21 +02:00
twinaphex
ffc393cafc Get rid of unused variables 2017-07-02 20:58:32 +02:00
twinaphex
260f9532e9 Set buildbot dir for MSVC 2010 RetroArch build to MSVC 2010 cores 2017-07-02 20:45:15 +02:00
Twinaphex
22eb2f8f3b Merge pull request #5144 from Scheiker/tinyalsa
(tinyalsa) Fix pcm_can_pause.
2017-07-02 20:33:41 +02:00
Charlton Head
933627353b (tinyalsa) Fix pcm_can_pause. 2017-07-02 13:09:34 -05:00
Twinaphex
5ac0141a9a Merge pull request #5141 from bonzini/id-input-key
add support for remote control devices and other ID_INPUT_KEY devices
2017-07-02 16:32:27 +02:00
Paolo Bonzini
d1dc2e9670 add support for remote control devices and other ID_INPUT_KEY devices
* the remote control presents itself as ID_INPUT_KEY, not
ID_INPUT_KEYBOARD.  However, ID_INPUT_KEYBOARD is a subset of
ID_INPUT_KEY.

* the remote control lacks the backspace and enter keys, which are hard
coded in RetroArch. It has "back" and "ok" instead, so map those to
RETROK_BACKSPACE and RETROK_ENTER as well.

Remote controls also have no ESC key, but that one is customizable
and I used the Power key of the remote (which already has a mapping
to RETROK_POWER).

The functionality provided is really the bare minimum, but it is enough
to teach a kid "press the power button here to watch TV"; compared to
pressing L1+R1+START+SELECT and navigating to the RetroArch's "quit"
menu item, that hopefully has more chances of success.
2017-07-02 10:50:00 +02:00
meleu
3c07209a1a added cheevos_verbose_enable to Achievements menu 2017-07-02 04:59:39 -03:00
meleu
e9d8525e29 show login info only after a RA login procedure
The previous logic shows login info every time a game is launched.
2017-07-02 08:38:44 +01:00
Twinaphex
b4b3887a1a Merge pull request #5138 from meleu/patch-1
show useful OSD messages to cheevos users after launching a game
2017-07-02 05:53:19 +02:00
meleu
58de712b77 show useful OSD messages to cheevos users after launching a game 2017-07-01 23:20:44 -03:00
Twinaphex
fb33dcf17b Merge pull request #5136 from rossato/master
Fall back to IPv4 when IPv6 connections fail
2017-07-01 20:03:22 +02:00
Ken
edc64991f3 Fall back to IPv4 when IPv6 connections fail 2017-07-01 08:21:09 -04:00
Twinaphex
3e2c713893 Merge pull request #5134 from Scheiker/tinyalsa
(tinyalsa) Add pcm_pause.
2017-07-01 05:41:06 +02:00
Charlton Head
645bae4931 (tinyalsa) Add pcm_pause. 2017-06-30 22:28:33 -05:00
twinaphex
60296c0b7d Improve logs some more 2017-07-01 04:37:32 +02:00
Twinaphex
6995154a9a Merge pull request #5133 from fr500/master
Fix #5091
2017-07-01 04:35:59 +02:00
twinaphex
e9f9702a2d (playlist.c) Don't expose struct details to outside 2017-07-01 03:38:36 +02:00
radius
529ecf1e36 fix #5091 2017-06-30 20:23:20 -05:00
Twinaphex
95f4910a94 Merge pull request #5131 from sergiobenrocha2/master
Disable Core Updater in playlists too, if menu_show_core_updater == f…
2017-07-01 03:18:40 +02:00
radius
0a7968761f improve logging 2017-06-30 20:05:30 -05:00
Sérgio Benjamim
4293e5b334 Disable Core Updater in playlists too, if menu_show_core_updater == false 2017-06-30 19:59:56 -03:00
twinaphex
5636b0fdd6 playlist.c - cleanup 2017-06-30 20:17:34 +02:00
twinaphex
c9a9880a36 Update Downloads Title label 2017-06-29 02:19:25 +02:00
twinaphex
fd11190e9d Fix CXX_BUILD 2017-06-28 18:04:07 +02:00
twinaphex
fe829e5eb0 Fix C89_BUILD 2017-06-28 18:01:04 +02:00
Twinaphex
bec00d986c Merge pull request #5126 from Scheiker/tinyalsa
(tinyalsa) Calculate initial latency.
2017-06-28 17:57:01 +02:00
Charlton Head
768dbb5210 (tinyalsa) Calculate initial latency. 2017-06-28 10:41:47 -05:00
Twinaphex
626b8b5dae Merge pull request #5124 from reztek/pt-br-translation
pt-br translation corrections and formatting fixes
2017-06-28 16:27:01 +02:00
Adolfo Ketzer
5de9ba0bc2 Add files via upload 2017-06-28 09:02:49 -03:00
twinaphex
4813019c58 Cleanup 2017-06-28 07:53:05 +02:00
twinaphex
0c7f209e65 Update CHANGES.md 2017-06-28 07:20:06 +02:00
Twinaphex
ccd5dec266 Merge pull request #5122 from Scheiker/tinyalsa
(tinyalsa) Big endian support.
2017-06-28 07:19:11 +02:00
Charlton Head
5ba36ad3a1 (tinyalsa) Big endian support. 2017-06-28 00:17:23 -05:00
twinaphex
36f700927e Silence some more ioctl coverity warnings 2017-06-28 07:00:28 +02:00
twinaphex
fa8db9b4d2 Silence another Coverity warning 2017-06-28 06:59:00 +02:00
twinaphex
39679ccdce (oss.c) Silence some Coverity warnings 2017-06-28 06:58:01 +02:00