13554 Commits

Author SHA1 Message Date
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 24f091491e84337d17ba1f5336804dd310184d49.
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
Mike Robinson
d258775926 Add parallel port joypad driver 2014-10-04 04:18:36 +01: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
aliaspider
6ae462a61c (GLUI) fixes segfault when selecting a video filter. 2014-10-04 02:17:32 +01:00
Twinaphex
625967ebe7 Merge pull request #1086 from SuperrSonic/master
Removed specific viWidth for 16:9 mode, not needed anymore
2014-10-04 02:44:39 +02:00
SuperrSonic
7a936f9719 Removed specific viWidth for 16:9 mode, not needed anymore 2014-10-03 20:31:52 -04:00
Twinaphex
81ffa31441 (Apple) Comment out CFRunLoopWakeUp 2014-10-04 02:28:26 +02:00
twinaphex
d68903f417 Add quick workaround for 100% CPU activity for iOS - NOTE -
FIXME/TODO should be acted upon since this is quite bad behavior
in its current state
2014-10-04 02:10:22 +02:00
Twinaphex
1ea548d068 Merge pull request #1084 from aliaspider/master
(PSP) fix aspect ratio/viewport/rotation settings.
2014-10-04 00:45:29 +02:00
aliaspider
9985bbf30f (PSP) fix aspect ratio/viewport/rotation settings. 2014-10-03 23:22:44 +01:00
twinaphex
96834c8795 (Resamplers) Some C89 build fixes 2014-10-03 22:52:35 +02:00
twinaphex
6214e8e211 (360) Build fixes 2014-10-03 22:26:29 +02:00
twinaphex
65572c57dc (MSVC) Build fixes 2014-10-03 22:23:02 +02:00
Twinaphex
be65663408 (iOS) Build fix 2014-10-03 21:57:53 +02:00
twinaphex
39b88c885b (Apple) Cleanups 2014-10-03 21:52:47 +02:00
Twinaphex
53d2c8164b (Apple) Make apple_gfx_context.c.inl more self-contained 2014-10-03 21:47:46 +02:00
Twinaphex
d89b5b2f41 (Apple) Cleanup 2014-10-03 21:33:05 +02:00
Twinaphex
bbfdf52632 (Apple) Reimplement apple_gfx_ctx_bind_api 2014-10-03 21:09:58 +02:00
Twinaphex
a4f4951081 (Apple) RAGameView.m - Cleanups 2014-10-03 21:04:59 +02:00
Twinaphex
1145a87ae8 (Apple) RAGameView.m - cleanups 2014-10-03 21:00:54 +02:00
Twinaphex
af4349003e (Apple) Cleanups in apple_gfx_context.c.inl 2014-10-03 20:52:29 +02:00
Twinaphex
f3b4aa0262 (Apple) Move more code to apple_gfx_context.c.inl 2014-10-03 20:28:16 +02:00
twinaphex
e6e3a01966 (Apple) Move some code to apple_gfx_context.c.inl 2014-10-03 20:19:04 +02:00
twinaphex
476a759b14 RARCH_ACTION_STATE_MENU_RUNNING_* - implement only when
HAVE_MENU is defined
2014-10-03 19:19:52 +02:00