Commit Graph

163 Commits

Author SHA1 Message Date
Twinaphex 6176cd17b6 (iOS) Fix one implicit declaration warning 2015-04-20 14:08:56 +02:00
twinaphex 20befff4c1 (Cocoa) Move cocoa common files 2015-04-20 12:52:16 +02:00
twinaphex c56d3cf2e4 (Apple) Cleanup header includes 2015-04-19 20:18:03 +02:00
twinaphex b3a0a470d0 (iOS) Cut down on header includes 2015-04-19 20:06:25 +02:00
twinaphex c58355775c Rename apple_input_keyboard_event to cocoa_input_keyboard_event 2015-04-19 20:02:19 +02:00
twinaphex 3c569cdda2 (Apple) Combine some header files 2015-04-19 19:50:29 +02:00
twinaphex 8702141d90 (Cocoa) Start renaming input_apple to input_cocoa 2015-04-19 17:58:15 +02:00
twinaphex d74f5ad3aa (Apple/Cocoa) Rename gfx_ctx_apple to gfx_ctx_cocoa 2015-04-19 17:40:10 +02:00
Twinaphex 99894c831e (iOS) Implement get_powerstate 2015-04-18 16:42:49 +02:00
Twinaphex 946193446d (iOS) Move buffer swap to actual buffer swap function 2015-04-15 07:34:22 +02:00
twinaphex 0530d14c33 (iOS) Cleanup 2015-04-13 18:30:42 +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 59ed7f6b37 Remove unused apple_frontend_get_settings 2015-04-13 17:44:31 +02:00
Twinaphex 3ff4522c4f (iOS) Update applicationDidBecomeActive - startup UI Companion screen
when setting is enabled
2015-04-13 02:48:56 +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 3e35593f59 (iOS) Implement UI companion driver for iOS CocoaTouch 2015-04-12 03:18:37 +02:00
Twinaphex 24cc0b5e4d (iOS) Move files around for MFi gamepad code 2015-04-05 15:41:41 +02:00
twinaphex 38fe0d0119 (iOS) Cleanups 2015-04-04 23:25:39 +02:00
Twinaphex 8ed01e04ca (iOS) Cleanups 2015-04-04 18:11:36 +02:00
Twinaphex 8dd798ed79 (iOS) Update 2015-04-04 05:24:11 +02:00
Twinaphex 2b420f0b3e (iOS) Buildfix 2015-04-04 01:03:32 +02:00
twinaphex 67ca912efc Remove btpad.h 2015-04-03 15:38:50 +02:00
Twinaphex b88f7b3af5 (iOS) Create iOS 6 scheme 2015-03-31 01:58:55 +02:00
twinaphex 757804868b (iOS) Remove last instances of CGFloat 2015-03-30 18:03:57 +02:00
Twinaphex aef562ebd5 (iOS) Go back to old runloop implementation 2015-03-28 15:56:02 +01:00
Twinaphex c233418d4a (iOS) Fix 2 2015-03-22 00:33:51 +01:00
Twinaphex 7c0b42bee3 (iOS) Fix 2015-03-22 00:31:42 +01:00
twinaphex 73e3460675 Change settings_data_ namespace to settings_ 2015-03-21 00:56:26 +01:00
twinaphex 14ac2d9791 Rename settings_data.h to settings.h 2015-03-21 00:49:55 +01:00
Twinaphex 0782cb5168 (Apple) Build fixes 2015-03-18 20:15:40 +01:00
twinaphex 7378299282 Create rarch_main_get_ptr 2015-03-18 06:47:22 +01:00
Twinaphex 9507bdcea7 (iOS) Implement apple_stop_iteration too 2015-03-12 01:46:49 +01:00
Twinaphex 498fa2dd21 (iOS) Implement iOS runloop now through CADisplayLink 2015-03-12 01:15:42 +01:00
Twinaphex 7b22c397f9 (iOS) More cleanups - still no functional changes/fixes 2015-03-12 00:12:52 +01:00
twinaphex b9aa2d1c1d (iOS) Put show pause menu function call inside dispatch_async block 2015-03-11 19:16:41 +01:00
twinaphex 9700abb1ba (iOS) Small cleanups 2015-03-11 19:13:54 +01:00
twinaphex a2d82612ad (Menu) Get rid of wrongly implemented menu.action.active 2015-03-11 17:59:01 +01:00
Twinaphex 8a49333a25 (iOS) Update main run loop 2015-03-11 16:58:29 +01:00
Twinaphex 340fdfb342 (iOS) Move g_view display to outside - into rarch_main - should reduce
CPU usage a bit further
2015-03-11 05:04:40 +01:00
Twinaphex 33d11fc4d1 (OSX/iOS) Rename do_iteration to rarch_main 2015-03-10 17:11:32 +01:00
Twinaphex 9027b35eb8 rarch_render_cached_frame - do early return if g_runloop.is_idle
is true - reduces CPU activity in iOS Cocoa menu substantially
(from 96% CPU to 16%)
2015-03-08 01:58:19 +01:00
Twinaphex c3cadd5743 (iOS) Cleanups 2015-03-07 22:06:18 +01:00
Twinaphex 75b6bd21c3 (iOS/OSX) Total reimplementation of game loop - does away with
observer callback
2015-03-07 21:33:17 +01:00
twinaphex a74cb0574b Create g_runloop and start moving variables there 2015-03-07 12:36:50 +01:00
Twinaphex 0abe432737 (iOS) Put dispatch_async around saving operation in applicationWillResignActive 2015-02-25 02:05:31 +01:00
Twinaphex 91fe5c52b4 Get rid of messy IS_IOS_VERSION macros 2015-02-25 00:10:01 +01:00
Twinaphex 014bd66818 (iOS) Cache native scale variable once in calling function 2015-02-24 06:22:41 +01:00
Twinaphex 69cff98158 (iOS) Cache scale variable in hot function (touch) and some more cleanups 2015-02-24 06:11:20 +01:00