34091 Commits

Author SHA1 Message Date
Jean-André Santoni
745da4d66b Adapt OSK rendering to vertical screens like phones 2016-11-03 09:21:27 +01:00
Jean-André Santoni
5bdd9533e7 Improve OSK look in GLUI 2016-11-03 09:12:37 +01:00
Jean-André Santoni
5a6a2be859 Remove unneeded last_codepoint code from menu_event.c 2016-11-03 09:02:53 +01:00
Jean-André Santoni
f72bf26eac Improve OSK look on XMB 2016-11-03 08:55:24 +01:00
Jean-André Santoni
810ff5605d griffin fix 2016-11-02 23:39:28 +01:00
aliaspider
176dd79f33 (WIIU) misc. 2016-11-02 22:06:15 +01:00
Jean-André Santoni
6652a6fcf7 Change GLUI default font to support more languages 2016-11-02 18:18:04 +01:00
Jean-André Santoni
54794d5368 Fix an OSK backspace issue 2016-11-02 16:20:35 +01:00
Jean-André Santoni
a7ecf7615d Add special OSK keys to GLUI too 2016-11-02 16:16:05 +01:00
Brad Parker
f5cac72735 fix backspacing of unicode chars in OSK 2016-11-02 16:16:04 +01:00
Jean-André Santoni
31073214b6 Add special keys on the OSK 2016-11-02 16:15:23 +01:00
twinaphex
04e3059f7f Remove unused variable 2016-11-02 14:17:22 +01:00
twinaphex
2091c4cc2f (Menu) Left analog stick controls the menu now 2016-11-02 13:44:34 +01:00
lasers
5a7c050a19 Sort all msg_hash_{LANG}.c 2016-11-02 07:06:11 -05:00
Twinaphex
1b9d92554d Merge pull request #3921 from cudencuden/master
more Vietnamese translations work
2016-11-02 06:39:28 +01:00
cudencuden
ba4033b128 more Vietnamese translations work 2016-11-01 17:34:48 -05:00
Brad Parker
ca5435a37c update JP translation with US changes 2016-11-01 14:19:51 -04:00
Twinaphex
8d8d91e11a Merge pull request #3918 from loganmc10/patch-3
Define some EGL constants
2016-11-01 15:43:52 +01:00
Logan McNaughton
06eca5d530 Define some EGL constants
Missing from the Android headers
2016-11-01 07:09:58 -06:00
Twinaphex
0d9599a0b5 Merge pull request #3917 from leiradel/master
Fix constant overflow warning on C89 build.
2016-11-01 12:23:49 +01:00
Andre Leiradella
d342852415 Fix constant overflow warning on C89 build. 2016-11-01 11:14:54 +00:00
twinaphex
c3e832f672 (ffmpeg core) don't use value_ptr 2016-11-01 12:08:45 +01:00
twinaphex
8e8ed55a87 Only include glm's packing.h header 2016-11-01 12:00:27 +01:00
twinaphex
9fd40831ef float_minmax.h - include math.h 2016-11-01 11:43:00 +01:00
twinaphex
6c6daeca5b (libretro-common) Add float_minmax.h 2016-11-01 11:27:00 +01:00
twinaphex
99a0f82351 (GLM) Cleanups
(Cheevos) C89_BUILD buildfix
2016-11-01 11:04:56 +01:00
Twinaphex
9da6a9c1b3 Merge pull request #3913 from lasers/translate-english-only-to-all
Translate "Applying cheat changes." to all languages
2016-11-01 11:00:37 +01:00
Twinaphex
cda93c4625 bool_entries needs to be reduced by one in size 2016-11-01 10:58:48 +01:00
twinaphex
76cf8dc124 (GLM) Remove __CUDA_ARCH__ 2016-11-01 10:30:04 +01:00
twinaphex
101c885f8b (GLM) Remove more unused files 2016-11-01 10:28:42 +01:00
twinaphex
209a0ddd34 Remove more unused files 2016-11-01 10:24:32 +01:00
twinaphex
765c8ee930 (GLM) Remove CUDACC ifdefs 2016-11-01 10:23:40 +01:00
twinaphex
68bfbd8020 (GLM) Cleanups 2016-11-01 08:51:59 +01:00
Twinaphex
846f9a94af Merge pull request #3915 from loganmc10/patch-2
Add egl debug context option for Android
2016-11-01 08:12:23 +01:00
twinaphex
bc90cdef8b (GLM) Remove GLM_FUNC_DECL 2016-11-01 07:40:33 +01:00
twinaphex
fd1b57fb1a (GLM) Get rid of some more stuff we won't need in libretro-common 2016-11-01 07:15:37 +01:00
twinaphex
d8dab2af5b (GLM) Remove more unused files 2016-11-01 07:04:17 +01:00
twinaphex
af9136c341 (GLM) Cleanups 2016-11-01 06:51:07 +01:00
twinaphex
0fd569983c (GLM) Cleanups 2016-11-01 06:47:44 +01:00
lasers
db69a808bd Add important /* TODO */ 2016-10-31 22:42:12 -05:00
Andrés Suárez
af642521ae Merge pull request #3916 from leiradel/master
Fix cheevos using work RAM mirrors.
2016-10-31 20:07:18 -05:00
Andre Leiradella
bccdd8dfbe Fix cheevos using work RAM mirrors. 2016-11-01 01:02:09 +00:00
Andrés Suárez
752d3a1804 Merge pull request #3912 from leiradel/master
Fixes to cheevos issues; added warning about the console IDs enumerat…
2016-10-31 18:59:26 -05:00
Logan McNaughton
200cf15044 Add egl debug context option for Android
According to https://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_create_context.txt

"The default value of EGL_CONTEXT_FLAGS_KHR is zero"

So this should keep it at 0 if debug=false, and set it to EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR is debug=true

Fixes https://github.com/libretro/RetroArch/issues/3910
2016-10-31 15:28:45 -06:00
lasers
861c0aaba7 Add important //TODO 2016-10-31 15:54:08 -05:00
Jean-André Santoni
4bf172835d Expose the NeoActive icon theme 2016-10-31 21:42:46 +01:00
lasers
e9658e7b09 Translate "Applying cheat changes." to all languages 2016-10-31 15:05:39 -05:00
Andre Leiradella
8e3a524749 Fixes to cheevos issues; added warning about the console IDs enumeration. 2016-10-31 19:07:53 +00:00
twinaphex
c4dd7c511e (deps/glm) Get rid of more unused files 2016-10-31 18:54:56 +01:00
twinaphex
17337900f2 (deps/glm) Slim down on unneeded files 2016-10-31 18:50:34 +01:00