68 Commits

Author SHA1 Message Date
Twinaphex
1f3faac713 (Apple) Build fixes 2014-10-28 19:57:22 +01:00
Jay McCarthy
2a0761337a Fixing the way that RA gets the home directory due to iOS8 change
Annoyingly it still works in the iOS8 simulator without this change.
2014-10-24 13:22:50 -04:00
twinaphex
c62d52de0f Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
Twinaphex
9f60f8f28e (OSX) Fix default bundle_path in environment_get function 2014-10-18 04:36:35 +02:00
Twinaphex
0132581ebc (OSX) Move code over to platform_apple.c 2014-10-17 17:05:27 +02:00
twinaphex
f901c2967f Revert "(Apple) Implement apple_content_loaded"
This reverts commit 861f9d14cd490346426fc32f400b6ff184ce575e.
2014-10-17 05:27:54 +02:00
Twinaphex
861f9d14cd (Apple) Implement apple_content_loaded 2014-10-17 04:58:05 +02:00
twinaphex
d3b27fd888 Add content_loaded callback to frontend context driver 2014-10-17 03:55:16 +02:00
Twinaphex
6ffd0d2ea7 platform_apple.c - Fix warnings 2014-10-15 03:14:57 +02:00
Twinaphex
7270f8982a (OSX) Get rid of unused variable warnings for now on OSX 2014-10-07 16:51:25 +02:00
Twinaphex
665a56b0b4 (iOS) Properly implement this - seems to fix the issue on second startup
with the simulator
2014-10-07 04:55:14 +02:00
Twinaphex
3280c0b2c9 (iOS) Build fix 2014-10-07 04:46:14 +02:00
twinaphex
3512919f9a (iOS) Start implementing frontend_apple_get_environment_settings 2014-10-07 04:43:59 +02:00
Jay McCarthy
0adcd2df76 Change interpretation of iteration return 2014-10-04 09:11:26 -04: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
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
e6a79f798b Refactor MODE_EXITSPAWN and MODE_EXITSPAWN_START_GAME 2014-10-02 21:39:29 +02:00
Twinaphex
53f3555076 (Apple) Fix pause hotkey locking up the app 2014-09-29 21:50:27 +02:00
twinaphex
9e362a4f35 Revert "Add stub functions for get_video_driver in frontends"
This reverts commit 98eaaf8f5fa64b71a53f18aab6e999cdbc0d63a9.
2014-09-20 23:35:55 +02:00
twinaphex
98eaaf8f5f Add stub functions for get_video_driver in frontends 2014-09-20 23:25:46 +02:00
twinaphex
2284395c4d Get rid of frontend_loop 2014-09-14 16:29:09 +02:00
Twinaphex
6a9b37e8fd (Apple) Fix do_iteration 2014-09-05 16:38:58 +02:00
twinaphex
4569b4f32c Refine frontend_loop some more 2014-09-05 16:34:37 +02:00
twinaphex
bee41d6416 Cleanups - 80-char limit 2014-09-02 17:42:44 +02:00
Twinaphex
ae4f01fe98 (Apple) platform_apple.c - cleanups 2014-07-24 05:00:30 +02:00
Twinaphex
aa078cdae8 (Apple) Implement frontend_apple_shutdown 2014-07-22 05:13:48 +02:00
Twinaphex
304af2f398 (Apple) Get rid of apple_export.h 2014-07-22 02:46:58 +02:00
Twinaphex
5db9e93aea (Apple) Build fix 2014-07-22 02:21:23 +02:00
Twinaphex
c38d0a86d0 (Apple) Just call rarch_main instead of apple_rarch_load_content 2014-07-21 07:45:05 +02:00
Twinaphex
5303e1f094 (Apple) Have apple_rarch_load_content just call rarch_main 2014-07-21 07:41:11 +02:00
twinaphex
336f740e2a Get rid of apple_refresh_config 2014-07-18 21:14:28 +02:00
Twinaphex
c65af98255 (Apple) Reduce dependencies on apple_is_running global variable 2014-07-10 21:47:26 +02:00
twinaphex
a22807cb60 (Apple) Build fixes 2014-07-09 13:08:56 +02:00
twinaphex
0b076883d6 Add get_name function to frontend context 2014-06-12 16:26:33 +02:00
twinaphex
908164868f Make 'argc' into int pointer so that we can modify argc inside
get_environment callback
2014-06-01 05:56:38 +02:00
twinaphex
7b0ce6131e (Apple) platform_apple.c - some cleanups 2014-05-31 16:30:09 +02:00
twinaphex
c57f780d9f (Menu) Start undoing passing rgui pointer to every menu-related
function - the only functions where it should actually pass a
pointer instead of just grabbing a pointer from menu.driver should
be in the menu init/deinit functions
2014-05-30 19:34:01 +02:00
twinaphex
fdfa41b1e0 (Frontend) Add get_rating to frontend context 2014-05-16 22:20:51 +02:00
twinaphex
1d552c42ee (Apple) Style nits/cleanups 2014-05-12 16:37:02 +02:00
twinaphex
f483d862b2 (Apple) Build fix 2014-05-09 05:52:18 +02:00
twinaphex
0454ac623e (Menu) Move 'rgui' global variable to 'driver' struct 2014-05-09 05:47:32 +02:00
twinaphex
de7cf52227 (Apple/General_) Turn setting_data into general code - this code
will be used for exposing a list of generic menu settings to
WIMP menus and other such things (already used by the Apple port
in tihs way)
2014-05-03 18:38:29 +02:00
twinaphex
5678a7854f (Apple) Build fix 2014-05-03 07:17:59 +02:00
twinaphex
5033a39a1d (Apple) Move some C common code from ObjC file to platform_apple.c 2014-05-03 07:11:23 +02:00
twinaphex
064a0c87a0 (Apple) Build fix 2014-03-28 16:10:55 +01:00
twinaphex
7cdc23505c (Apple) Build fix 2014-03-10 06:00:06 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
ff036066e2 Rework frontend - separate functions now for iterating per frame
and for doing teardown - Emscripten and Apple ports can make use
of this now so we don't need separate frontend implementations
2013-12-28 21:08:30 +01:00
meancoot
55950cf009 (Apple) Update content history properly. 2013-12-26 16:18:28 -05:00