Commit Graph

45035 Commits

Author SHA1 Message Date
Twinaphex
0c6eea5030
Merge pull request #7138 from altiereslima/master
Update brazilian portuguese translation
2018-08-28 00:19:54 +02:00
Brad Parker
38f3d06d08 Qt: use C locale for numbers, otherwise slang shaders can break 2018-08-27 17:56:53 -04:00
altiereslima
0116f675b9 Update brazilian portuguese translation 2018-08-27 17:21:56 -03:00
Twinaphex
fa110c5bb2
Merge pull request #7124 from orbea/clang
Silence -Wunknown-warning-option warnings with clang.
2018-08-27 20:49:02 +02:00
Brad Parker
23836bfba9 use_thread option for screenshot was backwards 2018-08-27 13:38:43 -04:00
Twinaphex
ea87bb5a1d
Merge pull request #7122 from orbea/vulkan
Fix segfaults when starting vulkan without a working vulkan driver.
2018-08-27 18:59:00 +02:00
twinaphex
8a5d092e5b (dispserv_x11.c) Make variable bigger to avoid all the warnings and use snprintf 2018-08-27 16:09:12 +02:00
Twinaphex
503b42d161
Merge pull request #7134 from Dwedit/runahead-input-fix
Deterministic input for RunAhead, guaranteed to match the last polled input
2018-08-27 13:52:36 +02:00
Twinaphex
d2d9989ef1
Merge pull request #7135 from bparker06/qt_thumbnailpack
Qt: add right-click option for playlists to download their thumbnail packs
2018-08-27 13:51:57 +02:00
Brad Parker
21f99b9965 Qt: add right-click for playlists to download their thumbnail packs 2018-08-26 23:24:43 -04:00
Brad Parker
98fadf9b1f Qt: remove partially downloaded thumbnail if transfer is canceled 2018-08-26 23:24:22 -04:00
Twinaphex
4a951cb369
Merge pull request #7133 from alfrix/xmb_exp
Fix themes without menu icons
2018-08-27 01:04:51 +02:00
Alfrix
461dbf39ba Fix themes without menu icons 2018-08-26 20:00:36 -03:00
Brad Parker
32345e37f8 Qt: OPENSSL_VERSION_AT_LEAST was reverted in openssl git because it is in fact broken 2018-08-26 18:14:08 -04:00
Brad Parker
9638005332 Qt: add UI option to set startup playlist, fixes #7103 2018-08-26 17:17:45 -04:00
Brad Parker
12f1d003bb Qt: openssl 1.1.0 broke their ABI 2018-08-26 16:04:01 -04:00
Brad Parker
1d6a69d198 Qt: remove partially downloaded files on failure 2018-08-26 12:04:18 -04:00
Brad Parker
49e5fcd0cc Qt: only use openssl if we have it 2018-08-26 10:44:55 -04:00
Brad Parker
7731db9ed8 Qt: link to openssl so Qt will have it for later 2018-08-26 10:40:33 -04:00
Brad Parker
78f5aba04b Qt: fix filename used for thumbnail download 2018-08-26 10:40:08 -04:00
Dwedit
821462409e Deterministic input for RunAhead, guaranteed to match the last polled input. 2018-08-26 00:22:19 -05:00
Twinaphex
adb72755e1
Merge pull request #7127 from altiereslima/master
Update brazilian portuguese translation
2018-08-25 21:52:57 +02:00
Twinaphex
6093a56919
Merge pull request #7123 from bparker06/qt_thumbnail
Qt: add right-click option to download thumbnail for playlist entries
2018-08-25 21:52:44 +02:00
altiereslima
8c7526d8ef como sempre... 2018-08-25 16:38:26 -03:00
altiereslima
3d056bc8c4 Update brazilian portuguese translation 2018-08-25 16:24:17 -03:00
orbea
3c6e42ccf6 Silence -Wunknown-warning-option warnings with clang.
When building CXX code with clang it will print many warnings.

warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]

