26304 Commits

Author SHA1 Message Date
twinaphex
748959c8fc Cleanups 2016-01-19 22:52:31 +01:00
twinaphex
b2426f30a6 (content.c) Start using string_is_empty 2016-01-19 22:41:15 +01:00
Alcaro
7b848483c9 Ifdef this thing, fixes #55. Again. 2016-01-19 22:34:45 +01:00
twinaphex
f3312d191e Cleanups 2016-01-19 22:34:26 +01:00
twinaphex
4726e3cb4f Cleanups - add more actions to content_ctl 2016-01-19 22:33:37 +01:00
twinaphex
40beb7092a (content.c) Add fallthrough 2016-01-19 22:19:33 +01:00
twinaphex
4df0fb4e07 Turn temporary_content into static local variable of content_ctl 2016-01-19 22:17:54 +01:00
twinaphex
ae704048bc Create CONTENT_CTL_INIT 2016-01-19 22:15:00 +01:00
twinaphex
2836c9755a Create content_ctl 2016-01-19 22:12:25 +01:00
Twinaphex
8702689aaa Use __MACH__ codepath now in retro_get_cpu_features for all OSX versions (Intel/PowerPC) and iOS in general 2016-01-19 19:04:29 +01:00
twinaphex
30c7494122 retro_get_cpu_features: __MACH__ - use only one len variable 2016-01-19 18:50:47 +01:00
twinaphex
e048cfe016 Upon successful completion, 0 is returned for sysctlbyname 2016-01-19 18:45:22 +01:00
twinaphex
c4fabd65a1 Try to come up with better detection 2016-01-19 18:44:24 +01:00
twinaphex
2df84f2887 (__MACH__) Re-set 'len' again after usage 2016-01-19 18:36:55 +01:00
twinaphex
310b2674f5 This requires no compile-time ifdefs 2016-01-19 18:33:29 +01:00
twinaphex
dbf162db4e (PowerPC Mac) Add Altivec detection 2016-01-19 18:25:41 +01:00
twinaphex
1603ac1783 Take out ifdef around CPU NEON conditional 2016-01-19 18:12:04 +01:00
twinaphex
33b41e9aea (iOS) Check if NEON support is there 2016-01-19 18:04:26 +01:00
twinaphex
d4102f2816 rename load_content_need_fullpath to load_content_from_compressed_archive 2016-01-19 17:43:37 +01:00
twinaphex
839bf31c2a Rename load_content_dont_need_fullpath to load_content_into_memory 2016-01-19 17:42:14 +01:00
twinaphex
85e6ba128f Move comment in load_content_dont_need_fullpath to appropriate
place
2016-01-19 17:41:14 +01:00
twinaphex
e8e58d841f Cleanup init_content_file_extract 2016-01-19 17:34:47 +01:00
twinaphex
7405535f03 Move attr variable to init_content_file_set_attribs 2016-01-19 17:33:06 +01:00
twinaphex
73e97d119d Cleanups 2016-01-19 17:29:25 +01:00
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