Twinaphex
2c8971f308
(Apple OSX) Build fix
2014-10-22 00:24:06 +02:00
twinaphex
3aed280dde
(OSX) Add header path
2014-10-21 05:08:45 +02:00
twinaphex
16d440e6a3
(ObjC) Avoid local variables named index
2014-10-20 19:33:50 +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
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
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
575faeb3a3
(OSX) No longer use main.m
2014-10-18 05:46:30 +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
8860784068
(Apple) Cleanups
2014-10-17 05:03:51 +02:00
Twinaphex
4f9812da6b
(Apple) Reduce apple_run_core in complexity
2014-10-17 02:57:02 +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
f2d067fe7f
(OSX) Start cutting down on apple_run_core
2014-10-16 23:52:14 +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
Twinaphex
f1ba2e2dc5
(OSX) Create wrapper function around NSSearchPathForDirectoriesInDomains
...
and create surrogate enums
2014-10-16 21:02:22 +02:00
Twinaphex
787881a2ac
(OSX) platform.m - Get rid of old code
2014-10-16 20:39:51 +02:00
Jay McCarthy
2be3fa3c04
Fixing NS to CF bridging crash
2014-10-16 14:14:15 -04:00
Twinaphex
1a52ce43ec
(OSX) add stubbed out replacement C code using CoreFoundation for grabbing
...
application support dir path - figure out why it's broken
2014-10-16 19:53:39 +02:00
Twinaphex
26a56d014d
Merge pull request #1151 from lioncash/cwarn
...
apple: Enable extra compiler warnings for OSX.
2014-10-14 17:04:54 +02:00
Lioncash
c7d18ac6d4
apple: Enable extra compiler warnings for OSX.
2014-10-14 09:51:25 -04:00
Lioncash
ae7819d317
apple: Fix stringWithFormat warnings
2014-10-14 08:57:42 -04:00
Lioncash
44b26b5ef2
apple: Fix some warnings
2014-10-14 08:57:37 -04:00
Twinaphex
22ad0d5d03
(iOS) Add to iOS solution as well
2014-10-09 05:20:13 +02:00
Twinaphex
d33225d486
(OSX) Fix build
2014-10-09 04:02:48 +02:00
Twinaphex
3ce378d264
(OSX/iOS) Build fixes for changes in setting_data_get_list
2014-10-08 02:42:41 +02:00
twinaphex
8dbe11613d
Add need_refresh parameter to setting_data_get_list
2014-10-07 02:49:04 +02:00
Twinaphex
285d7328e4
(OSX) Reimplement sendEvent function - turn it into a switch
2014-10-05 23:49:37 +02:00
Twinaphex
807818d4c6
(Apple) Reimplement input - get rid of g_current_input_data global
...
and instead initialize driver.input_data
2014-09-30 15:44:40 +02:00
Twinaphex
b0fb6f483d
(Apple/OSX) Split up HID code into separate file
2014-09-28 08:29:45 +02:00
twinaphex
ce6c884724
Take out HAVE_CC_RESAMPLER define
2014-09-24 09:39:41 +02:00
Twinaphex
6353240af4
Get rid of unused variables
2014-09-21 18:02:23 +02:00
Twinaphex
416307fcd3
(OSX) Add GLUI to OSX solution
2014-09-15 01:35:23 +02:00
Twinaphex
b4de99c318
(OSX) Cleanups
2014-09-15 00:51:57 +02:00
twinaphex
3787c831e7
(Wii) Compile in 7zip support
2014-09-12 22:24:18 +02:00
Twinaphex
de582c08fa
(Apple) Build fixes to solutions
2014-09-12 21:53:09 +02:00
Twinaphex
e73387ca08
Merge pull request #973 from lioncash/osx
...
osx: Get rid of direct instance variables in settings interfaces
2014-09-11 16:56:21 +02:00
Lioncash
cc4714ea70
osx: Get rid of direct instance variables in settings interfaces
...
The properties already do the same thing
2014-09-11 10:41:13 -04:00
Lioncash
bcbb4beddd
osx: Remove a redundant compile flag
...
This is already defined
2014-09-11 10:08:15 -04:00
Twinaphex
916367e686
(OSX) Add HAVE_LAKKA to OSX solution
2014-09-10 04:53:07 +02:00
Lioncash
4a0f3f4581
apple: Make the project adhere to the indentation style
2014-09-08 20:39:10 -04:00
Twinaphex
5eeea034c9
(Apple) Build fix
2014-09-08 23:23:40 +02:00
Lioncash
ca28e17e94
Fix an uninitialized variable warning on OSX
2014-09-05 23:19:40 -04:00
Twinaphex
4942d268e7
(OSX) Bake in 7zip support - some compatibility/build fixes
...
for OSX
2014-09-02 20:09:14 +02:00
Twinaphex
3497fb4d8c
(OSX) Build fix
2014-08-17 16:26:27 +02:00
Twinaphex
3e16335d3a
(OSX) OSX version now requires that you have Cg toolkit installed.
...
OSX port now supports Cg AND GLSL shaders
2014-08-16 08:42:51 +02:00
Twinaphex
8edb333195
(OSX) Define HAVE_DYLIB
2014-08-03 04:03:10 +02:00