Commit Graph

474 Commits

Author SHA1 Message Date
twinaphex
9bb2c00c1c Add 'Core Manager Options' 2015-01-22 04:05:10 +01:00
twinaphex
ff570dcdf4 Ifdef LibretroDB code 2015-01-22 03:58:04 +01:00
twinaphex
dfd8d55f7a Start adding Database Manager (stub for now). Also add some more
libretrodb documentation
2015-01-22 03:45:48 +01:00
twinaphex
3bdb736ac7 Set up some default buildbot URL paths per platform 2015-01-21 06:28:40 +01:00
twinaphex
f916bef5f0 Add rudimentary Core Manager - pulls index listing from the buildbot
and lets you download cores to the core directory.

Current limitations and what still needs to be addressed:
* Core is downloaded to core directory still packaged in a zip
file. Will need manual unzipping by the user. We should have
a setting for automating this.
* We should have some sane defaults for the buildbot URL on
specific platforms. For instance, Android, Windows, etc.
* We should present a fancier name listing than what we have
now eventually where it gets the names from the core info files
* Should we do comparisons between the currently installed core
and the one we're about to download now? A CRC check or some
different means?  Problem I can see is that there's right now
no good way to determine if a core actually needs to be updated
without first downloading it.
2015-01-21 05:47:52 +01:00
twinaphex
da88bcdd91 Rename gfx_shader* to video_shader* 2015-01-19 21:24:08 +01:00
twinaphex
db327fbba3 Add Input Remapping Directory setting 2015-01-19 07:24:12 +01:00
twinaphex
384e27a0b1 Add buildbot URL setting 2015-01-19 04:09:28 +01:00
twinaphex
e995cbdfa9 Add 'Suspend Screensaver Enable Hint' 2015-01-18 22:37:22 +01:00
twinaphex
de76884bb8 Rename gfx_get_fps to video_monitor_get_fps 2015-01-18 20:03:33 +01:00
twinaphex
ed49c03e0a Add header include to settings_data.c 2015-01-18 19:04:27 +01:00
twinaphex
e3897c8641 Less dependencies on driver.h 2015-01-18 19:01:13 +01:00
twinaphex
5c32acf91f Split up video_monitor code into separate file 2015-01-18 18:28:14 +01:00
twinaphex
0286078f8f Start properly namespacing monitor_* functions 2015-01-18 18:17:59 +01:00
twinaphex
5f23cda6cb Add menu wallpaper setting 2015-01-17 18:15:22 +01:00
twinaphex
4ccfc1af02 Add date/time in menu 2015-01-17 04:50:46 +01:00
twinaphex
4428fe21cd Add UI Menubar Enable setting 2015-01-17 01:29:15 +01:00
twinaphex
7f53ca4ab5 audio mute enable is now saved to config file 2015-01-16 23:26:09 +01:00
twinaphex
a2e5ccc2c6 Add UI Options 2015-01-16 16:15:58 +01:00
twinaphex
9446a1e991 Remove driver setting options that are not hooked up 2015-01-16 16:11:14 +01:00
twinaphex
a6615036da Stub out Core Manager for now 2015-01-15 01:27:46 +01:00
twinaphex
92a18a4109 settings.c - cleanups 2015-01-14 00:35:27 +01:00
twinaphex
f43b22246b Keep all setting callback functions static 2015-01-13 03:37:08 +01:00
twinaphex
c5ad9d296b Add change handler for 'Overlay Enable' 2015-01-13 03:32:43 +01:00
twinaphex
507291bccb Add Patch Options. Make sure that if we pass softpatching options
on the commandline, that these values will not be saved back to
config file.
2015-01-13 03:13:19 +01:00
twinaphex
8b95cfe6e3 Get rid of RARCH_INTERNAL-specific code in resampler.c 2015-01-12 21:12:48 +01:00
twinaphex
badb29942b Add monitor FPS enable option 2015-01-12 05:59:11 +01:00
twinaphex
9a39abfbf0 Rename menu_input.c functions so that they are all in menu_input_*
namespace
2015-01-11 06:42:53 +01:00
twinaphex
7f0ccae0d7 Rename menu_input_line_cb.c to menu_input.c 2015-01-11 06:24:44 +01:00
twinaphex
ef720d3815 Remove menu_type_is - now obsolete 2015-01-10 05:25:37 +01:00
twinaphex
99c9afa5cd Update PATH_MAX to PATH_MAX_LENGTH 2015-01-09 18:04:29 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
twinaphex
8f511815d1 Create new header 'settings.h' 2015-01-09 16:56:21 +01:00
twinaphex
6dcef0e0d2 More documentation for settings_data.c 2015-01-09 16:45:58 +01:00
twinaphex
b1aeb9806b settings_data.c - cleanups 2015-01-09 16:22:56 +01:00
twinaphex
3aca3bceb9 (Menu) Implement action_cancel 2015-01-09 04:43:24 +01:00
twinaphex
a30b7295ee Change name of action start function for video refresh rate auto 2015-01-09 00:58:00 +01:00
twinaphex
a13c1374bb Cleanups 2015-01-09 00:56:11 +01:00
twinaphex
da96fc54a6 Rename some functions 2015-01-09 00:45:31 +01:00
twinaphex
d4e543d600 Group all action_ok functions together 2015-01-09 00:42:42 +01:00
twinaphex
61f89e683e Group all action_start functions together 2015-01-09 00:41:03 +01:00
twinaphex
2ba0bbda38 Group all action_toggle funtions together 2015-01-09 00:38:50 +01:00
twinaphex
769d62e551 Add some more documentation for functions in settings_data.c 2015-01-09 00:23:59 +01:00
twinaphex
b662a10209 Start to add some documentation to settings_data.c 2015-01-09 00:07:42 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
1a0f817893 Cleanups/build fix 2015-01-07 15:49:56 +01:00
Jay McCarthy
7bb75162f7 Using iOS browser for Cores and Content 2015-01-06 21:53:18 -05:00
twinaphex
681f332183 Add SD_FLAG_BROWSER_ACTION 2015-01-07 01:38:06 +01:00
twinaphex
6fb51eb360 Initial implementation of remap binds feature 2015-01-05 22:53:21 +01:00
twinaphex
12c7147f8f Start adding Core Input Remapping options (stub for now) 2015-01-05 19:49:11 +01:00