twinaphex
640fa534cd
Move common code to joypad_connection.c - will still need
...
iOS/OSX build fixes
2014-10-04 19:07:59 +02:00
twinaphex
b7a0098c80
rename joypad_connection_connect to pad_connection_connect
2014-10-04 18:51:26 +02:00
twinaphex
30a255e70a
Rename apple_joypad_has_interface to pad_connection_has_interface
2014-10-04 18:49:45 +02:00
twinaphex
e9239316f8
Rename apple_joypad_disconnect to pad_connection_disconnect
2014-10-04 18:48:02 +02:00
twinaphex
4d14540997
Rename apple_joypad_packet to pad_connection_packet
2014-10-04 18:45:59 +02:00
twinaphex
14b17ed7d5
Rename apple_joypad_connect to joypad_connection_connect
2014-10-04 18:43:30 +02:00
twinaphex
5b4df0edd2
Start adding stub joypad_connection.c/joypad_connection.h files
2014-10-04 18:41:23 +02:00
twinaphex
c93982ef73
Rename apple_pad_send_control to pad_connection_send_control
2014-10-04 18:38:01 +02:00
twinaphex
2e4c2fedb2
Change apple_pad_interface to pad_connection_interface
2014-10-04 18:35:23 +02:00
Twinaphex
d2cd74a68e
Silence one warning in btdynamic.c
2014-10-04 18:32:35 +02:00
twinaphex
c2c73c02b6
(Apple) Change apple_pad_connection to pad_connection
2014-10-04 18:31:37 +02:00
twinaphex
d2367b9342
(input/wiimote) Style nits/cleanups
2014-10-04 18:27:19 +02:00
twinaphex
09e27f523d
(Apple/iOS) Cleanups
2014-10-04 18:11:39 +02:00
Twinaphex
93f54db7fa
(OSX/iOS) Don't set return value of rarch_main_iterate to 1 inside
...
the menu when g_settings.menu.pause_libretro is set to false -
disconnecting the gamepad for instance and there being no
other input would cause the core to no longer 'run' until you
start pressing some kind of input source again
2014-10-04 17:43:03 +02:00
Twinaphex
8b79b12002
(Apple) Cleanups
2014-10-04 17:01:56 +02:00
Twinaphex
cfdf720614
(iOS) Get rid of implicit declaration warning
2014-10-04 16:55:12 +02:00
twinaphex
6fc4aa5f62
(iOS) apple_joypad_ios.c - cleanups
2014-10-04 16:54:01 +02:00
Twinaphex
b16d6d72a5
(OSX) Build fix
2014-10-04 16:47:44 +02:00
twinaphex
1e2f8651b9
(Apple) OSX HID - some cleanups
2014-10-04 16:46:52 +02:00
Twinaphex
c07aa7ec0a
(iOS/Apple) Dehardcode some code
2014-10-04 16:34:52 +02:00
twinaphex
3d68429aca
Change menu_iterate return value to int
2014-10-04 16:20:28 +02:00
Twinaphex
eb9eafe7e1
Merge pull request #1090 from jeapostrophe/master
...
Allow the menu to run immediately again if there is input
2014-10-04 16:07:29 +02:00
Jay McCarthy
a2bd6c535a
Allow the menu to run immediately again if there is input
...
This corresponds to when the user is holding down a button. Run loops
are typically edge triggered and not level triggered, so we only see
the changes, thus we don't get continually woken up when the level
stays at HIGH.
2014-10-04 10:06:15 -04:00
Twinaphex
f957390f5f
(Apple) Integrate apple_input_hid.c code into apple_joypad_hid.c
2014-10-04 15:49:09 +02:00
Twinaphex
eb8a532824
(Apple HID) Cleanups
2014-10-04 15:44:02 +02:00
Twinaphex
a6dabc5b78
(Apple) Build fixes
2014-10-04 15:38:31 +02:00
twinaphex
f20baeb221
(Apple) Joypad refactor pt. 2
2014-10-04 15:37:09 +02:00
twinaphex
377a2e6c63
(Apple) Split up apple_joypad code into two - HID driver and iOS driver
2014-10-04 15:36:04 +02:00
Twinaphex
c97e1113f6
(Apple) apple_gfx_ctx_init - Get rid of log messages
2014-10-04 15:31:01 +02:00
twinaphex
9bcd163b04
(Apple/Udev) Small cleanups/style nits
2014-10-04 15:14:39 +02:00
Twinaphex
56863254f3
Merge pull request #1089 from jeapostrophe/master
...
Change interpretation of iteration return
2014-10-04 15:13:20 +02:00
Jay McCarthy
0adcd2df76
Change interpretation of iteration return
2014-10-04 09:11:26 -04:00
Twinaphex
7950de0460
Revert "(Apple) apple_input.c - cleanups"
...
This reverts commit 24f091491e
.
2014-10-04 14:44:21 +02:00
twinaphex
24f091491e
(Apple) apple_input.c - cleanups
2014-10-04 14:40:28 +02:00
twinaphex
40186be4cc
Add TODO note to driver.h
2014-10-04 14:30:01 +02:00
twinaphex
458eff5f4d
Both the 'pause' state and the 'menu' state return 1 - so that
...
we can signal to the Apple upper-layer function that we want
to run CFRunLoopWakeUp
2014-10-04 14:14:45 +02:00
twinaphex
291f4579a2
update_frame_time - don't make this an inline function
2014-10-04 13:58:41 +02:00
twinaphex
3472987d9f
Use a goto in rarch_main_iterate
2014-10-04 13:47:26 +02:00
twinaphex
f86ad85fcd
Use -1 for indicating we want to exit out of rarch_main_iterate
2014-10-04 13:41:57 +02:00
twinaphex
e79d3d1630
Change return values for rarch_main_iterate and do_state_checks
2014-10-04 13:30:09 +02:00
Twinaphex
5983d4f502
Merge pull request #1088 from SuperrSonic/master
...
(GX) Made "Set Screen Width" editable and added deflicker filtering as an option
2014-10-04 13:07:28 +02:00
SuperrSonic
81c3ff1c6e
Deflicker stuff
2014-10-04 01:49:16 -04:00
SuperrSonic
8816a3403c
Deflicker stuff
2014-10-04 01:37:43 -04:00
SuperrSonic
1a98cacee8
Deflicker stuff
2014-10-04 01:27:38 -04:00
SuperrSonic
e4ed9f098d
Deflicker stuff
2014-10-04 01:26:00 -04:00
SuperrSonic
6836081781
Added GX Deflicker option
2014-10-04 01:13:08 -04:00
SuperrSonic
482854f217
Connect Deflicker to config
2014-10-04 01:09:30 -04:00
SuperrSonic
0950b07429
Added GX Deflicker filter
2014-10-04 00:59:36 -04:00
SuperrSonic
962d3161a6
Made viWidth editable with the definite limits.
2014-10-04 00:43:43 -04:00
Twinaphex
94f653ed2d
Merge pull request #1087 from aliaspider/master
...
(GLUI) fixes segfault when selecting a video filter.
2014-10-04 03:18:55 +02:00