radius
5e6cf7d74d
windows build fixes
2015-04-04 13:56:26 -05:00
twinaphex
0a6be957e9
(D3D) Cleanups
2015-04-04 20:49:30 +02:00
twinaphex
a8f9d73a97
(Win32) Replace wgl_shader_dlg.h header includes
2015-04-04 20:45:15 +02:00
twinaphex
5b688ea8be
Move keyboard_event files to input/drivers_keyboard
2015-04-04 20:42:16 +02:00
twinaphex
66a17301f1
Move resource.h file to gfx/drivers_wm
2015-04-04 20:37:22 +02:00
twinaphex
36b054506d
Move window manager code to gfx/drivers_wm
2015-04-04 20:30:44 +02:00
Twinaphex
9e419d932f
Merge pull request #1583 from SAKUJ0/feature-game-overrides
...
(Game-specific configuration) Implemented silent overrides
2015-04-04 20:01:55 +02:00
Orkun Şensebat
10aacda225
(Game-specific configuration) Implemented silent overrides
...
configdir/corename/corename.cfg
configdir/corename/romname.cfg
2015-04-04 21:37:31 +02:00
Twinaphex
e66d0c4f9d
Merge pull request #1581 from fr500/master
...
Prevent mouse/touch from registering if overlays are enabled
2015-04-04 19:11:12 +02:00
radius
97270a6dc6
Merge branch 'master' of github.com:fr500/RetroArch
2015-04-04 11:17:19 -05:00
radius
d45593d578
Prevent mouse/touch if overlays are enabled to avoid conflicting inputs.
...
Users can still get locked out if they purposelly disable mouse/pointer and overlays and don't use a controller
2015-04-04 11:15:27 -05:00
Twinaphex
8ed01e04ca
(iOS) Cleanups
2015-04-04 18:11:36 +02:00
twinaphex
5bffebd203
(libusb_hid.c) Preliminary implementation of adapter_thread
2015-04-04 17:30:50 +02:00
twinaphex
52312b51a7
pad_connection_pad_init: improve detection
2015-04-04 16:42:38 +02:00
twinaphex
a6056819cf
(libusb_hid.c) Move pad_connection_init up in 'init' function
2015-04-04 16:32:06 +02:00
Twinaphex
8dd798ed79
(iOS) Update
2015-04-04 05:24:11 +02:00
twinaphex
ffd364c5ff
Rename btstack.c to btstack_hid.c
2015-04-04 05:23:26 +02:00
twinaphex
ecd6ab7027
(BTStack) Rename btstack_hid.c to btstack.c
2015-04-04 05:22:14 +02:00
twinaphex
1e865a596f
(Xbox 360) Buildfix
2015-04-04 04:14:00 +02:00
twinaphex
02c514a873
(D3D) Build fixes
2015-04-04 03:04:01 +02:00
twinaphex
ece77e4bfa
Add extern "C" to font_renderer_driver.h
2015-04-04 02:47:13 +02:00
twinaphex
24733603ea
Rename d3d_ctx.c to d3d_ctx.cpp
2015-04-04 02:45:22 +02:00
twinaphex
03d6e3a109
(null_hid.c) Add header include
2015-04-04 02:41:12 +02:00
twinaphex
9e56bd2f23
Rename files back to .cpp
2015-04-04 02:36:55 +02:00
twinaphex
aeeaba788f
(iOS) Default to HID driver for joypad
2015-04-04 02:10:57 +02:00
twinaphex
c73377857b
(iOS) Get rid of apple_ios_joypad - refactored into btstack HID driver
2015-04-04 02:09:31 +02:00
twinaphex
9bfe575a90
(BTStack) Refactor btstack_hid to become a driver
2015-04-04 02:07:18 +02:00
twinaphex
0b09237741
(btstack_hid.c) Cleanups
2015-04-04 01:45:04 +02:00
twinaphex
55a162a77b
(btstack_hid) Cleanups
2015-04-04 01:41:20 +02:00
twinaphex
677723ba3c
(btstack.h) Cleanups
2015-04-04 01:06:50 +02:00
Twinaphex
2b420f0b3e
(iOS) Buildfix
2015-04-04 01:03:32 +02:00
twinaphex
68b4304efd
(HID) Move btdynamic/btpad to input/drivers_hid
2015-04-04 00:58:38 +02:00
twinaphex
27fe518ffe
(btpad.c) Add __APPLE__ ifdefs
2015-04-04 00:00:40 +02:00
Twinaphex
fb805be085
(btdynamic.c) Add __APPLE__ ifdefs
2015-04-03 23:58:35 +02:00
Twinaphex
a980c9c7c7
(bluetooth/btdynamic.c) Cleanups
2015-04-03 23:55:50 +02:00
twinaphex
6f9f4e16df
(btdynamic.c) Start using dynamic wrappers
2015-04-03 23:47:50 +02:00
twinaphex
5e83eefd81
Add VID/PID detection for joypad connection
2015-04-03 23:30:51 +02:00
Twinaphex
ffffe3c1e7
Merge pull request #1577 from lioncash/strlen
...
stdstring: Get rid of some strlen calls
2015-04-03 22:31:12 +02:00
Twinaphex
632dfe3a82
Merge pull request #1578 from lioncash/printf
...
Fix some printf format specifiers
2015-04-03 22:30:04 +02:00
Alcaro
acab4487f5
Merge pull request #1579 from lioncash/typo
...
video_thread_wrapper: Fix height return value
2015-04-03 21:25:38 +02:00
Lioncash
3d6a936dfe
video_thread_wrapper: Fix height return value
...
Previously thread_get_video_output_size would assign the width to the height output.
2015-04-03 15:21:55 -04:00
Lioncash
b68048e6db
Fix some printf format specifiers
...
Gets rid of warnings on higher warning levels
2015-04-03 15:09:17 -04:00
Lioncash
1f1cdae621
stdstring: Get rid of some strlen calls
...
Now the function doesn't traverse strings more than necessary.
2015-04-03 14:52:31 -04:00
twinaphex
61edabf6f4
(libusb) Correct send_control function implementation
2015-04-03 20:49:49 +02:00
twinaphex
7fbbc1258d
Comment out HAVE_LIBUSB again
2015-04-03 20:43:26 +02:00
twinaphex
532d112ff8
(Font) Combine font_d3d_driver and font_gl_driver
2015-04-03 20:36:19 +02:00
Twinaphex
4f2547976c
Merge pull request #1576 from lioncash/null
...
cheats: null checks on functions
2015-04-03 20:16:16 +02:00
Lioncash
244bb26972
cheats: null checks on functions
...
All other cheat functions guard against the case where a null handle is passed. Adding checks to these functions makes behavior consistent all across the 'board'.
2015-04-03 13:53:22 -04:00
twinaphex
606eaa59ae
(libusb_hid) Cleanup
2015-04-03 19:33:47 +02:00
Twinaphex
3c9e702320
(apple_hid.c) Cleanup
2015-04-03 19:21:44 +02:00