twinaphex
04fe800261
Add rarch_setting_group_info_t
2014-10-06 16:57:20 +02:00
Twinaphex
2f47d2378c
Revert "Turn APPEND macro into static function"
...
This reverts commit eef2ef4fc7
.
2014-10-06 16:34:50 +02:00
twinaphex
eef2ef4fc7
Turn APPEND macro into static function
2014-10-06 16:26:37 +02:00
twinaphex
33830cf76a
(Settings data) Pass list and list_info to macros
2014-10-06 16:06:24 +02:00
twinaphex
2bdf2a6a12
(Settings data) Pass list and list_info around to macros
2014-10-06 15:56:51 +02:00
twinaphex
d115bfdd8f
Settings data - better way of passing list_size and index around -
...
have a struct for it - rarch_settings_info_t
2014-10-06 15:51:22 +02:00
twinaphex
067df38262
(Settings_data.c) Get rid of list_tmp/list_temp
2014-10-06 15:35:18 +02:00
twinaphex
cd2acaaec6
(settings_data.c) Simplify APPEND macro
2014-10-06 15:32:05 +02:00
twinaphex
1ac12083d8
Get rid of RARCH_CMD_OVERLAY_REINIT
2014-10-05 20:25:54 +02:00
twinaphex
5b053a96df
autosave_interval setting now uses RARCH_CMD_AUTOSAVE_INIT -
...
it deinits beforehand
2014-10-05 15:33:16 +02:00
SuperrSonic
0950b07429
Added GX Deflicker filter
2014-10-04 00:59:36 -04:00
SuperrSonic
962d3161a6
Made viWidth editable with the definite limits.
2014-10-04 00:43:43 -04:00
twinaphex
aa961dba9e
Add 'Limit Maximum Run Speed' setting - set this to 'off' to
...
get the fastforward_ratio = -1 (no limit) setting again
2014-10-03 18:05:46 +02:00
twinaphex
4a623684c2
Init history file right before we attempt to push something to it
...
in rarch_main
2014-10-03 13:07:33 +02:00
twinaphex
4f0953f3e3
Add RARCH_CMD_REWIND_DEINIT/RARCH_CMD_REWIND_INIT/RARCH_CMD_REWIND_TOGGLE
2014-10-03 11:44:54 +02:00
Mike Robinson
b165b8fa82
Fix joypad driver setting
...
input_common.c was loading the first available joypad driver no
matter what input driver was selected, and the joypad driver menu
was non-functional. Allow choice of joypad driver from the menu.
2014-10-03 01:40:47 +01:00
twinaphex
e07ae03047
(GX) Build fix
2014-10-02 11:34:06 +02:00
twinaphex
ca12482af0
Move shader files to gfx/shader/
2014-10-02 00:45:11 +02:00
twinaphex
8584ef94f4
Implement RARCH_CMD_MENU_PAUSE_LIBRETRO
2014-09-29 15:55:41 +02:00
twinaphex
ae6c8fa7fb
(Settings data) Create new category 'Menu Options'
2014-09-29 14:19:40 +02:00
twinaphex
3c8cc513ab
Make it possible to compile without menu support again
2014-09-28 18:01:59 +02:00
twinaphex
94de11b060
Add resampler directory setting
2014-09-27 15:55:55 +02:00
twinaphex
ddf5786ad7
Take out unused ANALOG_DPAD_DUALANALOG
2014-09-26 13:32:03 +02:00
twinaphex
9d94513dc4
(Menu/Shaders) Move all shader manager code to frontend/menu/menu_shader
2014-09-24 07:56:47 +02:00
twinaphex
76be2aecf8
Add SD_FLAG_CMD_APPLY_AUTO to setting 'Force-disable sRGB FBO'
2014-09-21 05:26:49 +02:00
twinaphex
395e2ed756
Add "Force-disable sRGB FBO" option for buggy Intel OpenGL drivers
...
on Windows - should hopefully fix messed up colors with it enabled (untested)
2014-09-21 05:23:51 +02:00
twinaphex
71f6abb71f
(Menu/Settings) Only show Core Disk Options if core supports it
2014-09-15 07:31:33 +02:00
twinaphex
89676e8424
Add Playlist Directory path setting
2014-09-15 04:12:41 +02:00
twinaphex
ab0492f4cd
Rewrite two settings relying on cmds
2014-09-15 02:08:29 +02:00
twinaphex
1682d83831
(Menu/Settings) Add SD_FLAG_CMD_APPLY_AUTO
2014-09-15 00:21:24 +02:00
twinaphex
899e69f921
(Settings/menu) Add WITH_CMD to settings_data.c
2014-09-14 23:44:32 +02:00
twinaphex
3d689bd40f
(Menu) Add SD_FLAG_EXIT to signal to the menu that we want to cleanly
...
exit out of the menu
2014-09-14 22:39:33 +02:00
Lioncash
3912b3fee4
retroarch_logger: Append the calling function name to the log message.
...
Makes tracing back a little easier.
2014-09-13 20:02:53 -04:00
twinaphex
01c9d033ae
(GX) Build fixes
2014-09-12 22:12:41 +02:00
Lioncash
fef46e3128
settings_data: Handle potential null dereferences
2014-09-11 22:12:23 -04:00
Lioncash
a7455bc911
settings_data: Fix some mismatched printf specifiers
2014-09-11 20:32:48 -04:00
Twinaphex
fd001f6b52
Merge pull request #975 from lioncash/realloc
...
settings_data: Guard against possible realloc/malloc failures
2014-09-12 02:25:14 +02:00
Lioncash
8cf195868e
settings_data: Guard against possible realloc/malloc failures
2014-09-11 20:21:11 -04:00
twinaphex
b4eab4760e
(settings data) Take out unnecessary g_extern.verbose line
2014-09-11 07:32:52 +02:00
twinaphex
f1ccf07603
(Menu) Add type MENU_FILE_DRIVER
2014-09-11 06:28:52 +02:00
twinaphex
b26a9c68d1
(Menu) Implement video_message_pos_x/video_message_pos_y options
2014-09-11 05:55:59 +02:00
twinaphex
a5177941af
(Menu) Fix font_size option
2014-09-11 05:29:42 +02:00
twinaphex
259c3f0de3
Revert "(Settings data) refactor setting_data_*_setting functions"
...
This reverts commit 4438f73732
.
2014-09-11 03:42:07 +02:00
twinaphex
4438f73732
(Settings data) refactor setting_data_*_setting functions
2014-09-10 22:05:11 +02:00
Jean-André Santoni
684af29c06
(Lakka) Use setting_data_get_string_representation
2014-09-10 14:38:41 +02:00
twinaphex
72096df0ee
Use setting_data_get_string_representation
2014-09-10 03:06:38 +02:00
twinaphex
bcb9852001
(Settings data) Subgroup - group name should now be filled in
2014-09-09 19:45:15 +02:00
twinaphex
cb82728c4c
(settings_data.c) Cleanups/style nits
2014-09-09 17:20:15 +02:00
twinaphex
7904eb2f3b
(Android) Prevent unused variable warning
2014-09-09 17:11:08 +02:00
twinaphex
b423408005
Ifdef stdin/network options with defines
2014-09-09 05:11:06 +02:00
twinaphex
590a1c2434
- Refactor menu_entries_push_list
...
- Add SD_FLAG_PUSH_ACTIOn
2014-09-09 03:32:06 +02:00
twinaphex
4790ffda7d
- Refactor menu_entries.c code
...
- Create SD_FLAG_ALLOW_INPUT
2014-09-09 02:49:11 +02:00
twinaphex
3e2ab80aa2
(Menu) Start refactoring menu_entries code
2014-09-09 01:20:17 +02:00
twinaphex
c329501e2f
(Menu) Refactor hardcoded input settings
2014-09-08 22:30:09 +02:00
twinaphex
1c1194cdca
(Menu) Refactor two input settings
2014-09-08 22:12:22 +02:00
twinaphex
3709e524bc
(Menu) Move settings data descriptions to settings_data.c
2014-09-08 06:12:43 +02:00
twinaphex
b55e8d1eb1
(Menu) Refactor input bind label code
2014-09-08 05:31:43 +02:00
twinaphex
b3fe4e8e8f
(settings_data.c) Add some info descriptions
2014-09-08 03:48:01 +02:00
twinaphex
c2ec82b996
(Input) Add two input options - input_duty_cycle/input_turbo_period
2014-09-08 03:34:36 +02:00
twinaphex
88b77df234
(Menu) Create setting_data_get_label and move code from menu_common_backend.c
...
to settings_data.c
2014-09-07 06:00:41 +02:00
twinaphex
ff01041e7c
(settings_data.c) Get rid of warning
2014-09-07 05:52:40 +02:00
twinaphex
a3443a7911
(Menu) Refactor ST_PATH settings
2014-09-06 02:47:31 +02:00
twinaphex
3dcb74ddbb
(Menu) Combine get_description functions
2014-09-05 04:21:46 +02:00
Lioncash
f21c4c485e
Kill off some null comparisons with stack-allocated arrays
2014-09-03 21:55:30 -04:00
twinaphex
7c4e08eed3
(Menu) setting_data_get_mainmenu - cleanup
2014-09-03 20:34:25 +02:00
twinaphex
1daa317971
(settings_data.c) Clean up more unnecessary code
2014-09-03 20:32:03 +02:00
twinaphex
a7d2bd33e7
(settings_data.c) MSVC build fixes
2014-09-03 20:24:06 +02:00
twinaphex
81a5213768
(settings_data.c) Get rid of unnecessary code
2014-09-03 20:20:50 +02:00
twinaphex
c92269dedf
Move core_info/core_info_current to global
2014-09-03 14:57:29 +02:00
twinaphex
9ab14a89c3
(Menu) Refactor menu_entries_push
2014-09-01 06:01:01 +02:00
twinaphex
2baac0bb71
(Menu) Refactor function into menu_entries_push call
2014-09-01 05:56:58 +02:00
twinaphex
1a256399f1
(Menu) Fix savestate/loadstate settings in quickmenu
2014-09-01 03:38:34 +02:00
twinaphex
de0ba69948
(Menu) Move menu_push_info_screen to menu_entries.c
2014-09-01 02:17:59 +02:00
twinaphex
80f67baf1f
(Menu) refactor system_bgm_enable setting
2014-08-31 04:03:04 +02:00
twinaphex
262ec8881a
(PS3) Refactor PAL60 setting
2014-08-31 03:50:44 +02:00
twinaphex
27a60f1d5d
Refactor Soft Filter menu option for Wii/Xbox 1
2014-08-31 03:38:21 +02:00
twinaphex
8133088add
(Settings data) Set some g_extern variables for netplay settings
2014-08-30 03:28:57 +02:00
Alcaro
21bdf835d9
Apply the same fix to another part of the code.
2014-08-29 10:21:23 -03:00
Alcaro
c89a538431
Fix dangling pointer. Likely cause for crashes; could be that mingw64 crash.
2014-08-29 10:21:17 -03:00
Mike Robinson
46f3d9c8cc
Make frame delay description clearer
2014-08-28 20:14:17 +01:00
Mike Robinson
a11a789e02
Fix newlines and spaces
2014-08-28 20:07:21 +01:00
Mike Robinson
ac421ec19b
Implement frame delay option
...
Sets how many milliseconds to delay after VSync before running the core.
2014-08-28 19:54:42 +01:00
twinaphex
536cf71733
(Menu) Move some info descriptions to settings_data.c
2014-08-28 02:17:41 +02:00
twinaphex
9bef38186a
(Menu) Refactor most of the main menu settings
2014-08-28 00:08:32 +02:00
twinaphex
d9a10e9ab2
(Menu) Start refactoring main menu actions
2014-08-27 23:44:23 +02:00
Twinaphex
d963807681
(Menu/Settings data) Clean up unused var
2014-08-27 23:16:10 +02:00
twinaphex
e9ab80dec1
(Menu) Refactor menu_common_entries_init
2014-08-27 23:12:55 +02:00
twinaphex
a1a9c8f3aa
Refactor ST_BOOL settings
2014-08-27 21:14:36 +02:00
twinaphex
5042d58cc9
Cleanup setting_data_get_list
2014-08-27 20:42:22 +02:00
twinaphex
4d6835bfad
(Menu) Refactor driver settings
2014-08-27 18:01:44 +02:00
twinaphex
5e2eead66a
(Menu) Refactor menu_common_setting_set_current_path_selection
2014-08-27 17:36:45 +02:00
twinaphex
36e2b869a2
Add extension filtering to some settings
2014-08-27 15:58:07 +02:00
twinaphex
575d11b358
(Menu) Get rid of HAVE_SHADER_MANAGER ifdefs
2014-08-27 14:50:49 +02:00
twinaphex
cd78e7797f
(settings_data.c) Cleanups
2014-08-27 01:30:18 +02:00
twinaphex
da5ca89d69
(Menu) Move some descriptions to settings_data.c
2014-08-26 19:43:45 +02:00
twinaphex
b5e94e4938
(Menu) Implement ST_GROUP label representation
2014-08-25 16:05:59 +02:00
twinaphex
3903774e8a
(Settings) setting_data_find_setting cleanups
2014-08-25 15:53:17 +02:00
twinaphex
61586d8534
(Menu) Refactor ip_address and audio_device settings
2014-08-25 15:04:35 +02:00
twinaphex
adc77bcd1d
(Menu) Refactor ST_DIR settings
2014-08-24 20:19:59 +02:00
twinaphex
0f15cf014e
(Menu) Change rounding_fraction to const char*
2014-08-24 19:45:34 +02:00
twinaphex
ba813eb950
(Menu) Change rounding fraction to snprintf format
2014-08-24 19:37:57 +02:00
twinaphex
caaff4ac7a
(Menu) Refactor more ST_FLOAT code
2014-08-24 19:32:52 +02:00
twinaphex
c45a063b99
(Menu) Refactor Netplay TCP/UDP Port setting
2014-08-24 19:00:36 +02:00
twinaphex
a4615dc48c
(Menu) refactor more settings labels
2014-08-20 18:57:07 +02:00
twinaphex
d20be80155
(Menu) cut down on code duplication
2014-08-20 18:00:06 +02:00
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
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
Twinaphex
17287000f0
(iOS) Remove setting_data_save_config
2014-07-24 06:43:47 +02:00
twinaphex
badf6641a6
(Settings data) Remove settings_data_save_config
2014-07-24 05:43:07 +02:00
twinaphex
631c02ed37
(Menu) Add HAVE_OVERLAY ifdefs
2014-07-23 20:54:54 +02:00
twinaphex
d007a7d2e3
Take out remaining hardcoded path settings in config.def.h
2014-07-23 16:38:43 +02:00
twinaphex
44af331794
(QNX) Take out a bunch of hardcoded settings in config.def.h
2014-07-23 16:31:40 +02:00
twinaphex
65a64c1111
Backport Themaister - Move g_settings.audio.in_rate to g_extern.audio_data.
...
It's not a setting.
2014-07-23 07:15:57 +02:00
twinaphex
d1a85b6d95
Take out HAVE_SCREENSHOTS everywhere
2014-07-22 03:22:18 +02:00
twinaphex
5a09711427
(Menu) Refactor Onscreen Keyboard setting
2014-07-21 23:03:32 +02:00
Twinaphex
2617449506
Add savefile directory/savestate/system to settings_data
2014-07-20 20:06:38 +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
8a7c639734
(Settings data) Add audio.in_rate
2014-07-18 21:40:05 +02:00
Twinaphex
7ce1f488fa
(Settings data) Nit
2014-07-18 19:36:25 +02:00
twinaphex
dbf239f8d4
(Settings data) Add default audio resampler option
2014-07-18 19:11:53 +02:00
Twinaphex
a4687f387c
Ifdef netplay options
2014-07-18 18:09:18 +02:00
twinaphex
31122bd09e
(Menu) Refactor aspect_ratio_idx setting
2014-07-18 04:50:55 +02:00
twinaphex
eb374cbcec
(Menu) Refactor fastforward_ratio setting
2014-07-18 04:27:16 +02:00
twinaphex
24116490ca
(Menu) Refactor more settings
2014-07-18 03:31:04 +02:00
twinaphex
7c5214646f
(Menu) Add more settings
2014-07-18 02:54:30 +02:00
twinaphex
6f32841647
Rename g_extern.verbose to g_extern.verbosity to avoid
...
collisions on OSX
2014-07-18 00:39:31 +02:00
Twinaphex
0f53d9a761
(Settings data) Cleanups
2014-07-18 00:33:01 +02:00
twinaphex
675bcd23e7
(Setting data) Add more options
2014-07-18 00:25:14 +02:00
twinaphex
cecdee7f54
(Menu) Refactor MENU_CONTENT_HISTORY_SIZE
2014-07-17 21:58:47 +02:00
Twinaphex
8e390cb420
(Settings data) Rename setting
2014-07-17 21:32:50 +02:00
twinaphex
f825dd6fa4
(Menu) Rename some netplay options
2014-07-17 21:27:15 +02:00
twinaphex
393f44265e
(Setting data) Begin adding Netplay options
2014-07-17 21:22:31 +02:00
twinaphex
bc14933f2f
(Menu) Refactor more settings
2014-07-17 20:41:21 +02:00
twinaphex
47fd26f4e2
(Menu) Refactor more settings
2014-07-17 19:35:55 +02:00
twinaphex
6f8e3c5d81
Cleanups
2014-07-17 18:31:32 +02:00
twinaphex
1655fa3a40
(Menu) Refactor audio latency/sync settings
2014-07-17 18:23:16 +02:00
twinaphex
9856cf2deb
(Menu) Refactor some more settings
2014-07-17 18:10:39 +02:00
twinaphex
ef6d1453f5
(Menu) Refactor overlay_scale/overlay_opacity
2014-07-17 06:35:29 +02:00
twinaphex
369d899f49
Make message queue functions more robust
2014-07-17 03:42:53 +02:00
Twinaphex
c7ffdd9ee1
(Settings data) Add privacy settings
2014-07-17 02:08:29 +02:00
twinaphex
d1a88d26a6
(Menu) Implement more settings
2014-07-17 01:33:04 +02:00
twinaphex
eba59280db
Menu) Implement more settings
2014-07-17 01:12:01 +02:00
twinaphex
2ef607df92
(Menu) Convert more settings over
2014-07-17 01:00:46 +02:00
Twinaphex
a238aa9629
(Apple) Build fixes for OSX/iOS
2014-07-16 21:37:42 +02:00
twinaphex
8aab996466
(Settings data/Menu) Convert second setting to settings_data equivalent - also discard
...
'const' qualifier
2014-07-16 21:29:50 +02:00
twinaphex
d60c58b2c8
(Menu) Start using settings data code for menu backend now too
2014-07-16 21:17:58 +02:00
Twinaphex
66b93292af
(Settings data) Hook up more settings
2014-07-16 20:51:00 +02:00
Twinaphex
b51c5396f9
(Settings data) Hook up some aspect ratio settings
2014-07-16 17:57:42 +02:00
Twinaphex
7d6d6069a4
(Settings data) Add more settings
2014-07-16 17:36:00 +02:00
Twinaphex
b68a0005ad
(Settings data) Add more settings
2014-07-16 06:44:12 +02:00
Twinaphex
5ea9052d8a
(Settings data) Implement more settings
2014-07-16 06:14:55 +02:00
Twinaphex
489d19cc0b
(Settings data) Add more unimplemented settings
2014-07-16 06:04:43 +02:00
Twinaphex
ad811f2c41
(Settings data) Add more settings
2014-07-16 05:55:20 +02:00
Twinaphex
93ed791a03
(Settings data) Add more settings
2014-07-16 05:34:40 +02:00
Twinaphex
c8c9fcd342
(Setting data) Implement more settings
2014-07-16 04:45:39 +02:00
Twinaphex
5e637f4065
(Settings data) Implement more settings
2014-07-16 01:09:59 +02:00
Twinaphex
8519c19d24
(Setting data) Implement more settings
2014-07-15 21:55:52 +02:00
Twinaphex
e7c335a583
(Settings data) Hook up more settings
2014-07-15 20:37:13 +02:00
Twinaphex
685c489c17
(Settings data) Hook up more settings
2014-07-15 18:59:51 +02:00
Twinaphex
409bd98328
(Setting data) Hook up rewind_enable too
2014-07-15 18:48:21 +02:00
Twinaphex
ad2e2b1180
(Apple/Settings data) Change handler for FPS show works properly now
2014-07-15 18:29:50 +02:00
Twinaphex
8772536c3b
(Settings data) Hook up example change handler for 'Show FPS'
2014-07-15 18:16:40 +02:00
Twinaphex
e1867a1c09
(Setting data) Add change handler param to functions
2014-07-15 18:10:54 +02:00
Twinaphex
ea8ecad3c7
(Settings data) Rename setting
2014-07-12 17:32:14 +02:00
Twinaphex
f95d7a94ac
(Settings data) More unification between menu driver settings and
...
settings data
2014-07-12 16:36:27 +02:00
Twinaphex
30bfa3b8b1
(Settings data) reorder settings data again to be more like menu
...
layout in common menu
2014-07-12 16:22:25 +02:00
Twinaphex
76d613ebe9
(Settings data) Regroup some settings
2014-07-12 16:13:57 +02:00
Twinaphex
4268edfd05
(Settings data) Rename some settings
2014-07-12 16:03:24 +02:00