Commit Graph

42 Commits

Author SHA1 Message Date
twinaphex
f104173c7e Change internal state of custom viewport 2015-09-26 20:05:00 +02:00
twinaphex
cdf597aa89 Add settings->overlay_directory 2015-09-26 19:21:32 +02:00
radius
4345320c85 add a debug information panel, disabled by default 2015-09-23 20:51:31 -05:00
Twinaphex
4784371a90 Revert "[WIP] don't create default folders if other folders are set already" 2015-09-17 22:05:14 +02:00
Jorge Suarez
6aad439160 [all] verify if paths are already configured before creating defaults 2015-09-17 14:59:39 -05:00
twinaphex
1ec90df165 Refactor fastforward ratio 2015-08-27 14:39:42 +02:00
radius
4b234a4ed9 clean-up System/BIOS in content dir, should now just use the basename instead of actually overwriting the setting 2015-07-26 16:23:41 -05:00
radius
b717828cf0 fix setting and clearing system directory when using content dir 2015-07-16 01:46:11 -05:00
radius
3a90d38464 make the funciton return tru on success 2015-07-10 21:20:19 -05:00
radius
0ea522585d add a function to save controller profiles 2015-07-10 20:15:14 -05:00
twinaphex
6f99b4d381 (Android) Implement 'Back As Menu Toggle Enable' setting 2015-07-11 03:13:38 +02:00
twinaphex
c09cc19cfe Add Menu Toggle Joypad Combo 2015-07-09 06:27:17 +02:00
twinaphex
4cb5d57ede Add 'Hide Overlay In Menu' option 2015-07-09 04:05:59 +02:00
twinaphex
cbc79e0d67 Start adding preliminary bundle extraction code 2015-07-08 16:45:04 +02:00
twinaphex
e438dd3263 Do wraparound of settings 2015-07-04 19:58:43 +02:00
twinaphex
8dfc9241c6 (Android) Remove a bunch of dead code in Android Java menu - this
should just be a (very dumb) launcher from now on
2015-07-03 19:27:16 +02:00
twinaphex
57ae359e62 Builtin image viewer should now work 2015-06-28 17:21:32 +02:00
twinaphex
be2ae1c602 Add "builtin_mediaplayer_enable" setting 2015-06-23 07:09:24 +02:00
Jean-André Santoni
a7c0a49610 (XMB) Add boxarts support 2015-06-18 09:32:56 +07:00
Jean-André Santoni
6da346f456 (XMB) Dynamic wallpapers 2015-06-04 17:17:23 +07:00
twinaphex
4cfe960bf3 network_cmd_port - buildfix 2015-06-03 18:07:29 +02:00
radius
8c09578f51 make it possible to sort savestates/savefiles without overrides too 2015-05-07 18:06:14 -05:00
twinaphex
dcd203b44d Make menu actions configurable 2015-05-07 03:55:15 +02:00
twinaphex
f6586f7cde Implement Core Settings and implement 'Core Supports No Content Enable' 2015-04-28 03:22:04 +02:00
twinaphex
69bef77d6d Add DPI override options 2015-04-24 16:37:09 +02:00
radius
e2479ade31 add setting to enable/disable autoload of remap files 2015-04-17 20:14:49 -05:00
radius
bb48ebfb99 add setting to enable/disable autoload of config overrides 2015-04-17 20:07:15 -05:00
twinaphex
94150cef70 Add 'Record Driver' option 2015-04-15 13:37:38 +02:00
twinaphex
02d31acbfb Add 'UI Companion Start on Boot' 2015-04-13 02:12:28 +02:00
radius
1293122826 override and remap function comment cleanup
made the remap function return true/false depending on what has been done
2015-04-06 20:16:00 -05:00
radius
931c818038 clean up comments for core_load_override 2015-04-06 20:07:44 -05:00
radius
507ec17261 make the override function smarter, now it will return true if overrides have loaded and false otherwise (including on error)
move pretro_set_environment(rarch_environment_cb); further down since it wouldn't have achieved the desired effect in that location
added a function to restore the original configuration when unloading the core so overrides won't affect the main config
2015-04-06 19:54:58 -05:00
radius
9b2ee5daaf start adding auto loading for remap files 2015-04-05 14:06:23 -05:00
radius
f92aecd28b Overrides:
- renamed the function to something more suitable and cleaned up the comments a bit
- moved back !global->system.info.library_name check, this shouldn't return false, this is not an error but an early return condition
2015-04-05 13:52:43 -05:00
twinaphex
66ee038ced Style nit 2015-04-05 19:07:33 +02:00
radius
8ad303d066 readded per-game/per-core overrides, this works exactly the same as appendconfig and with the same limitations (if you append a config and config autosave is
enabled if will propagate to your main config)

Had to change the delimiter for appendconfig to "|" so users can load configs with filenames including ,
2015-04-05 11:14:24 -05:00
aliaspider
ddfbea107d (menu) add a seperate setting to enable/disable touch input inside the
menu.
2015-03-30 00:50:44 +01:00
twinaphex
bff038b282 Fix configuration.h header includes 2015-03-21 07:05:08 +01:00
twinaphex
80840cac0c Put g_config on heap 2015-03-21 01:47:06 +01:00
twinaphex
0724617abd Make g_config a static variable and make it no longer global 2015-03-21 01:36:20 +01:00
twinaphex
45cf71770e Rename g_settings to g_config - to prevent conflicts, had to rename
some static variables in some of the gfx context driver files
2015-03-21 01:15:03 +01:00
twinaphex
9f6cb1bca7 Rename settings.c to configuration.c 2015-03-21 00:42:09 +01:00