twinaphex
6a743b5695
(OSX) Don't use CGLUpdateContext - only available since OSX 10.77
2014-10-22 20:04:05 +02:00
twinaphex
f26054f82c
(OSX) Xcode 3.2 build fixes
2014-10-22 18:53:59 +02:00
Twinaphex
5261ca05ba
(OSX) Add ObjC-1 fallbacks
2014-10-22 18:49:08 +02:00
Twinaphex
36135cfff2
(iOS) Build fixes
2014-10-22 08:01:23 +02:00
Twinaphex
ad46676689
(iOS) Build fix
2014-10-22 07:16:13 +02:00
twinaphex
174d011bed
Move dir_list to SDK
2014-10-22 01:13:05 +02:00
Twinaphex
d59cb7289d
Refine CFEXtensions.m
2014-10-22 00:42:54 +02:00
twinaphex
f51513db45
(OSX 10.6) Compatibility patches to CFExtensions.m
2014-10-22 00:38:30 +02:00
Twinaphex
2c8971f308
(Apple OSX) Build fix
2014-10-22 00:24:06 +02:00
twinaphex
9a9fa6532a
Move file_path.c to libretro SDK
2014-10-22 00:23:06 +02:00
Twinaphex
c6bc3b207f
(Apple) Build fixes
2014-10-21 23:56:51 +02:00
Twinaphex
ad41457a17
(iOS) Add libretro SDK include dir
2014-10-21 05:11:34 +02:00
twinaphex
3aed280dde
(OSX) Add header path
2014-10-21 05:08:45 +02: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
c6a94593cf
(Apple) Build fixes
2014-10-20 21:52:33 +02:00
twinaphex
16d440e6a3
(ObjC) Avoid local variables named index
2014-10-20 19:33:50 +02:00
Twinaphex
ca41ad224d
(iOS Camera) Create CVEAGLContext pointer and pass it to CVOpenGLESTextureCacheCreate
2014-10-19 04:00:40 +02:00
Jay McCarthy
1f788543e7
Adding CoreText font driver for iOS and OS X
...
The font path settings should be changed to support entering a font
name on these platforms and potentially working with the front-end to
get a list of possible names.
2014-10-18 20:20:55 -04:00
Twinaphex
3f637a7815
(Apple) Cleanup in apple_gfx_ctx_init
2014-10-19 00:24:57 +02:00
Twinaphex
0704f80ba9
(Apple) Use CGLUpdateContext and CGLFlushDrawable directly
2014-10-19 00:14:51 +02:00
Twinaphex
6eedfd5a14
(iOS) Menu - reimplementation/build fixes
2014-10-18 08:07:56 +02:00
Twinaphex
8856ed59a7
(iOS) Reimplement / get building again
2014-10-18 07:58:17 +02:00
Twinaphex
3866fba3a7
(iOS) Add more #if 0 blocks indicating code that needs to be reimplemented
...
in iOS menu
2014-10-18 07:11:09 +02:00
Twinaphex
967edbb0e8
(iOS) Stub out core_info_get_custom_config code for now
2014-10-18 07:08:09 +02:00
Twinaphex
540b2d3e84
(iOS) Take out core_info_set_core_path
2014-10-18 06:57:36 +02:00
Twinaphex
6f951a9ac1
(Apple) Rewrite apple_input_keyboard_event - already transform the
...
modifier events before calling the function
2014-10-18 06:33:11 +02:00
Twinaphex
41d7d3e47b
(iOS) Simplify _keyCommandForEvent
2014-10-18 06:12:42 +02:00
Twinaphex
0f880332ad
(OSX) RApplication - sendEvent - do early return in case driver.input_data
...
is NULL
2014-10-18 06:07:43 +02:00
Twinaphex
4418853e54
(OSX/platform.m) Cleanups
2014-10-18 06:06:27 +02:00
Twinaphex
7ba2e87187
(Apple) Get rid of apple/common/main.m
2014-10-18 05:49:49 +02:00
Twinaphex
b48221acf9
(iOS) Get rid of main.m too
2014-10-18 05:48:58 +02:00
Twinaphex
575faeb3a3
(OSX) No longer use main.m
2014-10-18 05:46:30 +02:00
Twinaphex
a1f744c639
(Apple) Simplify apple_run_core
2014-10-18 05:43:09 +02:00
Twinaphex
74c5d5d1d8
(OSX) Kill off core list combobox code - Creating the NSComboBox for available cores will be done differently under the presumption that RetroArch will always
...
be running - no need for a cached list to keep around
2014-10-17 17:07:00 +02:00
Twinaphex
0132581ebc
(OSX) Move code over to platform_apple.c
2014-10-17 17:05:27 +02:00
Twinaphex
f704097573
(Apple) Reimplement CFSearchPathForDirectories
2014-10-17 17:01:24 +02:00
twinaphex
f901c2967f
Revert "(Apple) Implement apple_content_loaded"
...
This reverts commit 861f9d14cd
.
2014-10-17 05:27:54 +02:00
Twinaphex
c82145ff48
(iOS) menu.m - use g_defaults.history
2014-10-17 05:12:57 +02:00
Twinaphex
8860784068
(Apple) Cleanups
2014-10-17 05:03:51 +02:00
Twinaphex
861f9d14cd
(Apple) Implement apple_content_loaded
2014-10-17 04:58:05 +02:00
Twinaphex
3b2a6c9df2
(iOS) Get rid of dead code in 'applicationDidFinishLaunching'
2014-10-17 02:57:47 +02:00
Twinaphex
4f9812da6b
(Apple) Reduce apple_run_core in complexity
2014-10-17 02:57:02 +02:00
Twinaphex
9357b86fe1
(iOS) Get rid of apple_run_core invocations in apple/iOS/menu.m and
...
move over to new way of loading core. TODO: might need some kind
of explicit return to game in case main menu doesn't get shut down
when we invoke this
2014-10-17 02:49:25 +02:00
Twinaphex
be81e99a83
(OSX) Don't directly manipulate g_extern.system.shutdown - go through
...
rarch_main_command calls
2014-10-17 00:02:24 +02:00
Twinaphex
87445ca1c3
(OSX) coreWasChosen - Implement some stubs
2014-10-16 23:57:22 +02:00
twinaphex
81824f213d
(iOS) Add TODO notes
2014-10-16 23:53:58 +02:00
Twinaphex
f2d067fe7f
(OSX) Start cutting down on apple_run_core
2014-10-16 23:52:14 +02:00
Twinaphex
a84d11abda
(iOS) Take out 'Close Content'
2014-10-16 21:43:49 +02:00
Twinaphex
7a38c58a9b
Fix linking in OSX solution
2014-10-16 21:14:59 +02:00
twinaphex
4db958a183
Add CFExtensions.m/CFExtensions.h - will need to build fix this now
2014-10-16 21:07:26 +02:00