56 Commits

Author SHA1 Message Date
Twinaphex
4f9812da6b (Apple) Reduce apple_run_core in complexity 2014-10-17 02:57:02 +02:00
Twinaphex
5279a161de (apple/common/main.m) Fix warning 2014-10-15 03:15:43 +02:00
twinaphex
72e556083c Rename core_info_has_custom_config to core_info_get_custom_config 2014-08-18 13:01:31 +02:00
twinaphex
57dae32b66 Refactor away core_info_get_custom_config 2014-08-17 17:42:45 +02:00
Twinaphex
1f89d6628f (Apple) Build fixes 2014-08-09 10:25:33 +02:00
Twinaphex
f0b4388eb1 (OSX) Replace apple_rarch_exited call with main_exit 2014-07-24 04:39:33 +02:00
Twinaphex
754eceb5e2 (OSX) apple_run_core - Fix build 2014-07-24 04:35:04 +02:00
Twinaphex
350913daa7 (Apple) Refactor apple_run_core 2014-07-24 04:32:46 +02:00
twinaphex
0f6f14aff3 (Apple) common/main.m - some cleanups 2014-07-24 03:42:03 +02:00
Twinaphex
624a983d8e (Apple) Rewrite apple_run_core 2014-07-22 18:43:49 +02:00
Twinaphex
c1fa603a0f (iOS) Menu - cleanups 2014-07-21 09:04:45 +02:00
Twinaphex
c38d0a86d0 (Apple) Just call rarch_main instead of apple_rarch_load_content 2014-07-21 07:45:05 +02:00
Twinaphex
95260e6b83 (Apple) Remove apple_core 2014-07-21 04:34:53 +02:00
Twinaphex
d89b65140b (Apple) Reduce dependencies on apple_core 2014-07-21 04:21:29 +02:00
Twinaphex
86fa191ae7 (Apple) Cleanups 2014-07-20 07:00:02 +02:00
Twinaphex
3242cc998a (Apple) Get rid of globalConfigFile 2014-07-19 22:17:42 +02:00
Twinaphex
34002c0e10 (Apple) Don't have ifdef IOS conditional in apple_run_core 2014-07-19 17:28:06 +02:00
Twinaphex
e4786cfcf6 (iOS) Build fix 2014-07-19 02:26:21 +02:00
twinaphex
9ac52de4df (Apple/iOS) Remove some unused settings - apple_use_tv_mode and ios_file_log 2014-07-19 02:25:17 +02:00
Twinaphex
7dc418fcdd (Apple) Got rid of apple_is_running global variable 2014-07-10 22:02:54 +02:00
twinaphex
22a8d152cf (Apple) Get rid of rarch_wrapper.h 2014-07-09 13:06:24 +02:00
twinaphex
174aec61a0 (Apple) Typo fix 2014-06-11 01:52:43 +02:00
twinaphex
a8c7becf59 (Apple) Build fix 2014-06-01 23:06:17 +02:00
twinaphex
9d00e3af1b (Apple) Style nits 2014-05-12 15:17:08 +02:00
twinaphex
3296b9575c (Apple) Style nits 2014-05-11 01:59:24 +02:00
twinaphex
7306a124d6 (Apple) apple_display_alert - turn two NSString *params into const char* 2014-05-03 21:34:13 +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
8d8fb6f988 (Apple) Build fix 2014-04-26 21:48:42 +02:00
twinaphex
36c121dc83 (Apple) Build fixes 2014-04-26 17:47:21 +02:00
twinaphex
2fc75bb4c5 (iOS) Fix warning 2014-04-26 03:27:33 +02:00
twinaphex
f72de0030f (Apple) Cleanups 2014-04-26 03:14:53 +02:00
twinaphex
0e45b11246 (Apple) Style nits 2014-04-19 20:16:29 +02:00
twinaphex
efd413de62 (OSX PPC) Build fixes 2014-02-11 19:03:38 +11:00
meancoot
b5ea9b4eb9 (OSX) Use more sane default config path. 2014-01-03 17:16:02 -05:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
ac70e929be (Apple) Style nits - early return instead of encapsulating
entire function into one big int block - make a function out of
iOS 7 version detection - might need to be hosed outside of apple_gamecontroller.m someday
2013-12-30 17:17:35 +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
06c3cc1cb8 (iOS) Fixes:
Only display the limited permissions warning if the content actually failed to load.
	Fix loading a second game through the cocoa menu.
2013-12-24 14:21:57 -05:00
meancoot
2f3a79c0af (Apple - No Thread) Fix crash when backgrounding the app. 2013-12-22 21:34:47 -05:00
meancoot
f3d5a44e76 (Apple - No Thread) Fix performance regression. 2013-12-21 21:58:19 -05:00
meancoot
f069c82417 (Apple) First pass at removing UI/RetroArch thread split. 2013-12-21 19:42:10 -05:00
meancoot
4c526585f5 (OSX) Reduce usage of obj-c dot notation to explicit properties. 2013-12-14 20:36:22 -05:00
meancoot
b1767601b0 (Apple) More fixes for building on snow leopard. 2013-12-13 19:23:45 -05:00
meancoot
5e0a35b6aa (iOS) Fix ios_logger_override.h issues; fix crash when closing a game with TV Mode enabled; remove unneded code block introduced by previous commit 2013-12-09 19:18:48 -05:00
twinaphex
3ec9581c68 (iOS) Move some cdoe from platform.m over to C 2013-11-29 19:31:39 +01:00
twinaphex
7a97d300b4 (OSX) Fix build 2013-11-25 16:48:18 +01:00
twinaphex
d45bf7db1f (OSX) apple_run_core - get rid of unneeded strlcpy call 2013-11-22 16:16:07 +01:00
twinaphex
a1321689ac (OSX) Make apple_run_core backwards compatible with OSX 10.6 2013-11-22 16:13:55 +01:00
twinaphex
a96e813fe1 (Apple) Big merge - merge ios_ui_refactor by hand - note to meancoot -
don't let a branch get out of date for this long - merging it by
hand was not pretty
2013-11-22 15:30:02 +01:00