49268 Commits

Author SHA1 Message Date
LazyBumHorse
d67a118ad4 path_relative_to: fix return in void function 2019-06-08 19:15:52 +02:00
Twinaphex
e57f2bdd63
Merge pull request #8938 from orbea/egl
qb: Add missing checks for EGL support.
2019-06-08 17:41:02 +02:00
orbea
9794e4af07 qb: Add missing checks for EGL support.
Some systems may have egl libraries, but not egl headers which
will result in failing to build EGL support.

Also OpenGLES2 also required EGL support so lets make that clear.
2019-06-08 07:26:31 -07:00
twinaphex
36575e5d69 Update emscripten 2019-06-08 16:01:39 +02:00
twinaphex
5d301f321d Refactor hotkey checks 2019-06-08 15:19:15 +02:00
twinaphex
548e1380d7 Cleanup - use HOTKEY_CHECK 2019-06-08 05:19:50 +02:00
twinaphex
bb828b7396 (retroarch.c) Create HOTKEY_CHECK 2019-06-08 05:17:14 +02:00
Twinaphex
81f1b3df7c
Merge pull request #8933 from LazyBumHorse/master
make shader presets use relative paths
2019-06-08 03:52:20 +02:00
Twinaphex
3ec1a4d73e
Merge pull request #8935 from jdgleaver/xmb-thumb-size
(XMB) Add optional thumbnail scaling
2019-06-07 20:00:30 +02:00
Twinaphex
06f16beded
Merge pull request #8928 from jdgleaver/info-metadata
Overhaul content 'Information' menu display
2019-06-07 19:00:46 +02:00
jdgleaver
cfaaa5eeff (XMB) Add optional thumbnail scaling 2019-06-07 16:38:17 +01:00
LazyBumHorse
2816730b2f make shader presets use relative paths
Also change fill_pathname_resolve_relative() to apply path_resolve_realpath() as well
2019-06-07 16:11:06 +02:00
jdgleaver
c03b20db55 - Hide content information 'Database Entry' item if content has no label
- Correctly handle error conditions in menu_displaylist 'DISPLAYLIST_DATABASE_ENTRY' case (i.e. prevent segfaults/menu lockups when content
has no label)
2019-06-07 11:23:06 +01:00
Twinaphex
03c45f2ec8
Merge pull request #8929 from Tatsuya79/patch-2
glcore rotation fix for desmume
2019-06-06 20:13:34 +02:00
Tatsuya79
3b31dafa7e
glcore rotation fix for desmume 2019-06-06 20:11:08 +02:00
Twinaphex
7b16a1b275
Merge pull request #8926 from Tatsuya79/patch-1
glcore fix wrong rotation with HW cores
2019-06-06 19:45:23 +02:00
jdgleaver
97aaf42446 Overhaul content 'Information' menu display 2019-06-06 17:37:32 +01:00
Tatsuya79
1cc307a879
glcore fix wrong rotation with HW cores 2019-06-06 17:05:07 +02:00
twinaphex
fdd09a8b06 Refactor task screenshot 2019-06-06 15:48:50 +02:00
twinaphex
280cec702b video_driver_supports_viewport_read should only check if
taking screenshots with the GPU backbuffer is supported,
move outside settings check to callee
2019-06-06 15:06:27 +02:00
twinaphex
43d27006ce Rewrite '== true' in our own code 2019-06-06 13:51:56 +02:00
twinaphex
6d17d11132 Rewrite '== false' to '!' for our own code 2019-06-06 13:50:39 +02:00
twinaphex
58056a409d event_init_content - cleanup 2019-06-06 13:41:20 +02:00
twinaphex
b87c9fd495 command_read_ram - small cleanups 2019-06-06 13:19:57 +02:00
twinaphex
b4d2281f7d command_write_ram - cleanup 2019-06-06 13:12:38 +02:00
twinaphex
8bb74d0776 Added new hotkey AI Service and added requested
variables for OCR
2019-06-06 03:41:40 +02:00
twinaphex
aa03ff9aa1 Start adding ai_service_mode, ai_service_url, and ai_service_enabled 2019-06-06 03:29:34 +02:00
Twinaphex
c66855e25e
Merge pull request #8923 from Tatsuya79/master
add some missing settings in QT
2019-06-06 01:18:54 +02:00
Tatsuya79
ed0df2fcd7 add some missing settings in QT 2019-06-06 01:10:45 +02:00
Twinaphex
27e5c7e63c
Merge pull request #8921 from yoshisuga/ios13-controllers
iOS: Improved controller support (L3/R3, PS4/Xbox One Controllers in iOS 13 beta)
2019-06-05 20:39:35 +02:00
Twinaphex
7dffec90ca
Merge pull request #8920 from jdgleaver/hq-thumb-scaling
(XMB/Ozone) Add optional thumbnail upscaling
2019-06-05 20:37:51 +02:00
Yoshi Sugawara
222d3297d2 use preprocessor macros to support compiling using Xcode 11/iOS 13 and older versions of Xcode 2019-06-05 06:50:02 -10:00
Yoshi Sugawara
22d84eaef2 Merge branch 'master' into ios13-controllers 2019-06-05 06:22:51 -10:00
Yoshi Sugawara
9e1fcf4031 iOS: Support L3/R3 in iOS 12.1, Options buttons in mfi/PS4/XBox One controllers in iOS 13 2019-06-05 06:21:06 -10:00
jdgleaver
c4bb2f5ad7 (XMB/Ozone) Add optional thumbnail upscaling 2019-06-05 17:05:30 +01:00
Twinaphex
146f974274
Merge pull request #8918 from orbea/cheevos
Add missing rcheevos include.
2019-06-05 16:14:09 +02:00
orbea
be35b0ee15 Add missing rcheevos include.
Fixes https://github.com/libretro/RetroArch/issues/8899
2019-06-05 07:09:42 -07:00
Twinaphex
dda6108840
Merge pull request #8917 from QuarkTheAwesome/master
(WiiU) Colour and transparency fixes for texture menus (RGUI)
2019-06-05 16:04:29 +02:00
Ash Logan
24fba02a9f (GX2) Display menu texture at full opacity
rgui does its own transparency effects in the texture, so we don't have 
to add another 50% on that
2019-06-05 23:19:35 +10:00
Ash Logan
87be0d366f (GX2) Use correct pixelformat ordering for menu texture
This fixes up some backwards colours on wiiu, resulting in all the
themes looking lovely.
2019-06-05 23:18:09 +10:00
Twinaphex
faf612098f
Merge pull request #8912 from jdgleaver/remove-history-favourites
Add option to show 'remove playlist entry' only on history/favourites
2019-06-04 19:35:27 +02:00
Twinaphex
d02d935496
Merge pull request #8913 from jdgleaver/wii-overscan
(GEKKO) Add optional overscan correction
2019-06-04 19:34:51 +02:00
Twinaphex
5cff3ce9a4
Merge pull request #8914 from orbea/qt
qb: Improve the Qt check.
2019-06-04 19:32:07 +02:00
orbea
1489a66ea5 qb: Improve the Qt check. 2019-06-04 08:26:15 -07:00
jdgleaver
736ff13e35 (GEKKO) Add optional overscan correction 2019-06-04 15:50:47 +01:00
jdgleaver
80c9475fa4 Add option to show 'remove playlist entry' only on history/favourites 2019-06-04 11:29:51 +01:00
Brad Parker
1120a7e490 Bliss-Box: add additional pad types from firmware 3.0 2019-06-03 23:40:31 -04:00
Twinaphex
a6895360b4
Merge pull request #8909 from plaidman/master
fixing duplicate "restart retroarch" entries in lakka
2019-06-04 02:52:46 +02:00
hizzlekizzle
de3c1b82b7
Merge pull request #8903 from Ryunam/toggle-showmouse-overlay
Add toggle to show/hide mouse cursor with overlays
2019-06-03 13:43:54 -05:00
Tomsic, Jason
1c9e78187f fixing duplicate "restart retroarch" entries in lakka 2019-06-03 14:16:02 -04:00