Commit Graph

208 Commits

Author SHA1 Message Date
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