387 Commits

Author SHA1 Message Date
SuperrSonic
92d1bfbb8b Added an option for viWidth 2014-08-10 16:59:26 -04:00
twinaphex
002213d40e (Settings data) Add better error handling for fastforward_ratio
when value is 0.0
2014-08-09 23:23:40 +02:00
twinaphex
b424d466eb (Settings data) Guard against fastforward_ratio being set to 0.0 2014-08-09 23:18:47 +02:00
twinaphex
5fb113e75b (Settings data) Change one setting from CONFIG_PATH to CONFIG_STRING 2014-08-09 06:37:22 +02:00
twinaphex
82c60d040d (settings_data.c) Take out min/max for video_swap_interval 2014-08-09 06:04:50 +02:00
twinaphex
622da58665 (Menu) refactor more settings 2014-08-09 05:41:25 +02:00
twinaphex
fb1f525901 (Menu) Refactor set_current_unsigned_integer 2014-08-09 05:23:58 +02:00
twinaphex
e8ff64bad6 Add 'enforce minrange/maxrange' to settings_data 2014-08-09 05:18:54 +02:00
twinaphex
6dc1481fc1 (Menu) Add step variable for rarch_setting_t 2014-08-09 04:54:40 +02:00
twinaphex
4770a0a467 (Settings data) Add ST_DIR type 2014-08-09 04:27:23 +02:00
twinaphex
91bad2b25d (PS3) Build fixes 2014-08-09 03:25:11 +02:00
twinaphex
6b217c9dce refactor setting_data_find_setting - can now return NULL if it couldn't
find the setting according to key
2014-08-08 21:50:22 +02:00
twinaphex
dc573bdba3 Refactor MENU_LIBRETRO_DIR_PATH 2014-08-03 03:47:54 +02:00
twinaphex
24b00e9f3c (settings_data.c) Cleanups 2014-08-03 03:03:02 +02:00
twinaphex
bb032f7c5f (settings_data.c) Refactor ENFORCE_RANGE 2014-08-03 02:58:42 +02:00
twinaphex
b5032ed1f7 (Settings data) Add Refresh Rate 2014-08-02 16:09:04 +02:00
twinaphex
41292480a0 (Settings data) Rename video_refresh_rate to video_refresh_rate_auto 2014-08-02 15:47:11 +02:00
twinaphex
e110bd90f5 Refactor DSP filter init/deinit 2014-08-02 13:40:38 +02:00
twinaphex
b80961301a Fix general_write_handler for input_overlay 2014-08-02 13:33:22 +02:00
twinaphex
7d4b6b23c5 Refactor overlay init/free 2014-08-02 12:36:48 +02:00
twinaphex
15f3f79732 Refactor rarch_init_autosave/rarch_deinit_autosave 2014-08-02 04:11:06 +02:00
twinaphex
15898a98f0 Refactor rarch_init_rewind/rarch_deinit_rewind 2014-08-02 04:01:25 +02:00
twinaphex
d70693345c Refactor rarch_set_fullscreen calls to rarch_main_command 2014-08-02 03:56:19 +02:00
twinaphex
c201a546a3 Refactor write_handler for settings_data.c 2014-08-02 03:50:52 +02:00
twinaphex
12471729f4 Move state_slot variable from g_extern to g_settings 2014-08-02 01:20:39 +02:00
twinaphex
8082dfb9cc Refactor away rarch_reinit_drivers 2014-08-01 17:26:11 +02:00
twinaphex
8c87ea7233 (Menu) Refactor MENU_SETTINGS_NETPLAY_DELAY_FRAMES 2014-08-01 17:16:56 +02:00
twinaphex
cac003f2ab (Frontend) Add User Options menu - add User Language setting
(Libretro) Add RETRO_ENVIRONMENT_GET_LANGUAGE - expose language
to libretro core so it can do personalization. Will be used for
PPSSPP
2014-08-01 07:00:32 +02:00
twinaphex
9dadfc0b19 Rename Netplay Nickname to Username and make it not dependent
on HAVE_NETPLAY
2014-08-01 05:04:59 +02:00
twinaphex
e0fe1752f4 (Settings data) Blank out IP address when netplay is set to client
and/or spectator
2014-07-31 22:57:21 +02:00
twinaphex
3fdc0df089 Rename g_settings.game_history_path to g_settings.content_history_path 2014-07-28 03:28:27 +02:00
twinaphex
e68365407c Move over more info messages 2014-07-27 06:06:35 +02:00
twinaphex
09621fcfa0 (Menu) Convert more info settings 2014-07-27 05:58:31 +02:00
twinaphex
fcbd97390f (settings data) Move over more help info messages 2014-07-27 05:53:10 +02:00
twinaphex
1d8dcbb4e7 (Menu/settings) More ... 2014-07-27 04:37:01 +02:00
twinaphex
f211b3a466 (Menu) Start moving settings descriptions to settings_data.c 2014-07-27 04:30:06 +02:00
twinaphex
aad1dbc2a2 (Menu) Fixed some path settings 2014-07-26 23:48:13 +02:00
twinaphex
e3674029c6 (Menu) Convert more path settings 2014-07-26 06:14:20 +02:00
twinaphex
7dff082477 (Settings data) Cleanup string settings 2014-07-26 05:51:45 +02:00
Twinaphex
9ab79bfeab (Settings data) Rework input_overlay write handler 2014-07-26 03:55:19 +02:00
twinaphex
a44bb7d08a (settings data) Bring back setting_data_save_config 2014-07-26 03:28:16 +02:00
Twinaphex
91c220e516 (Setting data) setting_data_find_setting - add read handler call 2014-07-26 02:45:08 +02:00
twinaphex
8616f3cdb1 (Settings data) Building helper functions - make them public again 2014-07-26 01:57:50 +02:00
twinaphex
9678c46848 (Settings data) Implement read_handler for settings data 2014-07-26 01:50:47 +02:00
twinaphex
78fcd416e7 Take out input_overlay_enable 2014-07-25 18:57:07 +02:00
twinaphex
9dbb404ac8 Add change_handler to setting_data_load_config 2014-07-25 00:48:05 +02:00
Themaister
4282c17cf4 Remove some unused functions. Fixes warning. 2014-07-24 23:47:37 +02:00
twinaphex
631a1fc8bf (Menu) Add Content History Path 2014-07-24 21:30:11 +02:00
twinaphex
a21532753b (Menu) Add Extraction Directory 2014-07-24 20:28:38 +02:00
twinaphex
05a34b21bb (Settings data) turn setting_data_load_config into static function 2014-07-24 06:54:53 +02:00