38761 Commits

Author SHA1 Message Date
twinaphex
e5d930ae0a Add more logging 2017-07-03 20:17:35 +02:00
twinaphex
ff3a0d9a3c Add more logs 2017-07-03 20:13:38 +02:00
twinaphex
2aa004a1ce Update with more logs 2017-07-03 20:11:38 +02:00
twinaphex
344a4099eb Add more logs 2017-07-03 20:09:18 +02:00
twinaphex
c2a4fa83e8 Add logs 2017-07-03 20:07:23 +02:00
twinaphex
15b1bb40a4 Add log 2017-07-03 20:05:15 +02:00
twinaphex
e2d8771baf Add log message 2017-07-03 20:03:49 +02:00
twinaphex
790fcd2264 Add test for libui 2017-07-03 09:45:09 +02:00
twinaphex
c576faae0c Cleanup 2017-07-03 09:34:12 +02:00
twinaphex
760fee18dd (libui) Update comments 2017-07-03 09:33:29 +02:00
twinaphex
1521a8dd38 Try to do a GetProcAddress to grab the function pointer to the
function
2017-07-03 09:20:37 +02:00
twinaphex
c9b88fa1ab Buildfix 2017-07-03 08:57:26 +02:00
twinaphex
708596ba84 Call dylib_free at end of WGL context destroy function 2017-07-03 08:56:17 +02:00
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