33830 Commits

Author SHA1 Message Date
twinaphex
9a1dd5f3cb Prevent some crashes when going to Frontend Counters 2016-10-27 20:14:56 +02:00
Twinaphex
d00d62a228 Merge pull request #3873 from lasers/fix-cheats
Improve cheat menu + wording
2016-10-27 20:07:12 +02:00
aliaspider
962baabe5d (WIIU) add missing files in dynamic_libs, add exception_handler 2016-10-27 18:58:19 +01:00
twinaphex
4fb6808321 libretro-common is MIT and we don't want individual copyright
per authors here; RetroArch is GPL and it's fine there
2016-10-27 19:52:58 +02:00
twinaphex
88e88e92f3 Prevent crash with zipped roms 2016-10-27 19:50:19 +02:00
twinaphex
258bd96383 Prevent two Coverity warnings 2016-10-27 19:34:20 +02:00
twinaphex
8f401b8fe8 Change size of msg variable 2016-10-27 19:32:15 +02:00
aliaspider
cb7e880df6 (WIIU) update dynamic_libs (https://github.com/Maschell/dynamic_libs) 2016-10-27 18:17:20 +01:00
Jean-André Santoni
6cc14a4fb9 Add missing copyright mention on some files 2016-10-27 18:17:43 +02:00
Brad Parker
d1d5584d18 update copyright 2016-10-27 11:47:10 -04:00
aliaspider
094b725ad6 (WIIU) disable mem2/frontend driver 2016-10-27 15:49:21 +01:00
aliaspider
185849d5ff (WIIU) add frontend driver, allocate mem2 2016-10-27 15:33:40 +01:00
lasers
0a637cf5e4 Add notification + log for applying cheat changes. English only. 2016-10-27 04:27:02 -05:00
lasers
0badb9efea Improve cheat menu + wording 2016-10-27 04:24:55 -05:00
twinaphex
902c096eb4 Further changes to bring it in line with menu_input branch 2016-10-27 11:13:31 +02:00
twinaphex
14ad3f9dd6 Merge branch 'master' into menu_input 2016-10-27 10:55:02 +02:00
twinaphex
1b6e7da2ce Merge branch 'menu_input' 2016-10-27 10:54:49 +02:00
twinaphex
6310f53587 Prevent some implicit memsets and reduce the size of some
char variables
2016-10-27 10:45:53 +02:00
twinaphex
70cbecd9f8 Reduce char variable sizes 2016-10-27 10:33:50 +02:00
twinaphex
13cc4787f2 Reduce more char variable sizes 2016-10-27 10:19:04 +02:00
twinaphex
00e68ccd0e Reduce char variables size 2016-10-27 10:16:26 +02:00
twinaphex
d9007904e0 Reduce char variable sizes 2016-10-27 09:52:38 +02:00
twinaphex
611784cbd8 (rgui) Reduce char variables 2016-10-27 09:50:46 +02:00
twinaphex
50ba48924d Reduce more PATH_MAX_LENGTH usage 2016-10-27 09:49:21 +02:00
twinaphex
f017593501 Reduce size of some char variables and get rid of some implicit memsets 2016-10-27 09:44:20 +02:00
twinaphex
c1b59df7ae Reduce size of char variables 2016-10-27 09:32:07 +02:00
twinaphex
60d313bf6a Reduce size of more char variables 2016-10-27 09:21:03 +02:00
twinaphex
b1b2579fde Start reducing size of some char variables 2016-10-27 09:17:41 +02:00
twinaphex
8d6be4b700 Reduce size of some messages (was PATH_MAX_LENGTH by default,
which can default to 4096)
2016-10-27 09:13:36 +02:00
twinaphex
53ad28ffde Backport this patch 2016-10-27 07:03:37 +02:00
twinaphex
d246d320c7 Get rid of messy 'all_users_control_menu' hack - will be dealt
with better once menu_input branch has been merged
2016-10-27 07:00:13 +02:00
twinaphex
65685c3a9d Update input_menu_keys_pressed 2016-10-27 06:55:08 +02:00
twinaphex
2a0dba3009 Move all_users_control_menu code to input/input_driver.c 2016-10-27 06:53:06 +02:00
twinaphex
660f021dbc Simplify input_menu_keys_pressed 2016-10-27 06:49:18 +02:00
twinaphex
5ac9905540 Simplify code 2016-10-27 06:47:31 +02:00
twinaphex
f778bee856 Add input_menu_keys_pressed to master 2016-10-27 06:38:02 +02:00
twinaphex
8f30b3e706 Update menu_keys_pressed 2016-10-27 06:34:53 +02:00
twinaphex
6235a5cd0d Can now toggle fullscreen, use quit key from menu (mouse grab
toggle doesn't work yet)
2016-10-27 06:13:39 +02:00
Twinaphex
2cd82ff2c2 Merge pull request #3870 from libretro/master
Merge
2016-10-27 04:49:46 +02:00
twinaphex
1b9bb7ed3b (menu_setting.c) Cleanups 2016-10-27 04:12:49 +02:00
twinaphex
b9909bf5ba Add CONFIG_BIND_ALT 2016-10-27 04:03:24 +02:00
Twinaphex
1bc2ea417c Merge pull request #3869 from aliaspider/master
preliminary port to the wiiu platform
2016-10-27 02:50:01 +02:00
twinaphex
19c75002ec Update 2016-10-27 02:46:40 +02:00
twinaphex
1a22816073 CONFIG_BIND - update 2016-10-27 02:44:00 +02:00
twinaphex
91791dfcaf Improve former code 2016-10-27 02:41:46 +02:00
aliaspider
a4d745a471 preliminary port to the wiiu platform 2016-10-27 01:34:10 +01:00
twinaphex
eb416ce478 Prevent null representation entries 2016-10-27 02:23:21 +02:00
Twinaphex
d1c04ad711 Merge pull request #3868 from libretro/master
Prevent more potential crashes
2016-10-27 01:24:15 +02:00
twinaphex
5fc6519328 Prevent more potential crashes 2016-10-27 01:21:01 +02:00
twinaphex
2bcbe017cd More work 2016-10-27 00:14:01 +02:00