Phillip Ponson
6ca58a4d6e
iOS: Refactoring support for background Music.app.
2016-01-17 19:51:28 -06:00
twinaphex
4de1726bf6
Define CGFloat for versions lower or equal to OSX 10.4
2016-01-17 19:58:31 +01:00
neville
f44e0db97c
(Load Core) OSX - Filter by dylibs
v1.3.1
2016-01-17 19:27:33 +01:00
Twinaphex
a4eae00ac2
Make this runtime too
2016-01-17 19:03:57 +01:00
Twinaphex
c9c46b8060
Get rid of another compile-time define
2016-01-17 18:58:50 +01:00
Twinaphex
9324f257fc
(OSX 10.5) Change label to 'Load Content'
2016-01-17 18:46:26 +01:00
Twinaphex
681396b151
(OSX) Cleanups
2016-01-17 18:45:01 +01:00
Twinaphex
bd153870c2
Move callback function up
2016-01-17 18:43:24 +01:00
Twinaphex
43b949a9a0
Create open_document_handler
2016-01-17 18:42:52 +01:00
Twinaphex
4f0233fbf9
Use BOXSTRING
2016-01-17 18:39:42 +01:00
Twinaphex
777af02e82
Create open_core_handler - cut down on code duplication
2016-01-17 18:38:08 +01:00
neville
f6c6f64a20
Implement openCore for OSX 10.5
2016-01-17 18:34:18 +01:00
Twinaphex
7f505afda7
(OSX) Prevent crash with previous hack
2016-01-17 16:26:04 +01:00
Twinaphex
55105303ac
Add hack that works around this issue
2016-01-17 15:55:30 +01:00
twinaphex
dd239fc85d
Add HAVE_AVFOUNDATION ifdefs
2016-01-16 22:02:49 +01:00
Twinaphex
f8ea62e703
Merge pull request #2649 from pponso1/master
...
iOS: Adds support for Music.app while RetroArch is running
2016-01-16 21:58:10 +01:00
Phillip Ponson
48b99b1f48
Fixing a build issue. syntax errors. 😣
...
.
'
2016-01-16 12:48:33 -06:00
pponso1
a983c8269e
iOS. Adding support for Music.app.
...
I had to comment out this line in the showPauseMenu function:
ui_companion_cocoatouch_event_command(NULL, EVENT_CMD_AUDIO_STOP);
This may actually be on the only change needed. 😜
2016-01-16 12:37:09 -06:00
pponso1
3ce5ad9243
iOS. Adding support for Music.app.
...
Users who want to play games while listening to music should enjoy these modifications. Not the cleanest; refactoring is needed.
2016-01-16 12:25:57 -06:00
pponso1
452c6afaf0
support for playing Music.app in background.
2016-01-16 12:09:44 -06:00
pponso1
212337c7c1
iOS audio support
2016-01-16 11:57:00 -06:00
twinaphex
fcc8c5dae7
This is still necessary unfortunately
2016-01-16 16:46:20 +01:00
twinaphex
9f27b9b56d
Remove another compile-time ifdef
2016-01-16 16:22:55 +01:00
Twinaphex
fbdc30e7bb
(OSX) Buildfix
2016-01-16 16:21:39 +01:00
twinaphex
b4687fdb2b
Check if convertRectToBacking is available at runtime instead
...
of compile-time
2016-01-16 16:20:19 +01:00
twinaphex
a5c83da839
Simplify cocoagl_gfx_ctx_get_video_size
2016-01-16 16:14:25 +01:00
Twinaphex
c824f7af15
get_video_size - don't need screen pointer anymore
2016-01-16 13:31:43 +01:00
twinaphex
6a1d423700
(OSX) Cleanup
2016-01-16 13:30:38 +01:00
twinaphex
14ec006412
Cleanup
2016-01-16 13:29:33 +01:00
neville
9a38ec28b0
Get rid of compile-time ifdefs inside get_chosen_screen
2016-01-16 13:23:00 +01:00
Twinaphex
2c42ad3c96
(cocoa_gl_ctx.m) Cleanups
2016-01-16 12:12:07 +01:00
Twinaphex
dfe79c3fcd
setWantsBestResolutionOpenGLSurface - determine at runtime if we can call
...
this instead of compile-time
2016-01-16 12:09:50 +01:00
Twinaphex
21dc363e0f
backingScaleFactor - cut down on compile-time ifdef - attempt to detect it at runtime
2016-01-16 11:58:36 +01:00
Twinaphex
64fe30281c
Cleanup
2016-01-16 11:51:24 +01:00
Twinaphex
302089e8d8
Cleanup
2016-01-16 11:50:44 +01:00
Twinaphex
5a4db266e8
(OSX) Change get_from_selector
2016-01-16 11:49:10 +01:00
Twinaphex
5cc163a10b
(OSX) Cleanup
2016-01-16 11:40:48 +01:00
aliaspider
2fb7d32a53
(3DS) another build tools update.
2016-01-16 03:51:48 +01:00
aliaspider
4ec00de5c8
(3DS) update tool
2016-01-16 00:14:54 +01:00
Twinaphex
794bcc53c3
(iOS) Buildfix
2016-01-15 23:15:49 +01:00
twinaphex
4b9fea617c
(OSX) Perform selectorOnMainThread - move to applicationDidFinishLaunching
2016-01-15 23:09:50 +01:00
Twinaphex
4fb78bf3cd
Merge pull request #2647 from aliaspider/master
...
(3DS) fixes argv corruption when started from the homebrew launcher
2016-01-15 22:44:40 +01:00
aliaspider
a7bd7f332d
nit.
2016-01-15 22:35:00 +01:00
twinaphex
e4533fb7ec
(OSX/iOS) Cleanup
2016-01-15 22:33:25 +01:00
aliaspider
0b4fd4328d
- add more heuristics to try to clean up the corrupted argv when using
...
the homebrew launcher.
- force align the stack pointer to 8 bytes.
- add --gc-sections to the link specs
2016-01-15 22:30:12 +01:00
Twinaphex
8c8a3085a5
(OSX) Buildfix
2016-01-15 22:22:37 +01:00
twinaphex
8323d06d3d
(Cocoa) No more dependencies on get_chosen_screen or
...
get_backing_scale_factor
2016-01-15 22:20:46 +01:00
Twinaphex
f35690e2e5
Fixes
2016-01-15 22:16:18 +01:00
twinaphex
09a183df3f
(OSX) Create get_backing_scale_factor
2016-01-15 22:15:23 +01:00
Twinaphex
85575f4acc
Merge pull request #2646 from diablodiab/master
...
Add handling of Nvidia Shield Virtual Controller
2016-01-15 21:32:50 +01:00