Commit Graph

34839 Commits

Author SHA1 Message Date
lasers 780928a627 Move "Download Content" under "Online Updater" as "Content Downloader"
Rename "Add Content" to "Scan Content" as it does not always add everything.
Rephrase strings for new "Content Downloader" and "Scan Content"
2016-10-29 04:31:49 -05:00
twinaphex 17678bb2fe Some C89 fixes 2016-10-29 08:58:33 +02:00
twinaphex 9926686c83 Get rid of hardcoded MAX_USERS 2016-10-29 08:44:01 +02:00
twinaphex d4ecce48c7 Fix truncated messagebox messages 2016-10-29 08:38:14 +02:00
twinaphex c756ff9368 Add msg_hash_chs to griffin 2016-10-29 06:50:52 +02:00
Twinaphex 6699b8efd2 Merge pull request #3889 from 9chu/master
Adding translation for Simplified Chinese
2016-10-29 06:49:34 +02:00
Brad Parker fdccdf6012 update jp translation 2016-10-29 00:37:43 -04:00
chu c129d75515 fix code-style issue 2016-10-29 12:17:26 +08:00
chu 158ca0e9e7 modify the Makefile 2016-10-29 12:15:29 +08:00
chu 5aeb66ee50 add support for Simplified Chinese 2016-10-29 12:07:28 +08:00
Brad Parker 3354c07810 fix joypad A button in OSK 2016-10-28 23:47:17 -04:00
twinaphex 763a925a17 Fix Android build 2016-10-29 04:59:56 +02:00
twinaphex ce98a4dd19 Get rid of now unused input_driver_key_pressed 2016-10-29 04:57:28 +02:00
twinaphex 0d5d3b27be No longer use key_pressed 2016-10-29 04:48:51 +02:00
twinaphex f1b2caa138 Rewrite input_keys_pressed 2016-10-29 04:41:45 +02:00
twinaphex 9eecd774d1 input_menu_keys_pressed - second joypad driver should be
working now too
2016-10-29 04:33:57 +02:00
Twinaphex f2076e2c5b Cleanups 2016-10-29 04:11:54 +02:00
twinaphex 93af926f76 Cleanups 2016-10-29 04:09:50 +02:00
Twinaphex d231642856 Merge pull request #3888 from libretro/menu_input
Menu input
2016-10-29 04:05:30 +02:00
Twinaphex 95bd096a77 Merge pull request #3881 from lasers/add-pause-notification
Add persistent pause notification
2016-10-29 04:04:15 +02:00
Twinaphex 92a9f8aec7 Merge pull request #3887 from aliaspider/master
(WIIU) cleanup. adapt dynamic symbol loading to be able to use headers
2016-10-29 04:02:54 +02:00
twinaphex 5d90b774da Fixes remaining input issues courtesy of bparker 2016-10-29 04:00:36 +02:00
aliaspider e055b7cbc1 (WIIU) cleanup. adapt dynamic symbol loading to be able to use headers
from WUT.
2016-10-29 02:56:40 +01:00
radius 6a950526d5 add group for other android atv devices 2016-10-28 20:49:44 -05:00
radius a900bc41a8 fix l3/r3 2016-10-28 20:05:38 -05:00
radius 62903bf668 revert skeleton config 2016-10-28 19:07:02 -05:00
radius cb2e78e46d add android standard gamepad builtin autoconf 2016-10-28 18:15:24 -05:00
Jean-André Santoni efc95d156a Merge pull request #3884 from cudencuden/master
began some Vietnamese translation work
2016-10-28 22:46:46 +02:00
cudencuden 9445da20db began some Vietnamese translation work 2016-10-28 15:33:41 +00:00
cudencuden b70f743bcd began some Vietnamese translation work 2016-10-28 15:24:09 +00:00
lasers af569e0929 Add persistent pause notification 2016-10-28 09:09:52 -05:00
Twinaphex 8242181657 Merge pull request #3880 from libretro/master
Cleanup
2016-10-28 08:24:31 +02:00
twinaphex 01bbca9c95 Cleanup 2016-10-28 08:23:54 +02:00
Twinaphex 535215eefa Merge pull request #3879 from libretro/master
Merge
2016-10-28 07:44:10 +02:00
twinaphex 99c76f7aba Comment this out 2016-10-28 06:59:18 +02:00
twinaphex a8eb73846b Bind more keys for menu 2016-10-28 06:54:30 +02:00
twinaphex 94a67444be Fix grab mouse toggle 2016-10-28 06:41:53 +02:00
Brad Parker 320c49e08e restore menu animation 2016-10-27 23:56:55 -04:00
Brad Parker 28a43d9440 dont need a short, only move first bit 2016-10-27 23:48:49 -04:00
Brad Parker b7a8ff9395 fix menu toggle with F1 2016-10-27 23:43:07 -04:00
Twinaphex 73ec076160 Merge pull request #3878 from aliaspider/master
set config file streams to full buffering. dramatically reduces startup/
2016-10-28 02:57:05 +02:00
aliaspider fd43a460f4 set config file streams to full buffering. dramatically reduces startup/
shutdown latency on some devices with slow I/O access.
2016-10-28 01:49:53 +01:00
Twinaphex 453155ade3 Merge pull request #3877 from aliaspider/master
(WIIU) update.
2016-10-28 01:53:43 +02:00
aliaspider ac915abb5d (WIIU) edit netloader script. 2016-10-28 00:28:44 +01:00
Twinaphex 7c01507a0b Merge pull request #3875 from loganmc10/patch-1
Some firewalls do better with https
2016-10-28 01:28:36 +02:00
aliaspider cf1e9f38ce (WIIU) flush to file after each write, this is a temporary fix as it
seems to hang in FSWriteFile after writing 0x8000 bytes otherwise.
2016-10-28 00:25:47 +01:00
aliaspider efb8628994 (WIIU) switch exception handler. 2016-10-27 23:20:28 +01:00
aliaspider 30d31538b1 (WIIU) add an alternative exception handler (source: https://github.com/
QuarkTheAwesome/URetro)
2016-10-27 23:19:54 +01:00
aliaspider 8bdc40d5f8 (WIIU) exception handler: use net_print directly 2016-10-27 23:03:56 +01:00
aliaspider 2a7f5d8ba3 (WIIU) alternative memory allocation functions (from wut) 2016-10-27 23:03:21 +01:00