Commit Graph

26280 Commits

Author SHA1 Message Date
twinaphex
ddc3959e42 Simplify init_content_file_set_attribs 2016-01-19 17:27:02 +01:00
twinaphex
86906cf5e3 Cleanups 2016-01-19 17:24:42 +01:00
twinaphex
78d3bc5015 Call content_temporary_free if init_content_file errors out 2016-01-19 17:15:36 +01:00
twinaphex
d7375b88e7 Create load_content_append_to_temporary_content 2016-01-19 17:14:57 +01:00
twinaphex
a8ee8ec0cd Put HAVE_ZLIB ifdef around init_content_file_extract 2016-01-19 01:30:28 +01:00
twinaphex
e859c70a24 content.c - More cleanups 2016-01-19 01:22:37 +01:00
twinaphex
29ad7620aa load_content - call string_list_new later 2016-01-19 01:14:17 +01:00
twinaphex
a79a2d6e1c Some more impicit memset removed 2016-01-19 00:50:15 +01:00
twinaphex
c50e303116 (content.c) remove some implicit memsets 2016-01-19 00:47:27 +01:00
twinaphex
25187a52fb Fix error 2016-01-19 00:42:21 +01:00
twinaphex
dd30dd84c3 Cleanups 2016-01-19 00:38:34 +01:00
twinaphex
9fce8e0b72 (content.c) More cleanups 2016-01-19 00:34:43 +01:00
twinaphex
6b12059c6e Create init_content_file_extract - cleanup init_content_file
function some more
2016-01-19 00:26:12 +01:00
twinaphex
2b7cef4fd6 Create init_content_file_subsystem 2016-01-19 00:16:49 +01:00
Alcaro
2ffe03f732 Fix creepy type error. 2016-01-18 23:24:22 +01:00
twinaphex
b9b1f16d0f Only show 'OPEN_ARCHIVE' if HAVE_COMPRESSION is defined 2016-01-18 23:17:25 +01:00
twinaphex
3f3a305396 (CocoaTouch) Buildfix 2016-01-18 22:15:19 +01:00
twinaphex
0e1d00a85c (CocoaTouch) Cleanup 2016-01-18 22:13:35 +01:00
twinaphex
91de59c7ff (Cocoa) Cleanups 2016-01-18 22:10:16 +01:00
twinaphex
cebea56412 Add UI Companion Enable setting 2016-01-18 21:35:09 +01:00
aliaspider
2ff854177c (WIN32) build fix 2016-01-18 20:03:34 +01:00
Twinaphex
2679ba55e1 Merge pull request #2657 from aliaspider/master
(WIN32) fix runtime availability check for PowerCreateRequest.
2016-01-18 18:11:26 +01:00
aliaspider
ee8e05050a (WIN32) fix runtime availability check for PowerCreateRequest. 2016-01-18 18:05:49 +01:00
twinaphex
32d47d7bd2 Correct database paths 2016-01-18 15:29:47 +01:00
Twinaphex
c68e824eb9 This AVFoundation code needs to work for both iOS and OSX 2016-01-18 13:19:28 +01:00
Twinaphex
0703aed61d Merge pull request #2654 from pponso1/master
iOS: Refactoring support for background Music.app.
2016-01-18 11:49:17 +01:00
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 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