48106 Commits

Author SHA1 Message Date
twinaphex
819016b00c Move video_shader_driver_init to gl.c 2019-03-18 15:52:21 +01:00
twinaphex
27928081cf Cleanups 2019-03-18 15:27:37 +01:00
twinaphex
f67bfa24ef Get rid of video_poke_interface set_mvp 2019-03-18 15:19:11 +01:00
Twinaphex
399cfe67f4
Merge pull request #8491 from natinusala/master
ozone: use new button icons in footer
2019-03-18 14:39:46 +01:00
natinusala
e94c8a762d ozone: use new button icons in footer 2019-03-18 12:59:23 +01:00
twinaphex
fe1255094f Get rid of now unused set_coords in video_driver_poke_interface 2019-03-18 05:04:23 +01:00
twinaphex
03641f2378 (GL1) Cleanups 2019-03-18 04:50:50 +01:00
twinaphex
ab814efc62 (GL raster font) Don't have to call video_driver_set_coords/
video_driver_set_mvp anymore
2019-03-18 04:46:27 +01:00
twinaphex
8361253b52 (GL menu display driver) Don't go through
video_driver_set_coords/video_driver_set_mvp
2019-03-18 04:39:54 +01:00
Brad Parker
a8a06d498c gl1: fix matrix not loading when threaded video is on 2019-03-17 12:46:01 -04:00
Twinaphex
cd5e844ee4
Merge pull request #8487 from fjtrujy/master
[PS2] Compiling issues for IRX files
2019-03-17 13:46:34 +01:00
Francisco Javier Trujillo Mata
69087727e9 fix issues executing makefile in a bash script 2019-03-17 13:36:40 +01:00
Twinaphex
4bb7054f8c
Merge pull request #8485 from fjtrujy/master
[PS2] CDFS Improvements
2019-03-16 16:00:36 +01:00
Francisco Javier Trujillo Mata
b1846ee449 [PS2] CDFS Improvements 2019-03-16 15:32:11 +01:00
Twinaphex
88ea33bbd2
Update CHANGES.md 2019-03-16 03:48:48 +01:00
Twinaphex
2d838a7e76
Merge pull request #8482 from fjtrujy/feature/CDFSSupport
[PS2] CDFS Support
2019-03-15 22:19:14 +01:00
Francisco Javier Trujillo Mata
8d1adbc6ee Cleaning no needed functions and library 2019-03-15 20:19:14 +01:00
Francisco Javier Trujillo Mata
adf2743464 Implement CDFS and custom file descriptor support 2019-03-15 20:19:14 +01:00
Francisco Javier Trujillo Mata
da86549b8e Add libcdvd library 2019-03-15 20:19:14 +01:00
Francisco Javier Trujillo Mata
4c24a17119 Extract IRX variables 2019-03-15 20:19:14 +01:00
Francisco Javier Trujillo Mata
f75f8482f8 Use bin2c for compiling IRX 2019-03-15 20:19:14 +01:00
Twinaphex
1dc0d43f68
Merge pull request #8481 from jdgleaver/ozone-thumb-fix
(Ozone) Fix thumbnail display issues
2019-03-15 18:13:52 +01:00
jdgleaver
d1e457115c (Ozone) Fix thumbnail display issues 2019-03-15 17:01:26 +00:00
Twinaphex
5661c29409
Merge pull request #8480 from Themaister/master
glcore: Set frame count in shader interface.
2019-03-15 16:28:44 +01:00
Themaister
e3a88e8806 glcore: Set frame count in shader interface. 2019-03-15 15:36:18 +01:00
Twinaphex
5919171181
Merge pull request #8479 from jdgleaver/strlcpy-checks
strlcpy() safety checks
2019-03-15 15:21:10 +01:00
jdgleaver
4834119963 strlcpy() safety checks 2019-03-15 14:14:06 +00:00
Twinaphex
bf89c4bd3d
Merge pull request #8478 from natinusala/master
ozone: prevent content metadata from lagging
2019-03-15 15:01:50 +01:00
natinusala
6807f1b9bb ozone: prevent content metadata from lagging 2019-03-15 14:45:15 +01:00
Twinaphex
35aacadd23
Merge pull request #8477 from natinusala/master
ozone: fix horizontal animation when refreshing the menu
2019-03-15 14:25:28 +01:00
natinusala
27c1dd4b7b ozone: fix horizontal animation when refreshing the menu 2019-03-15 14:21:58 +01:00
Twinaphex
3adc9fce13
Merge pull request #8473 from natinusala/master
ozone: show metadata name if content logging is disabled
2019-03-15 12:50:34 +01:00
Twinaphex
7fa513be08
Merge pull request #8475 from jdgleaver/xmb-icon-fix
(XMB) Fix display glitches when refreshing current menu
2019-03-15 12:43:58 +01:00
jdgleaver
26f7503959 (XMB) Fix display glitches when refreshing current menu 2019-03-15 11:27:49 +00:00
natinusala
1a4786a7f1 ozone: show metadata name if content logging is disabled 2019-03-15 11:16:35 +01:00
Brad Parker
145013074e android buildfix 2019-03-14 21:26:39 -04:00
twinaphex
6f284a1d43 Build fix 2019-03-15 01:08:09 +01:00
Brad Parker
c9dca9cdf1 Update CHANGES.md 2019-03-14 19:34:51 -04:00
Brad Parker
15e489fd0a android: allow stylus/pen to move mouse without pressing down 2019-03-14 19:33:51 -04:00
Brad Parker
2f659e3e17 style nits 2019-03-14 19:33:02 -04:00
twinaphex
c8eb85ec2e Implement gl_core_wrap_type_to_enum 2019-03-14 20:04:04 +01:00
Twinaphex
b7fb66b24e
Merge pull request #8470 from hhromic/libchdr
(libchdr) Use int types and format aligned to the `chd_header` typedef
2019-03-14 19:46:45 +01:00
Hugo Hromic
0cfefdd2a8 (libretro-common/libchdr) Use int types and format aligned to the chd_header typedef 2019-03-14 18:12:10 +00:00
twinaphex
a68072e293 Buildfix for C89_BUILD 2019-03-14 18:14:32 +01:00
Twinaphex
f2398280e0
Merge pull request #8468 from natinusala/master
ozone thumbnails improvements
2019-03-14 17:39:36 +01:00
Twinaphex
d415d4eb23
Merge pull request #8469 from hhromic/various-fixes
Fix C89 build and silence warnings
2019-03-14 17:39:18 +01:00
natinusala
44db578691 ozone: fix content metadata update 2019-03-14 17:31:48 +01:00
Hugo Hromic
794f4a6b34 (libretro-common/libchdr) Silence warnings in C89 build 2019-03-14 16:22:22 +00:00
Hugo Hromic
b10a318f16 (dispserv_x11.c) Silence warning 2019-03-14 16:13:09 +00:00
Hugo Hromic
1233c9d0dc (command.c) Silence warning in C89 build 2019-03-14 16:12:56 +00:00