4156 Commits

Author SHA1 Message Date
twinaphex
c003f63622 Cleanup 2016-01-25 06:39:22 +01:00
twinaphex
e7e0187c8a Cleanup 2016-01-25 06:34:02 +01:00
twinaphex
8cc3eb3193 Refine how 'Start Core' works - if a core supports starting
with no content, 'Start Core' will do somethign
2016-01-25 06:10:37 +01:00
twinaphex
7a0daf2cef Cleanups 2016-01-25 05:58:45 +01:00
twinaphex
854937483d Move rarch_playlist_load_content to menu_content.c 2016-01-25 05:43:27 +01:00
twinaphex
4630d625f1 Move rarch_defer_core to menu_content.c and rename it
menu_content_defer_core
2016-01-25 05:38:22 +01:00
twinaphex
58b6499cca Cleanup 2016-01-25 05:33:42 +01:00
twinaphex
7627a6635a Cleanup 2016-01-25 05:32:23 +01:00
twinaphex
4381370f35 menu_content_load - cleanup 2016-01-25 05:31:21 +01:00
twinaphex
22bf74ff37 Start moving code to menu_content.c 2016-01-25 04:44:54 +01:00
twinaphex
9a6cfe9084 Create menu_content.c 2016-01-25 04:32:52 +01:00
twinaphex
e92ee4fba7 action_ok_start_core - clear content path 2016-01-25 04:09:11 +01:00
twinaphex
863b5306f8 CLeanups 2016-01-25 00:06:08 +01:00
twinaphex
552e78c9bc Rename file_extract to file_archive 2016-01-24 07:29:11 +01:00
twinaphex
5cfc9c1830 (OSX) Buildfix 2016-01-24 07:19:37 +01:00
twinaphex
da48d9d95a Avoid 'variable may be used uninitialized in this function' warning 2016-01-24 06:58:02 +01:00
twinaphex
1745e71088 Add 'Start Core' option 2016-01-24 01:51:05 +01:00
twinaphex
5cd12a106e Add MENU_LABEL_START_CORE/MENU_LABEL_VALUE_START_CORE 2016-01-24 01:34:34 +01:00
twinaphex
d085dae5bb Cleanups 2016-01-24 00:56:04 +01:00
twinaphex
6f221fb425 Rename menu_common_load_content to rarch_task_push_content_load_default 2016-01-24 00:51:17 +01:00
twinaphex
48317e66b9 Create task_content.c - WIP 2016-01-24 00:40:34 +01:00
twinaphex
9256cd2fbc Start adding ways to extract only one file from a ZIP 2016-01-24 00:12:05 +01:00
twinaphex
372d673a26 Rename event_command to event_cmd_ctl - add second parameter 2016-01-22 15:34:43 +01:00
twinaphex
34eccf3d61 Add HAVE_LAKKA ifdef 2016-01-22 14:56:43 +01:00
twinaphex
287fc9dd2c Cleanups 2016-01-22 14:42:23 +01:00
twinaphex
c855e0f3d4 Cleanups 2016-01-22 14:41:22 +01:00
Twinaphex
4dd08e6382 Merge pull request #2660 from duduke/master
Reboot Menu Item
2016-01-22 14:39:21 +01:00
duduke
3aca34d3fb Make Reboot and Shutdown MenuItems available for Lakka only 2016-01-21 23:41:58 +02:00
radius
495ee3aaa5 try to fix android input bugs 2016-01-21 16:39:03 -05:00
twinaphex
4995490588 N/A pt. 2 2016-01-21 19:27:48 +01:00
twinaphex
bbb7d1ad52 N/A 2016-01-21 19:26:10 +01:00
twinaphex
2af842401b (menu) Cleanups 2016-01-21 19:21:09 +01:00
twinaphex
191ff2e6d0 Cleanups 2016-01-21 19:19:14 +01:00
twinaphex
ee74f697cd Rename setting 'Don't automatically start a core' to 'Automatically start core' 2016-01-21 03:56:02 +01:00
twinaphex
112f564a8f Change setting 2016-01-21 03:49:06 +01:00
twinaphex
6bf373a7c7 Divorce frontend_key_event from global variable 2016-01-21 01:52:02 +01:00
twinaphex
63e2d13b8f Create string_is_equal_noncase - try not to use strcasecmp so much 2016-01-20 17:34:19 +01:00
twinaphex
d45fd36a0b Cleanup 2016-01-20 06:05:49 +01:00
twinaphex
da124969fa More string_is_equal 2016-01-20 06:05:19 +01:00
twinaphex
16c48fdc86 Start using string_is_equal more 2016-01-20 04:59:39 +01:00
twinaphex
528a03f6f4 Use string_is_equal more 2016-01-20 04:54:17 +01:00
twinaphex
d3d4bc3dda Get rid of texture_load/texture_unload callbacks for menu_display_driver 2016-01-20 02:54:55 +01:00
twinaphex
bcf5d3150e (D3D) Buildfix 2016-01-19 23:46:52 +01:00
twinaphex
2b8520f7ab Remove alot of unused variables 2016-01-19 23:46:09 +01:00
twinaphex
1eac61e9a0 Create RARCH_CTL_IS_DUMMY_CORE 2016-01-19 23:44:32 +01:00
twinaphex
01d58f8681 Create RARCH_CTL_IS_INITED, RARCH_CTL_SET_INITED, RARCH_CTL_UNSET_INITED 2016-01-19 23:26:47 +01:00
duduke
480519a6e0 Helped by Kivutar, added the missing lines to menu_hash_us.c 2016-01-19 19:04:01 +02:00
duduke
b5591726c3 Modified hash values in menu_hash.h 2016-01-19 15:17:49 +02:00
duduke
eecd14086b another stupid mistake... 2016-01-19 10:43:33 +02:00
duduke
ffffc50401 Corrected menu hashes by using djb2 util 2016-01-19 08:26:06 +02:00