Commit Graph

31335 Commits

Author SHA1 Message Date
twinaphex
4612e7e582 (CTR) Put core info files into separate dir 2016-08-02 01:30:35 +02:00
twinaphex
5da0945066 (GX) Put core info files into separate dir 2016-08-02 01:30:04 +02:00
twinaphex
90a0117578 (PSP/Vita) Put core info directory into separate dir 2016-08-02 01:27:25 +02:00
twinaphex
9b984398f7 (platform psp) Cleanups 2016-08-02 01:26:00 +02:00
Andrés
3a97fcff3b Merge pull request #3319 from frangarcj/master
(VITA) Fix build script
2016-08-01 18:11:45 -05:00
Francisco José García García
262959e2c2 (VITA) Fix build script 2016-08-02 01:09:35 +02:00
Twinaphex
8d29d5eaed Merge pull request #3318 from frangarcj/master
(VITA) Create vpk's
2016-08-02 00:58:42 +02:00
Francisco José García García
3a5fd3ab46 (VITA) Create vpk's 2016-08-02 00:57:00 +02:00
twinaphex
a0d3a148e7 Move force SRGB disable check at beginning of capability check 2016-08-02 00:56:21 +02:00
twinaphex
31ca6ca5ea (GL) Rename another function 2016-08-02 00:42:03 +02:00
twinaphex
188dd9bd69 Create gl_renderchain_add_lut 2016-08-02 00:31:04 +02:00
twinaphex
ec91878187 (GL) rename to gl_recompute_pass_sizes 2016-08-02 00:25:28 +02:00
twinaphex
9c1155283b (GL) Create gl_renderchain_convert_geometry 2016-08-02 00:23:38 +02:00
Andrés
d7e28eda8a Merge pull request #3317 from frangarcj/master
(VITA) Fix vita-make-fself typo
2016-08-01 17:14:10 -05:00
Francisco José García García
043b4589bc (VITA) Fix vita-make-fself typo 2016-08-02 00:11:51 +02:00
twinaphex
e8480a72a6 (D3D) Correct one shader 2016-08-01 22:45:07 +02:00
twinaphex
c314077f1d (D3D) Cleanups of shaders 2016-08-01 22:43:51 +02:00
twinaphex
3787d9d691 (MSVC) Add imageviewer 2016-08-01 22:26:50 +02:00
twinaphex
432c23eed8 (D3D) Headers fix pt. 5 2016-08-01 22:23:01 +02:00
twinaphex
51eba5a3e7 (D3D) Header fix pt. 4 2016-08-01 22:22:23 +02:00
twinaphex
6e644223a8 (D3D) Header fix pt. 3 2016-08-01 22:21:50 +02:00
twinaphex
a2bbbee713 (D3D) Header fix pt. 2 2016-08-01 22:21:11 +02:00
twinaphex
fd6a9fd3bd (D3D) Fix include 2016-08-01 22:18:42 +02:00
Twinaphex
1ec84ca44d Merge pull request #3316 from Themaister/master
Vulkan: Add shader parameters
2016-08-01 22:16:33 +02:00
twinaphex
6f605e2df5 CXX_BUILD buildfix 2016-08-01 22:16:00 +02:00
Hans-Kristian Arntzen
00de5aa2f0 Vulkan: Filter out duplicated parameters. 2016-08-01 22:10:14 +02:00
Hans-Kristian Arntzen
efd3067903 Vulkan: Hook up shader parameters. 2016-08-01 22:10:14 +02:00
Hans-Kristian Arntzen
8b14941a94 Refactor out resolve_current_parameters. 2016-08-01 22:10:14 +02:00
Hans-Kristian Arntzen
a50c204d5e Vulkan: Begin parsing parameters. 2016-08-01 22:10:14 +02:00
twinaphex
8d186dab88 Relocate D3D drivers 2016-08-01 22:05:57 +02:00
twinaphex
124454430b (GL) Go through gl_query_core_context_in_use 2016-08-01 21:58:18 +02:00
Twinaphex
becef95dc2 (GL) Silence unused variable 2016-08-01 21:55:02 +02:00
Twinaphex
cc17f5b9c3 Correct this 2016-08-01 21:53:40 +02:00
twinaphex
aa2af0b61f Refactor has_set settings 2016-08-01 21:51:23 +02:00
twinaphex
ef7ce5beee Create RARCH_OVERRIDE_SETTING_VERBOSITY 2016-08-01 20:54:16 +02:00
twinaphex
01de39bf0b Cleanups 2016-08-01 20:48:02 +02:00
twinaphex
ba32586d1a Rewrite has_set.libretro 2016-08-01 20:47:19 +02:00
twinaphex
6fb39e4f7f Iterate and unset override settings in retroarch_parse_input 2016-08-01 20:43:26 +02:00
twinaphex
39aba8e36f Create override setting functions 2016-08-01 20:41:42 +02:00
twinaphex
45d7b7b459 Create retroarch_override_setting_is_set 2016-08-01 20:39:21 +02:00
twinaphex
37913d9343 (Shield) Comment this out - doesn't work for now - figure out why 2016-08-01 20:30:38 +02:00
Twinaphex
0e814c4e6d Merge pull request #3315 from frangarcj/master
(VITA) Rotation workaround
2016-08-01 20:28:01 +02:00
twinaphex
3d75c0abdc Add HAVE_MENU ifdefs 2016-08-01 20:27:14 +02:00
Francisco José García García
95b630636d (VITA) Rotation workaround 2016-08-01 20:26:29 +02:00
twinaphex
3402c0d420 When building without menu support, if we pass no arguments to
retroarch at the commandline, show the help message instead of
outright crashing
2016-08-01 18:35:56 +02:00
twinaphex
60158f5247 Make it possible to compile again with ./configure --disable-rgui 2016-08-01 18:29:26 +02:00
twinaphex
2665212237 (configuration.c) Add HAVE_MENU ifdef 2016-08-01 18:26:06 +02:00
twinaphex
5636569d9e (configuration.c) Fix bug in config_menu_btn_cancel_default 2016-08-01 18:22:03 +02:00
twinaphex
563842945c (gl_common.h) Start catering towards GLES3/GLES3.1/GLES3.2 too 2016-08-01 18:15:14 +02:00
twinaphex
e3dc0261c0 (GL) Cleanups 2016-08-01 18:10:34 +02:00