33761 Commits

Author SHA1 Message Date
twinaphex
2f12d8982c input_joypad_pressed - small opts 2016-10-23 20:08:27 +02:00
twinaphex
1cb2822013 Avoid expensive function menu_setting_get_label being invoked
when at Quick Menu
2016-10-23 19:46:29 +02:00
twinaphex
32a4053d42 Prevent two other entries from invoking expensive function
menu_setting_get_label
2016-10-23 19:42:04 +02:00
twinaphex
1dd30345e4 Prevent invoking of menu_setting_get_label (expensive function)
when browsing Download Content
2016-10-23 19:31:48 +02:00
Twinaphex
79e6a909e5 Merge pull request #3846 from aliaspider/master
freetype font renderer: less memory usage and full unicode support.
2016-10-23 19:24:19 +02:00
aliaspider
c4d6a89067 freetype font renderer: less memory usage and full unicode support. 2016-10-23 18:14:07 +01:00
twinaphex
de0cd188d1 Remove dead/unused enums 2016-10-23 06:48:35 +02:00
twinaphex
f41de35da1 Prevent 'Explicit null dereferenced' warning 2016-10-23 06:21:09 +02:00
twinaphex
c6a1bcfcbe Prevent dereference after null check warning 2016-10-23 06:20:13 +02:00
twinaphex
0e79c2c37e Silence another warning 2016-10-23 05:56:55 +02:00
twinaphex
147893caed Prevent NULL pointer dereference 2016-10-23 05:55:13 +02:00
twinaphex
1cbc847133 In case we return false here, we should still unlock the
mutex first
2016-10-23 05:53:47 +02:00
Twinaphex
e1ce5209a0 Merge pull request #3844 from JuanVCS/master
Change some english language strings
2016-10-23 05:30:21 +02:00
twinaphex
f2097c1c0b Prevent menu_setting_get_label from getting invoked for
'Load Savestate' inside Quick Menu
2016-10-23 04:54:52 +02:00
twinaphex
8cc5b09428 Get rid of slow wrapper function input_driver_state 2016-10-23 04:38:08 +02:00
twinaphex
c512ed8122 Prevent recent history entries from invoking menu_setting_get_label 2016-10-23 04:21:17 +02:00
twinaphex
834e9bc8ae Prevent menu_setting_get_label invocation for system info entries 2016-10-23 04:18:18 +02:00
twinaphex
98f2c994ce Cleanup 2016-10-23 04:15:37 +02:00
twinaphex
9f2b428a4e Prevent another menu_setting_get_label call 2016-10-23 04:09:44 +02:00
twinaphex
0a079568df Prevent another menu_setting_get_label codepath 2016-10-23 04:08:07 +02:00
twinaphex
65dbc0fd6e Avoid some more huge menu_setting_get_label overhead by
adding a lightweight callback for database entries
2016-10-23 03:44:09 +02:00
twinaphex
3363e57def Biggest overhead now to be found at menu_setting_get_label -
we need to implement more efficient get_value callbacks
2016-10-23 03:37:51 +02:00
twinaphex
984c0e8141 Get rid of more small menu wrapper functions 2016-10-23 03:25:27 +02:00
twinaphex
594b36488b Get rid of more small and slow menu wrapper functions 2016-10-23 03:13:49 +02:00
Juan
16d46768e0 Change some english language strings 2016-10-22 21:46:06 -03:00
twinaphex
cd219f807b Get rid of more expensive superfluous wrapper functions for menu code 2016-10-23 02:41:50 +02:00
twinaphex
2b4d87a983 Remove setting_get_type 2016-10-23 02:28:22 +02:00
twinaphex
efe0220df2 Remove msg_hash_uspseudo 2016-10-23 00:52:48 +02:00
twinaphex
feef0d19b9 Cleanups 2016-10-23 00:49:36 +02:00
twinaphex
62c80085a6 Cleanup some labels 2016-10-23 00:35:40 +02:00
twinaphex
4bffe5fc33 Change default value for last_input 2016-10-22 21:32:07 +02:00
twinaphex
04efd4ed36 (Android) Buildfix 2016-10-22 19:27:16 +02:00
twinaphex
f03e22b003 Revert "Do away with some NULL checks"
This reverts commit 07d86a7feb5b43b3f2f5685d76599094996f984f.
2016-10-22 17:45:14 +02:00
twinaphex
3d7fbd355e (Apple) Buildfixes 2016-10-22 17:41:26 +02:00
twinaphex
07d86a7feb Do away with some NULL checks 2016-10-22 17:31:20 +02:00
twinaphex
d24c1a280d input_poll - avoid function call 2016-10-22 17:29:19 +02:00
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 a564ac0701f7ee785458cd3bdae5f39d4017295d.
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