Commit Graph

11474 Commits

Author SHA1 Message Date
Twinaphex
9a06c1c125 (iOS) Use fill_pathname_join throughout iOS/browser.m/iOS/platform.m 2014-07-20 21:30:31 +02:00
Twinaphex
05355a49ee (iOS) Cleanup dealloc in menu.m 2014-07-20 20:51:31 +02:00
Twinaphex
3dc95ddd4f (iOS) Set g_defaults.sram_dir/g_defaults.savestate_dir 2014-07-20 20:19:22 +02:00
Twinaphex
2617449506 Add savefile directory/savestate/system to settings_data 2014-07-20 20:06:38 +02:00
Twinaphex
b320225775 Merge pull request #825 from lakkatv/lakka
(Lakka) Fix theme path
2014-07-20 19:59:58 +02:00
Jean-André Santoni
e548708a46 Merge branch 'master' of https://github.com/libretro/RetroArch into lakka 2014-07-20 19:56:45 +02:00
Jean-André Santoni
284d18046f (Lakka) Fix theme path 2014-07-20 19:56:41 +02:00
Twinaphex
0329f7df24 (setting data) Unroll macros 2014-07-20 17:25:08 +02:00
twinaphex
cf7c33d7d8 (settings_data.c) Cleanups 2014-07-20 16:51:43 +02:00
Twinaphex
de3e61a11c (Settings data) Get rid of fake_settings/fake_extern 2014-07-20 15:31:23 +02:00
Twinaphex
86fa191ae7 (Apple) Cleanups 2014-07-20 07:00:02 +02:00
Twinaphex
670ce086c6 (OSX) platform.m - cleanups 2014-07-20 06:28:46 +02:00
twinaphex
4acf4462e4 (PS3) Fix build 2014-07-20 05:36:02 +02:00
twinaphex
0454ed7808 Move memcpy implementations into separate dir 2014-07-20 05:33:53 +02:00
Twinaphex
38eb1d4d3d (iOS) Refactor away ios_set_bluetooth_mode - will be moved to settings
change handler in the long run
2014-07-20 03:47:43 +02:00
Twinaphex
aa04b48579 (Apple) Remove configDirectory 2014-07-20 01:14:16 +02:00
twinaphex
ea758485fd (General) Add g_defaults.menu_config_dir 2014-07-20 00:51:44 +02:00
Twinaphex
9b8d5b95a5 (iOS) Get rid of systemDirectory 2014-07-20 00:25:43 +02:00
Twinaphex
7580058c22 (Apple) Get rid of coreDirectory 2014-07-20 00:07:40 +02:00
Twinaphex
92e67a4382 (Apple/iOS) Kill dependency on ObjC copyItemAtPath 2014-07-19 22:51:03 +02:00
Twinaphex
3242cc998a (Apple) Get rid of globalConfigFile 2014-07-19 22:17:42 +02:00
Twinaphex
ba99ec92ee (Apple) Get rid of objc_get_value_from_config 2014-07-19 17:53:24 +02:00
Twinaphex
34002c0e10 (Apple) Don't have ifdef IOS conditional in apple_run_core 2014-07-19 17:28:06 +02:00
Twinaphex
edc30665e7 (iOS) browser.m - cleanups 2014-07-19 06:41:46 +02:00
twinaphex
36350311f0 (iOS) Remove apple_refresh_frontend_config 2014-07-19 06:10:56 +02:00
Twinaphex
3d7e6d844f (OSX) settings.m - cleanup 2014-07-19 06:05:24 +02:00
Twinaphex
df005ba50a Merge pull request #821 from lakkatv/lakka
(Lakka) theme font and theme switching
2014-07-19 05:20:17 +02:00
Twinaphex
f2cb999616 Merge pull request #823 from Monroe88/master
Add Lakka building to Windows Makefile
2014-07-19 05:19:51 +02:00
twinaphex
7766ae8096 (iOS) Remove systemConfig variable 2014-07-19 04:09:16 +02:00
Twinaphex
a492364843 (iOS) Don't create frontend.cfg anymore 2014-07-19 03:58:58 +02:00
twinaphex
2682780ff9 (iOS) Get rid of logPath 2014-07-19 03:34:14 +02:00
Twinaphex
e3b7df108f (iOS) Get rid of now obsolete Diagnostic Logging 2014-07-19 02:59:03 +02:00
Twinaphex
5e4125614a (iOS) Get rid of ios_set_logging_state - we can already log through
Xcode Organizer
2014-07-19 02:28:53 +02:00
Twinaphex
e4786cfcf6 (iOS) Build fix 2014-07-19 02:26:21 +02:00
twinaphex
9ac52de4df (Apple/iOS) Remove some unused settings - apple_use_tv_mode and ios_file_log 2014-07-19 02:25:17 +02:00
twinaphex
fefc2f808c (Apple) Cleanups 2014-07-19 02:02:33 +02:00
Jean-André Santoni
1f6d86ebcc (Lakka) Fix theme path 2014-07-18 21:43:48 +02:00
Twinaphex
8a7c639734 (Settings data) Add audio.in_rate 2014-07-18 21:40:05 +02:00
twinaphex
2495892757 Lakka assets now moved to retroarch-assets repo 2014-07-18 21:35:55 +02:00
twinaphex
336f740e2a Get rid of apple_refresh_config 2014-07-18 21:14:28 +02:00
Twinaphex
2485ee1e98 (iOS) Don't call hacky apple_refresh_config 2014-07-18 21:13:53 +02:00
twinaphex
14dbd27873 (Driver) Move find_audio_driver outside of HAVE_THREADS in init_audio -
man, this whole audio/input/video initing/deiniting is still hacky as shit.
2014-07-18 19:58:05 +02:00
Twinaphex
6147fb0a2a Merge branch 'master' of https://github.com/libretro/RetroArch 2014-07-18 19:41:08 +02:00
twinaphex
5b727b58b7 Make init_video_input more robust - just failing the entire program
like this instead of defaulting to sane defaults is unacceptable
2014-07-18 19:40:26 +02:00
Twinaphex
7ce1f488fa (Settings data) Nit 2014-07-18 19:36:25 +02:00
Themaister
cae625e489 Copy def_audio_resampler, not def_audio. 2014-07-18 19:17:59 +02:00
twinaphex
dbf239f8d4 (Settings data) Add default audio resampler option 2014-07-18 19:11:53 +02:00
Themaister
1c1c92f38a Drop misleading "fallback" path for input drivers.
The codepath cannot be hit anyways due to checks in find_input_driver().
2014-07-18 18:42:27 +02:00
Themaister
d3ffe3292a Use correct resampler fallback. 2014-07-18 18:39:35 +02:00
twinaphex
df448d37da Make find_resampler_driver more robust 2014-07-18 18:23:19 +02:00