83 Commits

Author SHA1 Message Date
twinaphex
adc17fdf2b Refactor action_deferred_push 2015-05-13 16:18:54 +02:00
twinaphex
8b6e3d6c6f Fix System Information list 2015-05-13 14:08:15 +02:00
twinaphex
26d7ce2049 Create DISPLAYLIST_DATABASE_ENTRY 2015-05-13 13:45:53 +02:00
twinaphex
4311fc3e5c Create DISPLAYLIST_CORE_INFO 2015-05-13 13:31:34 +02:00
twinaphex
1c903ad7cd Start creating retroarch_info.c 2015-05-13 13:21:43 +02:00
twinaphex
9775080d67 (Menu) Cleanups 2015-05-13 13:07:57 +02:00
twinaphex
8abb8d3c8f Create menu_database_build_query 2015-05-13 13:06:37 +02:00
twinaphex
37fbbd3eb1 Create DISPLAYLIST_OPTIONS_REMAPPINGS 2015-05-13 12:58:42 +02:00
twinaphex
a86d56dbd8 Create DISPLAYLIST_OPTIONS_CHEATS 2015-05-13 12:55:41 +02:00
twinaphex
eb06fdc819 Create DISPLAYLIST_SETTINGS_SUBGROUP 2015-05-13 12:52:29 +02:00
twinaphex
b8bd20216b Create DISPLAYLIST_OPTIONS_MANAGEMENT 2015-05-13 02:14:06 +02:00
twinaphex
7126920b29 Create DISPLAYLIST_OPTIONS 2015-05-13 02:10:12 +02:00
twinaphex
d32f51a413 Add DISPLAYLIST_OPTIONS_DISK 2015-05-13 02:05:29 +02:00
twinaphex
401bccac31 Create DISPLAYLIST_OPTIONS_SHADERS 2015-05-13 01:58:05 +02:00
twinaphex
6a851ab291 Create DISPLAYLIST_OPTIONS_VIDEO 2015-05-13 01:53:32 +02:00
twinaphex
504b3222ef Create DISPLAYLIST_CORE_INFO 2015-05-13 01:31:58 +02:00
twinaphex
654f1e0868 Create DISPLAYLIST_SHADER_PARAMETERS and DISPLAYLIST_SHADER_PARAMETERS_PRESET 2015-05-13 01:19:06 +02:00
twinaphex
5364ff24a9 Create DISPLAYLIST_CORE_OPTIONS 2015-05-12 16:24:10 +02:00
twinaphex
40017315d3 Create DISPLAYLIST_HORIZONTAL_CONTENT_ACTIONS 2015-05-12 16:01:54 +02:00
twinaphex
9cf3dceb9d Create DISPLAYLIST_CORES_UPDATER 2015-05-12 15:56:49 +02:00
twinaphex
f76c43fc66 Move core parsing code to menu_displaylist.c 2015-05-12 15:47:05 +02:00
twinaphex
b55ae6aa08 Move history list parsing to menu_displaylist.c 2015-05-12 15:41:38 +02:00
twinaphex
ec1e6ee06b deferred_push_content_list - cleanup 2015-05-12 15:30:50 +02:00
twinaphex
8a8d45866f Create DISPLAYLIST_DATABASE_QUERY 2015-05-12 15:04:20 +02:00
twinaphex
7b1ccde140 Get rid of some unnecessary casts 2015-05-12 14:10:05 +02:00
twinaphex
42ee2606a1 Remove menu_entries.c 2015-05-12 13:14:04 +02:00
twinaphex
35a55f97ae More refactors pt. 2 2015-05-12 12:37:42 +02:00
twinaphex
e2d7139c71 Refactor more code 2015-05-12 12:32:24 +02:00
twinaphex
5d9b8e4789 More refactors 2015-05-12 12:26:51 +02:00
twinaphex
65ebef37d5 Add DISPLAYLIST_VIDEO_FILTER and DISPLAYLIST_IMAGES 2015-05-12 12:23:27 +02:00
twinaphex
951d7f035e Add DISPLAYLIST_DATABASES and DISPLAYLIST_DATABASE_CURSORS 2015-05-12 12:19:58 +02:00
twinaphex
386c72f6be Add DISPLAYLIST_SHADER_PASS and DISPLAYLIST_SHADER_PRESET 2015-05-12 12:14:58 +02:00
twinaphex
177e12820b Create DISPLAYLIST_CORES_DETECTED 2015-05-12 12:07:41 +02:00
twinaphex
acf332dce4 Add DISPLAYLIST_PERFCOUNTERS_* 2015-05-12 11:39:20 +02:00
twinaphex
592bf74d05 Create DISPLAYLIST_PERFCOUNTER_SELECTION 2015-05-12 11:31:20 +02:00
twinaphex
7177a17b67 Add DISPLAYLIST_CORES 2015-05-12 11:06:04 +02:00
twinaphex
9bec899fcb Add DISPLAYLIST_SETTINGS to menu_displaylist_push_list 2015-05-12 10:57:00 +02:00
twinaphex
78c55c55c5 Create menu_displaylist.c 2015-05-11 11:11:23 +02:00
twinaphex
8d5cb71fca (Menu) Set "Load Shader Preset" to type MENU_FILE_PATH 2015-05-10 18:08:28 +02:00
twinaphex
73d5e8a41b (PS3) Build fix and fix warnings 2015-05-09 17:53:03 +02:00
twinaphex
b40b01b162 Prevent unused variable warning 2015-05-07 09:29:38 +02:00
Higor Eurípedes
c554f58dfd Fix build when OpenGL and GLES are disabled 2015-05-01 11:28:53 -03:00
twinaphex
ee7ce9659b Create more features 2015-04-19 18:30:49 +02:00
twinaphex
33254862a6 Change 'Using Power' to 'Discharging' 2015-04-18 22:04:22 +02:00
twinaphex
7e0395970e Add Power Source to System Information 2015-04-18 15:17:27 +02:00
twinaphex
4468f768a6 Cleanups 2015-04-16 23:22:29 +02:00
twinaphex
182c4e5e37 Add _opengles_supp to config.features.h 2015-04-16 22:13:16 +02:00
twinaphex
d9f5f7c457 Add more entries to System Information 2015-04-16 21:58:19 +02:00
twinaphex
3c498eb505 Add HAVE_GLSL/HAVE_HLSL to config.features.h 2015-04-16 20:59:55 +02:00
twinaphex
aded842d4f Start adding config.features to system information 2015-04-16 20:56:06 +02:00