18488 Commits

Author SHA1 Message Date
twinaphex
bb6331874a Refactor database runloop code 2015-04-14 09:27:55 +02:00
twinaphex
8e3b63e2e9 menu_input_frame - early return if driver is NULL 2015-04-14 08:12:34 +02:00
twinaphex
19a3104cdc (RARCH_CONSOLE) Buildfix 2015-04-14 08:12:06 +02:00
twinaphex
b7321df63c (Database) Fix database runloop on data runloop 2015-04-14 08:10:12 +02:00
twinaphex
f5470d37b2 Move input post iterate functions to menu_input.c 2015-04-14 07:38:04 +02:00
twinaphex
6db7115484 Start renaming 'Joypad' to 'Input Device' 2015-04-14 05:40:36 +02:00
twinaphex
0057510caf (libusb) Add disconnect message, change "Joypad" terminology to
'Device'
2015-04-14 05:36:43 +02:00
Toad King
7f229e57ab add hotplugging to libusb hid driver 2015-04-13 19:19:10 -05:00
twinaphex
c25e397261 Move rarch_main_data_overlay_iterate over to data_runloop_iterate 2015-04-13 20:18:32 +02:00
twinaphex
090fddcdbe (Overlay) Refactor input_overlay_load_desc_image 2015-04-13 20:02:06 +02:00
twinaphex
79c93b444d Crate main_data_overlay_image_upload_iterate 2015-04-13 19:22:35 +02:00
twinaphex
730698bd24 (XMB) Replace texture_image_load call 2015-04-13 18:59:39 +02:00
twinaphex
9805e9a918 (GLUI) Don't have to implement context_reset function anymore 2015-04-13 18:55:33 +02:00
twinaphex
0530d14c33 (iOS) Cleanup 2015-04-13 18:30:42 +02:00
Twinaphex
146acb62d3 (iOS) Implement frontend_apple_get_os 2015-04-13 18:25:04 +02:00
twinaphex
6c5489e9c8 Rename get_ios_version_major 2015-04-13 18:20:05 +02:00
Twinaphex
2c53d57e9e (iOS) Refactor get_ios_version_major 2015-04-13 18:17:48 +02:00
twinaphex
d6d8d32edd Implement stub function apple_get_os 2015-04-13 18:05:55 +02:00
twinaphex
706da9e1f0 More guards for disabling pointer support when overlay is active 2015-04-13 17:59:43 +02:00
Twinaphex
59ed7f6b37 Remove unused apple_frontend_get_settings 2015-04-13 17:44:31 +02:00
twinaphex
b02ada8deb (Help message) Split up long line 2015-04-13 17:29:21 +02:00
twinaphex
6be10cd04d Improve menu_input_mouse 2015-04-13 16:53:01 +02:00
Radius
d2710f453d remove includes that are not needed here 2015-04-13 10:39:23 -04:00
Twinaphex
13c922250d Style nits 2015-04-13 16:00:56 +02:00
twinaphex
90399c6ca7 Add -lpthread to JOYCONFIG_LIBS for Linux 2015-04-13 14:40:12 +02:00
twinaphex
a62bbfe283 Makefile.common - cleanup 2015-04-13 14:29:25 +02:00
twinaphex
f7569f265d Add check_pkgconf rule for libusb 2015-04-13 14:05:26 +02:00
twinaphex
2eb5e7be80 Makefile.common - cleanup 2015-04-13 14:03:47 +02:00
twinaphex
a1e2228477 Create event_command callback 2015-04-13 13:46:48 +02:00
twinaphex
62960177fe Rename rarch_cmd_state to event_cmd_state and move to command_event.h 2015-04-13 11:41:44 +02:00
twinaphex
a13a701f40 Style nits 2015-04-13 11:39:40 +02:00
twinaphex
eaea065199 Move some functions around to command_event.c - make some functions static 2015-04-13 11:37:38 +02:00
twinaphex
0818b178f9 Rename rarch_main_command to event_command 2015-04-13 11:26:02 +02:00
twinaphex
7b44f2d158 retroarch.c - cut down on header dependencies 2015-04-13 11:18:34 +02:00
twinaphex
61e33300b7 Create command_event.c 2015-04-13 11:15:40 +02:00
Twinaphex
5c3d4eb4e5 (Qt) Turn ui_qt.cpp to ui_qt.c 2015-04-13 10:47:02 +02:00
Twinaphex
4987cb3a86 Move event commands to separate header 2015-04-13 10:32:58 +02:00
Twinaphex
de2eb5f972 Rename RARCH_CMD_* to EVENT_CMD_* 2015-04-13 10:29:15 +02:00
Twinaphex
c0d88e19d1 Merge pull request #1625 from fr500/master
Basic QT app initialization
2015-04-13 10:12:59 +02:00
Radius
07132a5592 clean duplicate wrapper.h 2015-04-13 00:30:14 -04:00
Radius
80686f1796 add window initialization code, update credits, add settitle window to test 2015-04-13 00:29:46 -04:00
Twinaphex
56a348e9bd Merge pull request #1624 from aliaspider/master
(3DS) video driver: performance improvements.
2015-04-13 02:52:32 +02:00
aliaspider
e754c328b0 (3DS) video driver: performance improvements. 2015-04-13 01:50:00 +01:00
Twinaphex
3ff4522c4f (iOS) Update applicationDidBecomeActive - startup UI Companion screen
when setting is enabled
2015-04-13 02:48:56 +02:00
twinaphex
3676dda5d7 Implement stub toggle for UI companion null driver 2015-04-13 02:30:52 +02:00
twinaphex
57877284ec (UI Companion) Call UI companion 'toggle' function at startup when setting is
enabled
2015-04-13 02:14:34 +02:00
twinaphex
02d31acbfb Add 'UI Companion Start on Boot' 2015-04-13 02:12:28 +02:00
twinaphex
7c47695f37 (UI CocoaTouch) Implement toggle 2015-04-13 01:55:35 +02:00
Twinaphex
f040d2c841 (iOS) Don't launch menu view at startup by default 2015-04-13 01:43:44 +02:00
twinaphex
59e7ab3048 (XDK1) Build fixes 2015-04-13 00:44:10 +02:00