30185 Commits

Author SHA1 Message Date
twinaphex
e1316cb7ba Use menu_hash_to_str_enum 2016-06-15 23:43:24 +02:00
twinaphex
e92d240f08 Use menu_hash_to_str_enum 2016-06-15 23:39:20 +02:00
twinaphex
db679a85f3 (menu/drivers) Use menu_hash_to_str_enum 2016-06-15 23:34:47 +02:00
twinaphex
9aece7b695 Replace more menu_hash_to_str usage 2016-06-15 23:31:05 +02:00
twinaphex
c05742c1fc Start using menu_hash_to_str_enum 2016-06-15 23:25:31 +02:00
twinaphex
dcbba1a261 Buildfix for enum functions 2016-06-15 23:12:38 +02:00
twinaphex
99d09f779f Create enum function of US pseudo strings 2016-06-15 23:08:19 +02:00
twinaphex
619b8a42e0 Create PT/NL enum functions 2016-06-15 23:05:08 +02:00
twinaphex
b0f07a3106 Create IT/FR enum functions 2016-06-15 23:00:18 +02:00
twinaphex
85612fc84f Create menu hash ES enum function 2016-06-15 22:47:30 +02:00
twinaphex
6be45c9392 Create pl enum function 2016-06-15 22:41:23 +02:00
twinaphex
2d55e35201 Create DE/EO enum string functions 2016-06-15 22:38:52 +02:00
twinaphex
e3b4a79b1b Indenting nit 2016-06-15 22:29:38 +02:00
twinaphex
455b28eaca Update complex.h 2016-06-15 21:37:03 +02:00
twinaphex
962c52c5ae Move math/complex.h to libretro-common 2016-06-15 21:35:48 +02:00
twinaphex
58dae07212 (GL FFT) Cleanup struct 2016-06-15 21:26:45 +02:00
twinaphex
86e2925cf5 (FFT) Move more shaders to separate files 2016-06-15 21:08:27 +02:00
twinaphex
7e31e71d5b Split up more into files 2016-06-15 20:54:37 +02:00
twinaphex
38ab9c8003 (FFT/GLSL) Start moving shaders to separate files 2016-06-15 20:23:26 +02:00
twinaphex
c05f873dff (FFT) Indenting nits 2016-06-15 20:15:21 +02:00
twinaphex
417439ba60 (FFT) Use filters.h from libretro-common 2016-06-15 20:00:01 +02:00
twinaphex
c819686ba4 Add FFT for Griffin too 2016-06-15 19:34:23 +02:00
twinaphex
1534ec916b Include GL FFT when GL and ffmpeg builtin core are enabled 2016-06-15 19:32:59 +02:00
twinaphex
69c983a741 Fix libretro-ffmpeg Makefile 2016-06-15 19:21:06 +02:00
twinaphex
2f08e760ff Start adding FFT visualizer for libretro-ffmpeg - unforunately
depends on glm for now and is C++-based, no way around that for now
2016-06-15 19:16:27 +02:00
twinaphex
5ddec4efc2 Create menu_content_load_from_playlist 2016-06-15 18:58:18 +02:00
twinaphex
0e5e45595e Cleanup 2016-06-15 18:55:20 +02:00
twinaphex
df9f1585de Simplify menu_content_find_first_core 2016-06-15 18:52:27 +02:00
twinaphex
a8042bdc0c Create CONTENT_MODE_LOAD_NOTHING_WITH_NEW_CORE_FROM_MENU 2016-06-15 18:17:01 +02:00
twinaphex
49ceee1206 Rename two callbacks 2016-06-15 18:07:00 +02:00
twinaphex
53e46676f5 Group CONFIG_PATH behavior together 2016-06-15 17:56:15 +02:00
twinaphex
f7d3ded79c Start grouping CONFIG_DIR behavior together 2016-06-15 17:52:22 +02:00
twinaphex
c6196152e9 Get rid of some unnecessary calls 2016-06-15 17:43:08 +02:00
twinaphex
d3d5d80e62 (video_driver.c) Buildfix 2016-06-15 17:40:09 +02:00
twinaphex
5b5cde28ce Add enum setting_flags parameter to CONFIG_BOOL function 2016-06-15 17:38:59 +02:00
twinaphex
61b7d13086 Cleanup to menu_settings_find_internal functions 2016-06-15 17:15:05 +02:00
twinaphex
dd04705d25 Turn menu_settings_list_current_add_enum_idx into public scope
function so we can use it in gfx/video_driver.c
2016-06-15 17:13:28 +02:00
Twinaphex
177c96a382 Fix 'value stored to variable 'playlist' is never read' warning 2016-06-15 17:07:10 +02:00
Twinaphex
8e1e20fc5d remove unused variable name 2016-06-15 17:06:20 +02:00
twinaphex
f8448dc7f3 Bugfix - should pass exact enum type 2016-06-15 17:04:22 +02:00
twinaphex
8720048b4e menu_entries_prepend - use menu_setting_find_enum if enum_idx
is set
2016-06-15 16:45:27 +02:00
twinaphex
6f3b8c4049 Set cbs->enum_idx when setting a menu entry with menu_entries_add_enum 2016-06-15 16:43:02 +02:00
twinaphex
e1002719c0 Use menu_entries_add_enum 2016-06-15 14:59:49 +02:00
twinaphex
3864574541 Remove DISPLAYLIST_SETTING 2016-06-15 14:55:13 +02:00
twinaphex
5f064245c8 xmb_menu_init_list - use menu_entries_add_enum 2016-06-15 14:41:42 +02:00
Twinaphex
def3ea9f0a Merge pull request #3113 from vanfanel/master
VIDEO/DISPMANX: Fixed segfault when loading new core and content from…
2016-06-15 14:35:40 +02:00
vanfanel
03dd7d4b51 VIDEO/DISPMANX: Fixed segfault when loading new core and content from RGUI 2016-06-15 14:28:13 +02:00
twinaphex
34d9daf7e3 Start using menu_entries_add_enum for most entries 2016-06-15 14:23:13 +02:00
twinaphex
8adda6e822 Create menu_hash_to_str_us_enum 2016-06-15 13:04:16 +02:00
twinaphex
277e46badc (XMB/MaterialUI) Use DISPLAYLIST_SETTING_ENUM 2016-06-15 10:57:59 +02:00