31270 Commits

Author SHA1 Message Date
twinaphex
4b1ab53361 Create gl_check_capability 2016-08-01 16:01:21 +02:00
twinaphex
087e378bf7 Use 0 parameter index 2016-08-01 15:43:34 +02:00
twinaphex
1aac393f73 (GL) Cut down on some forward declarations 2016-08-01 15:40:02 +02:00
twinaphex
94763e1db4 (GL) Remove one unnecessary HAVE_MENU ifdef 2016-08-01 15:31:29 +02:00
Twinaphex
210db93237 Merge pull request #3312 from Themaister/master
Vulkan: Make glslang shaders debuggable.
2016-08-01 14:36:17 +02:00
Hans-Kristian Arntzen
efee5d131a Vulkan: Make glslang shaders debuggable.
Properly handle file names, includes, etc to make
error reports somewhat more sane.
2016-08-01 14:27:23 +02:00
twinaphex
9e8f5127e2 (General) Allow for platforms to set menu OK/cancel buttons individually
(Shield/Android) Set default OK/cancel buttons now to Shield A (OK)
and Shield B (Cancel), previous default was Shield A (Cancel),
Shield B (OK)
2016-08-01 14:20:47 +02:00
twinaphex
2bcdaf2c57 Create config_overlay_enable_default 2016-08-01 14:14:21 +02:00
twinaphex
b126b9627d (Android) When Android device is a game console, disable overlays by default 2016-08-01 14:09:04 +02:00
twinaphex
ef604dbeb5 (platform_linux.c) Cleanup 2016-08-01 14:04:57 +02:00
Twinaphex
f65dabe3a4 Merge pull request #3310 from frangarcj/master
(VITA) Fix deps/vita2dlib
2016-08-01 02:25:27 +02:00
Francisco José García García
80e4da408f (VITA) Fix deps/vita2dlib 2016-08-01 02:12:15 +02:00
twinaphex
d12d89202e (libvita2d) Add these object files 2016-08-01 01:31:20 +02:00
twinaphex
a676ce8ffe (libvita2d) Buildfixes 2016-08-01 01:02:26 +02:00
twinaphex
6093499610 (Vita) Buildfix 2016-08-01 00:54:11 +02:00
twinaphex
6a5fee664f (Vita) Start baking in libvita2d 2016-08-01 00:50:13 +02:00
twinaphex
bbafc5f04e (Vita) Add libvita2d 2016-08-01 00:43:38 +02:00
Twinaphex
01d995f17e Merge pull request #3308 from leiradel/httpserver
Added an embedded HTTP server to RetroArch; Mapped the /mmaps URI to …
2016-08-01 00:14:12 +02:00
Andre Leiradella
260625bd83 Use MD5 functions from libretro-common 2016-07-31 23:08:07 +01:00
Andre Leiradella
292335b84c Added an embedded HTTP server to RetroArch; Mapped the /mmaps URI to a JSON-based RESTful API to retrieve memory maps 2016-07-31 22:45:01 +01:00
twinaphex
1468b54b41 CXX_BUILD buildfix 2016-07-31 23:42:55 +02:00
Twinaphex
8eb97d37b2 Merge pull request #3307 from Ezio-PS/master
Fixed Italian translation
2016-07-31 22:56:50 +02:00
Ezio-PS
bae8cc4f68 Fixed Italian translation 2016-07-31 22:27:51 +02:00
twinaphex
b81f3b31eb (PS3) Take out HAVE_IMAGEVIEWER for now - still multiple bugs 2016-07-31 21:26:57 +02:00
twinaphex
7775471a8f (Salamander) If core_path is 'builtin', just fall back and start
up first libretro core executable we can find
2016-07-31 21:24:40 +02:00
Twinaphex
3def2655a2 Merge pull request #3305 from dalter/patch-4
Add SDL2 option
2016-07-31 21:14:45 +02:00
Twinaphex
2c06de9ae2 Merge pull request #3306 from dalter/patch-5
Add SDL2 option
2016-07-31 21:14:27 +02:00
Twinaphex
cef3893e06 Merge pull request #3304 from dalter/patch-3
Add focus to canvas (SDL2 input)
2016-07-31 21:14:11 +02:00
dalter
1b99f06fb8 Add SDL2 option 2016-07-31 21:52:37 +03:00
dalter
bf0e36017c Update template.html 2016-07-31 21:48:32 +03:00
Twinaphex
a59784fbd1 Merge pull request #3303 from Themaister/master
Fix file encoding for msg_hash_it.
2016-07-31 20:48:21 +02:00
Hans-Kristian Arntzen
ba78cec1b3 Fix file encoding for msg_hash_it. 2016-07-31 20:46:56 +02:00
dalter
c6870cfb8e Add focus to canvas (SDL2 input)
When the canvas in focus SDL2 input should be work
2016-07-31 21:43:42 +03:00
Twinaphex
af09bd1751 Create PS3 ifdef for DPI override value 2016-07-31 20:32:40 +02:00
Twinaphex
543bab65cc Merge pull request #3300 from Ezio-PS/master
(PS3) Workaround to fix overscan on GLUI
2016-07-31 20:32:10 +02:00
Twinaphex
ec82db21d2 Merge pull request #3301 from frangarcj/master
(VITA) Fix rotation
2016-07-31 20:31:08 +02:00
Twinaphex
742bf656dc Merge pull request #3302 from Themaister/master
Vulkan: Mipmapping, LUT in shader support, Mipmapped FBOs, bugfixes
2016-07-31 20:18:21 +02:00
Ezio-PS
34e11f0eaf Update msg_hash_it.c 2016-07-31 20:05:11 +02:00
Hans-Kristian Arntzen
bdcbc56507 Vulkan: Fix validation errors. 2016-07-31 19:59:36 +02:00
Ezio-PS
6b587ef67f Updated Italian translation 2016-07-31 19:54:03 +02:00
Hans-Kristian Arntzen
e61ec38543 Vulkan: Mipmapped FBOs work. 2016-07-31 19:52:15 +02:00
Francisco José García García
b4bd9cf830 (VITA) Fix rotation 2016-07-31 19:48:55 +02:00
Ezio-PS
e45a496b07 (PS3) Workaround to fix overscan on GLUI 2016-07-31 19:41:03 +02:00
Hans-Kristian Arntzen
a48ba6c68b Vulkan: Add mipmapping support to Framebuffer class. 2016-07-31 19:23:42 +02:00
twinaphex
7ecca928e1 Rename some XMB settings 2016-07-31 18:35:58 +02:00
Hans-Kristian Arntzen
9a613ef8bf Vulkan: Actually bind correct part of the UBO. 2016-07-31 18:25:42 +02:00
Hans-Kristian Arntzen
c0e752c53c Persistently map filter chain UBO. 2016-07-31 18:19:35 +02:00
twinaphex
a6b7052e5d Edit message 2016-07-31 18:12:57 +02:00
twinaphex
8a70a62977 Add message 2016-07-31 18:12:21 +02:00
twinaphex
d245bbf12e Add sys/types.h to interface_stream.h 2016-07-31 17:53:14 +02:00