45213 Commits

Author SHA1 Message Date
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
Brad Parker
498ed160bb Qt: fix shader passes disappearing on context reset 2018-08-21 18:25:25 -04:00
Twinaphex
0300e8a544
Merge pull request #7107 from TheMrIron2/master
PSP: Slightly more aggressive optimisation
2018-08-22 00:20:01 +02:00
Twinaphex
9740ede4da
Merge pull request #7089 from winneon/discord_improvements
wip - discord: added new discord-rpc statuses & updated discord-rpc calls to stay more consistent
2018-08-21 22:48:59 +02:00
TheMrIron2
96023ea469
PSP: Slightly more aggressive optimisation
- O3 flag replacing O2 for higher level of optimisation. Potentially unstable, but works for Wii U RetroArch along with other PSP emulators. I don't see why not.
- fsingle-precision-constant to simplify some operations. Should be safe while being more performant due to using less memory traffic and may lessen load on the CPU because of the simplification.
2018-08-21 20:48:55 +00:00
Jesse Bryan
5bda0b3a61 general: fixed the merge conflict 2018-08-21 14:57:59 -05:00
Twinaphex
dfe0a81206
Merge pull request #7106 from alfrix/spanish
Update Spanish
2018-08-21 20:35:13 +02:00
Alfrix
fad5569d99 Cleanup styling 2018-08-21 15:30:02 -03:00
Alfrix
052424ffd2 Update Spanish 2018-08-21 15:30:02 -03:00
Twinaphex
8e76145278
Merge pull request #7105 from alfrix/xmb_exp
Change Reset core association icon to undo
2018-08-21 19:43:44 +02:00
Brad Parker
06daa1f9ef Qt: start on history playlist by default, UI option to change it will come later 2018-08-21 13:39:22 -04:00
Twinaphex
94ec9233f6
Merge pull request #7104 from Tatsuya79/patch-3
rename vrr runloop option
2018-08-21 19:19:46 +02:00
Alfrix
8984162e0f Change Reset core association icon to undo 2018-08-21 14:19:35 -03:00
Tatsuya79
1c8f2beca3
update vrr runloop help 2018-08-21 18:47:06 +02:00
Tatsuya79
45bcd62f34
rename vrr runloop option 2018-08-21 18:45:22 +02:00
Brad Parker
cc16c45069 Qt: keep size of shader window when reloading if user has changed it 2018-08-21 11:14:42 -04:00
Jesse Bryan
f6a0b09e7d general: renamed rpcname to systemid 2018-08-21 09:41:16 -05:00
Brad Parker
281966a14c Qt: make sure video_shader exists 2018-08-21 10:15:00 -04:00
Jesse Bryan
c276f9349a discord: remove hardcoded values and use new attribute 2018-08-20 20:55:44 -05:00
Brad Parker
6a4584e301 Update CHANGES.md 2018-08-20 21:49:50 -04:00
Brad Parker
ff09503ac1 Qt: add right-click options to reset shader parameters back to defaults 2018-08-20 21:48:59 -04:00
Brad Parker
4d09ddde1c Qt: limit shader preset/pass selection to the appropriate extensions 2018-08-20 20:26:50 -04:00
Brad Parker
e9c68597ff Qt: try to work around layout crashing issues on Windows 2018-08-20 18:47:18 -04:00