14915 Commits

Author SHA1 Message Date
Twinaphex
6892bf30d3 (OSX) Start expanding basicEvent 2014-10-29 05:09:37 +01:00
twinaphex
24f554cb7d (Apple) XIB - Update Reset entry 2014-10-29 05:05:48 +01:00
twinaphex
98c6973f6f (Apple) Update XIB 2014-10-29 05:03:50 +01:00
twinaphex
c866f83f2a (Apple) Update XIB pt. 2 2014-10-29 04:27:40 +01:00
twinaphex
c2a7aaa817 (Apple) Update XIB 2014-10-29 04:24:04 +01:00
twinaphex
29acbacdcf (Apple) (XIB) Change 'Core' to 'Command' 2014-10-29 03:56:12 +01:00
twinaphex
e077f9c0a1 (XIB) Change labels somewhat 2014-10-29 03:53:26 +01:00
twinaphex
44eedf3f73 (XIB) Remove Unload Core option in XIB 2014-10-29 03:50:28 +01:00
Twinaphex
9b23b34f1f Merge pull request #1215 from heuripedes/master
(qb) Add header argument to check_lib
2014-10-29 01:34:09 +01:00
Higor Eurípedes
7a9cd53f15 (qb) Add header argument to check_lib 2014-10-28 22:30:29 -02:00
Twinaphex
a43d338422 Merge pull request #1214 from heuripedes/master
(qb) Fix OS detection under MinGW
2014-10-29 00:28:21 +01:00
Higor Eurípedes
72404e29dd (qb) Fix OS detection under MinGW 2014-10-28 21:27:14 -02:00
twinaphex
ab6d6f53c1 Refactor menu_action.c 2014-10-28 22:32:00 +01:00
twinaphex
b1e41518ac (menu_action.c) Cleanup 2014-10-28 21:53:26 +01:00
twinaphex
17dde1c5cc Refactor away menu_action_setting_set_current_string_based_on_label 2014-10-28 21:49:50 +01:00
twinaphex
576a362032 Move menu_action_setting_set_current_string to menu_entries_cbs.c 2014-10-28 21:47:30 +01:00
twinaphex
7f3c1a9f33 Refactor setting_set_flags 2014-10-28 21:17:01 +01:00
twinaphex
2436352af1 Move function from menu_action.c to menu_entries_cbs.c and make
static
2014-10-28 20:15:38 +01:00
twinaphex
7248e45f81 Refactor menu_action_handle_setting 2014-10-28 20:12:21 +01:00
twinaphex
074aa76b90 (PS3) Build fix 2014-10-28 20:05:28 +01:00
twinaphex
da746a9f47 (Android) Build fix 2014-10-28 20:04:33 +01:00
twinaphex
34b95bbf31 (menu_entries_cbs.c) Cleanups 2014-10-28 20:03:25 +01:00
Twinaphex
1f3faac713 (Apple) Build fixes 2014-10-28 19:57:22 +01:00
twinaphex
4f40c14d69 Move menu code up one root dir 2014-10-28 19:54:23 +01:00
twinaphex
4b8473f733 Remove header incldue frontend_context.h from frontend/frontend.h 2014-10-28 19:45:06 +01:00
twinaphex
125dc00514 Remove another header include in menu_common.c 2014-10-28 19:43:27 +01:00
twinaphex
428235c9b0 Remove more header includes 2014-10-28 19:40:39 +01:00
twinaphex
a10f1bdeb7 Remove more header includes 2014-10-28 19:36:55 +01:00
twinaphex
556abefca7 (Menu) remove header includes 2014-10-28 19:32:45 +01:00
twinaphex
d6f81218dd Remove some unused headers 2014-10-28 19:28:17 +01:00
twinaphex
ff40e97377 Refactor menu_action_setting_set 2014-10-28 19:08:18 +01:00
twinaphex
d7ffa2b622 Remove one header include 2014-10-28 19:05:04 +01:00
twinaphex
f8bb9a7d77 Rename MENU_SETTING_CATEGORY to MENU_SETTING_GROUP 2014-10-28 18:49:35 +01:00
twinaphex
7ad55464b5 Put Shader Options above CATEGORY for now 2014-10-28 18:20:52 +01:00
twinaphex
6c076ed3bf Refactor out SD_FLAG_IS_CATEGORY 2014-10-28 18:19:40 +01:00
twinaphex
6b445f1568 (Menu) Use setting_data_get_label as fallback (to show labels for ST_ACTION
items)
2014-10-28 07:18:35 +01:00
twinaphex
3dcf132cae (menu_common_backend.c) Cut down on more code duplication 2014-10-28 07:15:31 +01:00
twinaphex
44703be456 (Menu) Small cleanups 2014-10-28 07:12:59 +01:00
twinaphex
e96074d452 Remove SD_FLAG_PUSH_ACTION - no longer necessary 2014-10-28 07:07:07 +01:00
twinaphex
8b518cd60b Remove MENU_FILE_LINEFEED 2014-10-28 06:50:12 +01:00
twinaphex
6a174642db (Menu) Remove MENU_FILE_LINEFEED_SWITCH 2014-10-28 06:48:54 +01:00
twinaphex
fab5936bb7 (Menu) Add MENU_FILE_TYPE_T_LAST 2014-10-28 06:45:42 +01:00
twinaphex
82ca0e8853 REname MENU_FILE_PUSH to MENU_SETTING_ACTION 2014-10-28 06:36:52 +01:00
twinaphex
607c6a2809 Rename some menu enums 2014-10-28 06:31:34 +01:00
Twinaphex
054a16ff8a Merge pull request #1213 from libretro/revert-1212-warn
Revert "Silence signed/unsigned mismatch warnings"
2014-10-28 02:02:10 +01:00
Lioncash
46c2b05ce2 Revert "Silence signed/unsigned mismatch warnings" 2014-10-27 21:00:56 -04:00
Twinaphex
9b22475649 Merge pull request #1212 from lioncash/warn
Silence signed/unsigned mismatch warnings
2014-10-28 01:43:39 +01:00
Lioncash
641964323c Silence signed/unsigned mismatch warnings 2014-10-27 20:39:07 -04:00
Toad King
e30734230e add USB Gecko debugging support 2014-10-27 19:37:08 -05:00
Twinaphex
40df7e7c73 Merge pull request #1211 from lioncash/realloc
settings_data: Correctly handle realloc fail case
2014-10-28 01:33:31 +01:00