However removing this flag does not introduce any warnings so it
should be safe to remove.
2018-08-25 06:37:33 -07:00
Brad Parker
e9e424ec82 Qt: add right-click option to download thumbnail for playlist entries 2018-08-25 01:00:18 -04:00
orbea
260ce526c2 Fix segfaults when starting vulkan without a working vulkan driver.
RetroArch will crash in several places when running vulkan in an
environment that does not have working vulkan drivers.

This should guard against those crashes and allow RetroArch to fail
safely in those cases.
2018-08-24 19:36:03 -07:00
Twinaphex
a6d5931412
Merge pull request #7120 from alfrix/xmb_exp
Add automatic and systematic to menu icons
2018-08-25 00:22:37 +02:00
Twinaphex
07509a8ec8
Merge pull request #7121 from orbea/video_driver
Default to gl instead of vulkan.
2018-08-25 00:22:18 +02:00
orbea
d8ea30881d Default to gl instead of vulkan.
If the video_driver is set incorrectly it will default to vulkan
instead of gl. However its possible to have RetroArch built with
vulkan even with no working vulkan drivers and this will cause a
segfault.

Defaulting to gl again should be a safer default which should crash
for fewer users.

Fixes https://github.com/libretro/RetroArch/issues/5568.
2018-08-24 13:55:09 -07:00
Alfrix
8dfeaba30b Add automatic and systematic to menu themes 2018-08-24 16:10:19 -03:00
Twinaphex
b095511e97
Merge pull request #7117 from alfrix/xmb_exp
Add Automatic theme
2018-08-23 21:57:52 +02:00
Alfrix
c39ce0e04b Add Automatic theme
It has been in the assets folder a long time by now
2018-08-23 16:41:07 -03:00
Twinaphex
f357526a57
Merge pull request #7116 from altiereslima/master
Update brazilian portuguese translation
2018-08-23 18:46:33 +02:00
altiereslima
6e9a8a9dd9 fix 2018-08-23 13:23:03 -03:00
altiereslima
49b785b9dc Update brazilian portuguese translation
Added some missing strings.
Aligned with msg_hash_us.h
2018-08-23 13:03:36 -03:00
Brad Parker
6464003d5f Qt: use id instead of array index for shader params, fix empty window on vulkan 2018-08-23 11:42:31 -04:00
Twinaphex
ea35fe85f6
Merge pull request #7114 from hyarsan/master
Make the Show Desktop Menu sublabel sound better
2018-08-23 15:38:32 +02:00
Yarsan Hoessain
27147226a0
Make the Show Desktop Menu sublabel sound better 2018-08-23 15:27:09 +02:00
Brad Parker
88cecc521a Qt: hopefully parameters are fixed now part 2 2018-08-22 22:51:50 -04:00
Twinaphex
da3888dd68
Merge pull request #7111 from alfrix/xmb_exp
Add Retrosystem to the support list of menu icons
2018-08-23 02:19:59 +02:00
Alfrix
fb15edebc3 Add Retrosystem to the support list of menu icons 2018-08-22 19:52:27 -03:00
Twinaphex
376dd85715
Merge pull request #7110 from alfrix/xmb_exp
Change start core icon
2018-08-22 22:46:22 +02:00
Alfrix
947113d007 Change start core icon 2018-08-22 16:31:02 -03:00
Twinaphex
c93cf0f362
Merge pull request #7108 from alfrix/xmb_exp
Don't show the pipeline option it was disabled in the build
2018-08-22 17:59:41 +02:00
Alfrix
b118e45d49 Don't show the pipeline option it was disabled in the build 2018-08-22 12:51:59 -03:00
Brad Parker
8ff257290c Qt: hopefully parameters are fixed now 2018-08-21 21:20:25 -04:00
Brad Parker
67653ba5f0 Qt: try to fix wrong parameter being set in a different way 2018-08-21 21:01:56 -04:00
Brad Parker
0b9adb3938 Qt: fix pass parameters switched around on context reset if move up/down buttons were used 2018-08-21 19:16:18 -04:00