twinaphex
4dea8caa6f
(SoftFilter) Refactor most code associated to SoftFilter plugin - load .filt
...
files instead of the dynamic libraries directly. Options can be
set in the config file.
There's still a problem with config file options - will work this
out later.
2014-08-19 19:38:33 +02:00
twinaphex
f5fc72274a
Get rid of unused initialized variable in setting_data_get_list
2014-08-18 14:55:04 +02:00
twinaphex
86de91d718
fastforward_ratio - add improved clamping code
2014-08-18 12:14:53 +02:00
twinaphex
1acf6cab46
(MSVC) Another casting fix
2014-08-17 20:38:52 +02:00
twinaphex
debc0ca010
settings_data.c - casting fixes for MSVC
2014-08-17 20:37:40 +02:00
Alcaro
f77448729a
Make this list dynamically allocated. We were dangerously close to overflowing that buffer.
2014-08-17 19:32:24 +02:00
twinaphex
2b87db4e51
settings_data.c - some reformatting
2014-08-17 16:42:48 +02:00
twinaphex
69e8ba44b5
(settings data) Add stub cases for switches
2014-08-17 16:33:57 +02:00
twinaphex
21dff0771e
Rewrite setting_data_get_string_representation
2014-08-17 16:20:37 +02:00
twinaphex
cee04db869
Refactor more code in settings_data.c - no longer have static
...
char buffers in every function but pass char pointer and sizeof
of char variable around
2014-08-17 15:58:31 +02:00
twinaphex
7893a81cf9
(settings_data.c) cleanups
2014-08-17 14:44:23 +02:00
twinaphex
e9a0234730
(Menu) Cleanup some settings
2014-08-16 19:16:11 +02:00
twinaphex
c34e5428c0
(Menu) Go through RARCH_CMD_VIDEO_SET_ASPECT_RATIO
2014-08-16 18:46:43 +02:00
twinaphex
45b7663bc1
(Menu/Settings) Go through rarch_main_command in settings_data change_handler
2014-08-16 18:42:50 +02:00
twinaphex
28310f44b8
(Menu) Refactor more menu code
2014-08-16 18:20:52 +02:00
twinaphex
7a78ad007c
(Menu) Refactor some console settings
2014-08-16 18:11:40 +02:00
twinaphex
c03478bd5f
(Menu) Move more outside of menu_common_backend.c
2014-08-16 10:06:49 +02:00
twinaphex
2f67bc0479
(Menu) Refactor video_filter_dir/audio_filter_dir settings
2014-08-16 07:12:43 +02:00
twinaphex
98e0c87a45
(Menu) Refactor code in menu_info_screen_iterate
2014-08-16 06:41:07 +02:00
twinaphex
728b18a9fe
(Menu) Refactor init_core_info calls
2014-08-16 06:23:51 +02:00
twinaphex
823be1ce41
Get rid of more driver_funcs macros
2014-08-15 20:51:59 +02:00
twinaphex
0966d384d8
(OSK) Get rid of HAVE_OSK ifdef
2014-08-14 06:40:33 +02:00
twinaphex
e1a122843b
Add null camera - remove HAVE_CAMERA ifdefs
2014-08-14 02:55:04 +02:00
twinaphex
027bd68bb3
Add location/null.c - get rid of HAVE_LOCATION ifdefs
2014-08-14 02:15:48 +02:00
twinaphex
ad5d46bba3
Refactor general_write_handler some more
2014-08-13 20:09:53 +02:00
twinaphex
11495183a5
Refactor general_write_handler - reduce calls to rarch_main_command
2014-08-13 20:07:45 +02:00
twinaphex
c56d43b20d
Slowmotion ratio - change limits from 0 to > 0
2014-08-13 19:56:27 +02:00
twinaphex
51e4c85de3
Refactor fastforward_ratio - 0.0x is no limit now
2014-08-13 19:53:15 +02:00
twinaphex
f027acd5cf
Rename game_history_size to content_history_size
2014-08-12 04:57:31 +02:00
twinaphex
2cb8d06c7a
Move config_save_on_exit to g_settings
2014-08-12 03:36:26 +02:00
twinaphex
9df8cda62c
Refactor video_xscale/video_yscale into video_scale - scales
...
both X and Y according to same value
2014-08-11 23:57:57 +02:00
twinaphex
f910a68083
(GX) Ifdef g_settings.vwidth with GEKKO
2014-08-11 11:00:11 +02:00
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