11161 Commits

Author SHA1 Message Date
Richard Howell
b49cbeed1c make the vg backend compile without freetype 2014-06-15 21:46:45 +02:00
Richard Howell
86a6c6c7c1 remove a reference to a non existent struct field 2014-06-15 21:46:45 +02:00
Twinaphex
4f4103b967 Merge pull request #758 from l3iggs/patch-2
fix build
2014-06-15 09:12:41 +02:00
Twinaphex
e3fadb85b8 Merge pull request #759 from l3iggs/wireless360receiver
fix up XBox 360 controller wireless receiver
2014-06-15 09:12:29 +02:00
Twinaphex
ba5a0f3463 Merge pull request #756 from l3iggs/patch-1
fix DECL_AUTOCONF_DEVICE macro
2014-06-15 09:11:41 +02:00
l3iggs
92bef4d64c add wireless 360 controller receiver default map 2014-06-14 23:24:03 -07:00
l3iggs
2f63e0b7ee xbox 360 wirelss receiver fix
A xbox 360 controller wireless receiver (http://support.xbox.com/en-US/xbox-on-other-devices/connections/xbox-360-wireless-gaming-receiver-windows) reports itself as "Xbox 360 Wireless Receiver" (typically) or "Microsoft Corp. Xbox 360 Wireless Adapter" (possibly) so it's detection should not contingent on finding "Microsoft" in the name string.
Its d-pad reports different button codes than a wired 360 controller so we need a new configuration for this pad.
2014-06-14 23:24:03 -07:00
John Grub
e2f8217d83 fix build
need another #endif here to go along with the new #ifdef
2014-06-14 17:25:09 -07:00
twinaphex
7b3f0059bc (QNX) Input driver - cleanups 2014-06-14 23:12:02 +02:00
twinaphex
c1501f7ffe (QNX) Start refactoring QNX input driver 2014-06-14 23:07:58 +02:00
John Grub
a79ac53f4b fix DECL_AUTOCONF_DEVICE macro
don't use string literal replacement for binds, which is a macro its self
2014-06-14 13:33:18 -07:00
twinaphex
f76a0c4953 (QNX) Move qnx_input.c 2014-06-14 20:30:47 +02:00
twinaphex
74b0d93aff (XDK D3D) Don't have to call SetAddressU/V per frame 2014-06-14 20:23:04 +02:00
twinaphex
e9ed2a924b (D3D) Split up overlay code into separate file 2014-06-14 15:46:08 +02:00
twinaphex
bc4fb72830 (D3D PC) Fix RGUI 2014-06-14 15:43:14 +02:00
Twinaphex
c5c6223d3f Merge pull request #754 from vikbez/master
DECL_AUTOCONF_DEVICE macro to clean code
2014-06-14 14:31:03 +02:00
Twinaphex
70561cc254 Merge pull request #755 from lakkatv/lakka
(Lakka) Fix label positionning
2014-06-14 14:29:28 +02:00
Jean-André Santoni
86d2216860 (Lakka) Fix label positionning 2014-06-14 14:24:54 +02:00
vikbez
822d64b663 DECL_AUTOCONF_DEVICE macro to clean code 2014-06-14 12:33:39 +02:00
Twinaphex
e04a9beb3e Merge pull request #753 from l3iggs/patch-2
add missing comma
2014-06-14 06:45:04 +02:00
John Grub
a2c6f3ef3a add missing comma 2014-06-13 21:36:43 -07:00
twinaphex
d550830285 (XDK D3D) Refactoring 2014-06-14 06:18:15 +02:00
twinaphex
ad4cbf36bc (XDK D3D) Split up more code into render_chain_xdk.cpp 2014-06-14 06:00:20 +02:00
twinaphex
e51dae46b7 (XDK D3D) Split up render chain code into separate file 2014-06-14 05:56:39 +02:00
twinaphex
b9bf87c5f0 (RARCH_CONSOLE) Cleanup autoconf implementations 2014-06-14 05:14:38 +02:00
twinaphex
a7cddecb2c (Android) Cleanup default settings in environment_get 2014-06-14 04:21:16 +02:00
twinaphex
16e6ac6fd5 (Android) Add JXD S7800 to device_is_game_console 2014-06-14 04:16:56 +02:00
twinaphex
23e95d9064 (Android) Add better Xperia Play detection 2014-06-14 04:10:33 +02:00
twinaphex
cd049bde2b (Android) Add device_is_game_console helper function 2014-06-14 03:50:17 +02:00
twinaphex
e74d85718e (Android) Take out Broadcom Bluetooth HID detection for now - it will
need more heuristics in order to detect all the pads correctly
2014-06-14 03:43:25 +02:00
twinaphex
8ee740a538 (Android) Implement TTT HT default binds 2014-06-14 03:42:07 +02:00
twinaphex
aeeb962b3d (Android) Going to need a different way of identifying pads that identify
themselves by HID name 'Broadcom HID" - until then, this can go
2014-06-14 03:29:13 +02:00
twinaphex
341230c106 (Android) Add Nyko Playpad Pro/Mayflash Wii Classic Pro/SZMy Dual Wii
default binds
2014-06-14 03:02:14 +02:00
Twinaphex
877f2d5aba Merge pull request #752 from vikbez/master
macro for binding menu button
2014-06-14 01:12:52 +02:00
twinaphex
66ddb16e08 (Android) Add more default binds 2014-06-14 01:11:52 +02:00
vikbez
e061dadae0 macro for binding menu button 2014-06-14 00:33:06 +02:00
Hans-Kristian Arntzen
dec5186d5d Merge pull request #751 from vikbez/master
map xbox360 pad center button to menu_toggle_btn
2014-06-13 23:02:35 +02:00
vikbez
61ba7ca2a6 map xbox360 pad center button to menu_toggle_btn 2014-06-13 22:30:45 +02:00
twinaphex
b428b98918 (Android) Change defines to numbers in android_input.c.rem 2014-06-13 21:03:13 +02:00
twinaphex
8e99ac5aff (Apple) MFi - style nit 2014-06-13 21:03:13 +02:00
Themaister
f1d1c62bfc Fix derp. 2014-06-13 19:01:28 +02:00
twinaphex
97c5b9976d (Menu) Change some RGUI references to Menu 2014-06-13 18:47:24 +02:00
Themaister
7cba4fe0fb Remove useless log. 2014-06-13 18:23:54 +02:00
twinaphex
ece82786db (PS3) Cleanup callback_sysutil_exit 2014-06-13 18:18:10 +02:00
twinaphex
f2e4625858 (GX/PS3/PSP/XDK) Don't use strdup anymore for setting wrap arguments 2014-06-13 18:11:08 +02:00
twinaphex
d1c7cd650f (Android) Add Sega Virtua Stick default binds 2014-06-13 18:07:49 +02:00
Themaister
6536401c1e Fix memory leak in platform_android.c.
Use static storage instead.
2014-06-13 18:00:49 +02:00
Themaister
1e4266f9f8 Fix unused variable warnings. 2014-06-13 18:00:42 +02:00
Themaister
02f2129dd8 Optimize overlay rendering a bit.
Dump all overlay vertex data into one VBO.
2014-06-13 17:47:32 +02:00
twinaphex
b7b0e520ef (Android) Add default binds for MUCH iRead i5 and FC30 2014-06-13 17:44:49 +02:00