Commit Graph

33575 Commits

Author SHA1 Message Date
twinaphex
671f9cc8cc retro_input_t can go now 2016-10-22 17:03:59 +02:00
twinaphex
e2b16a1f15 Use straight uint64_t types for input states 2016-10-22 17:03:20 +02:00
twinaphex
d08668b331 Rollback 4b807b482 - was unnecessary in hindsight anyway 2016-10-22 16:39:55 +02:00
twinaphex
ba6ae50e70 Revert "input_keys_pressed - start splitting up big for loop into"
This reverts commit a564ac0701.
2016-10-22 16:23:16 +02:00
aliaspider
5d36ccc60e gl_raster_font: fix line height when drawing multiple lines. 2016-10-22 11:42:36 +01:00
twinaphex
63f2c7d3c3 (Dutch) More translation work 2016-10-22 07:47:24 +02:00
twinaphex
b9ff389019 (Dutch) Some translations 2016-10-22 07:40:50 +02:00
twinaphex
a564ac0701 input_keys_pressed - start splitting up big for loop into
optimized smaller parts
2016-10-22 07:05:19 +02:00
twinaphex
4d002ec682 Don't have to grab this 2016-10-22 06:33:15 +02:00
twinaphex
6226abb3f8 (input_driver.c) Small cleanups 2016-10-22 06:05:05 +02:00
twinaphex
8fbec2348e Move turbo button code to input_poll (should verify if
turbo buttons still work up to this point)
2016-10-22 06:00:42 +02:00
Brad Parker
8334567969 update jp translation 2016-10-21 23:55:45 -04:00
Brad Parker
24e08d440c sync JP translation with US 2016-10-21 23:42:00 -04:00
Brad Parker
a9cf9b3d25 sync msg_hash_jp with change in us 2016-10-21 23:34:16 -04:00
twinaphex
0d3752e90f More translatable strings 2016-10-22 05:23:59 +02:00
Brad Parker
2d04675986 update jp translation 2016-10-21 23:22:37 -04:00
twinaphex
e11b170173 Cleanups/more translation work 2016-10-22 05:13:37 +02:00
twinaphex
1b944c1cce Cleanups 2016-10-22 05:10:13 +02:00
twinaphex
149e7768a0 More translatable strings 2016-10-22 05:05:07 +02:00
twinaphex
9d3228e523 More translatable strings 2016-10-22 04:57:46 +02:00
twinaphex
d6db2fe227 Change some strings 2016-10-22 04:52:46 +02:00
twinaphex
3334060b03 Add another translatable string 2016-10-22 04:49:04 +02:00
twinaphex
9de0ebe859 Make some more strings translatable 2016-10-22 04:47:50 +02:00
twinaphex
e2de11a698 Cleanup some more strings 2016-10-22 04:23:40 +02:00
twinaphex
7479c238f4 Simplify two strings - do away with 'of' separator 2016-10-22 04:18:50 +02:00
twinaphex
b923182e0b Pass settings pointer 2016-10-22 00:59:29 +02:00
twinaphex
a96457b90d Further cleanups to runloop_iterate 2016-10-21 23:54:23 +02:00
twinaphex
f648a11c0c Cleanups 2016-10-21 23:47:37 +02:00
twinaphex
6874035056 Further improve runloop_check_state 2016-10-21 23:45:56 +02:00
twinaphex
76daa32e13 Put RARCH_MOBILE ifdef around audio_block_frames 2016-10-21 23:33:20 +02:00
twinaphex
e9766ce141 Cleanups 2016-10-21 23:30:34 +02:00
twinaphex
4109e17494 Reimplement runloop_check_state 2016-10-21 23:20:29 +02:00
Brad Parker
9afdde2f2c add jp translation for audio menu and a few others 2016-10-21 17:11:40 -04:00
twinaphex
47374bc719 Refactor runloop_check_state 2016-10-21 22:46:25 +02:00
twinaphex
88738b4ef5 Don't need to do analog dpad code for input_keys_pressed 2016-10-21 22:37:49 +02:00
twinaphex
ee8176772d Move state tracker nput code to input/input_driver.c 2016-10-21 22:19:35 +02:00
Twinaphex
43f0ea159b Merge pull request #3840 from aliaspider/master
fix some memory corruption issues in freetype.c
2016-10-21 22:06:04 +02:00
twinaphex
aa795a9238 input_keys_pressed - small cleanup 2016-10-21 22:04:20 +02:00
aliaspider
1a60b77749 remove unused variable. 2016-10-21 20:57:37 +01:00
aliaspider
150a0138d5 freetype.c: fix some memory corruption issues. 2016-10-21 20:55:36 +01:00
twinaphex
6b30c41595 Simplify input_keys_pressed 2016-10-21 21:12:12 +02:00
twinaphex
7dcb57f22d Prevent some null pointer dereferences 2016-10-21 20:47:11 +02:00
twinaphex
b95ec0d28e Make sure this string is null-terminated 2016-10-21 20:14:51 +02:00
twinaphex
35ba7fb2c4 Prevent implicit and superfluous memset 2016-10-21 20:04:56 +02:00
twinaphex
42053a82e1 Prevent some implicit memsets 2016-10-21 19:39:51 +02:00
twinaphex
7b7a0e20cc Avoid memset with menu_event function 2016-10-21 19:36:46 +02:00
twinaphex
cb772047ff Prevent some more memsets 2016-10-21 19:32:44 +02:00
twinaphex
0ef96ddbbc Try to avoid memset in font_renderer_update_atlas 2016-10-21 19:25:37 +02:00
Twinaphex
6a404b0c42 Prevent warning with CoreText font driver 2016-10-21 19:15:57 +02:00
twinaphex
aca8970e79 CXX_BUILD fixes 2016-10-21 19:14:48 +02:00