twinaphex
ad7612eef3
(wiiu) Style nit cleanups
2020-05-07 20:23:14 +02:00
twinaphex
33cf0e160c
Style nits
2020-05-07 20:13:02 +02:00
Autechre
b78c48c2c3
Merge pull request #10581 from Roet-Ivar/wiiu_storage_usb_access
...
Added access to WiiU-formated storage to be browsed by RetroArch
2020-05-07 20:05:09 +02:00
Autechre
778b42de58
Merge pull request #10584 from meleu/patch-9
...
retroarch.cfg: add cheevos related configs
2020-05-07 20:04:40 +02:00
meleu
2f392f2260
retroarch.cfg: add cheevos related configs
2020-05-07 14:28:15 -03:00
Roet-Ivar
ad34f4845b
Added access to WiiU-formated storage to be browsed by RetroArch
2020-05-07 12:49:04 +02:00
Autechre
36802f7133
Update CHANGES.md
v1.8.6
2020-05-06 02:13:22 +02:00
Autechre
ca782bd015
Update CHANGES.md
2020-05-06 02:13:01 +02:00
Autechre
7b3aaa6bbb
Merge pull request #10570 from MrHuu/patch-7
...
(3DS) re-Enable 7z support
2020-05-05 18:02:34 +02:00
MrHuu
16d12e804c
(3DS) re-Enable 7z support
...
Adds missing HAVE_7ZIP definition for griffin builds.
I have no issues with this. Browsing and loading .7z files works as it should.
Unless there's a specific reason this was removed, it can be enabled.
2020-05-05 12:25:13 +02:00
Autechre
25be09acd3
Merge pull request #10564 from jdgleaver/3ds-filter-fix
...
(3DS) Disable video filter if upscaled resolution exceeds hardware limits
2020-05-04 19:28:42 +02:00
Autechre
621e220177
Merge pull request #10569 from jdgleaver/3ds-font-fix
...
(3DS) Fix font driver
2020-05-04 19:28:10 +02:00
jdgleaver
a305a48a11
(3DS) Fix font driver
2020-05-04 16:57:44 +01:00
hizzlekizzle
877a7f8d6c
Merge pull request #10563 from phcoder/radir
...
psl1ght: Fix cores info path
2020-05-04 09:54:36 -05:00
jdgleaver
702bc18128
(3DS) Disable video filter if upscaled resolution exceeds hardware limits
2020-05-04 11:52:53 +01:00
Vladimir Serbinenko
afe68f9cd8
psl1ght: Fix cores info path
2020-05-04 11:43:47 +02:00
Autechre
3ecde62930
Merge pull request #10550 from guoyunhe/unify-show-hide
...
unify "show/hide" -> "show or hide"
2020-05-01 21:17:01 +02:00
Guo Yunhe
ab7c2f23cf
unify "show/hide" -> "show or hide"
2020-05-01 21:17:52 +03:00
Autechre
0554e3cb3d
Merge pull request #10549 from Alcaro/patch-4
...
Fix copypasted typo
2020-05-01 18:42:06 +02:00
Alcaro
c9dcc18fa4
Fix copypasted typo
2020-05-01 17:46:18 +02:00
Autechre
43c521de44
Merge pull request #10548 from jdgleaver/qt-volume-settings
...
(Qt) Add 'audio mixer volume' and 'mute when fast-forwarding' settings options
2020-05-01 17:30:05 +02:00
jdgleaver
4ef5eb1eb2
(Qt) Add 'audio mixer volume' and 'mute when fast-forwarding' settings options
2020-05-01 13:58:20 +01:00
Autechre
1a07476138
Merge pull request #10547 from jdgleaver/fast-forward-mute
...
Add option to mute audio when fast-forwarding
2020-05-01 14:11:31 +02:00
jdgleaver
3f2ba2e791
Add option to mute audio when fast-forwarding
2020-05-01 12:19:31 +01:00
hizzlekizzle
9dc963e15a
Merge pull request #10544 from jdgleaver/glcore-shader-fix
...
(glcore/slang) Set filter and wrap mode correctly when intialising shader textures
2020-04-30 15:45:45 -05:00
Autechre
fb28c79e13
Merge pull request #10545 from aschain/maylashN64-fix
...
Fix for mayflash N64 adapter
2020-04-30 20:09:45 +02:00
A Schain
1e751d00ea
In case last hatswitch does not match cookie
...
For the mayflash N64 adapter, I was getting a BAD EXC ADDRESS (in mac OS 10.13) for this line (tmp was NULL). Retroarch would crash in the gui if I pressed a button from the DPAD on controller 2. With this change, it no longer crashes in the gui and still registers the button push.
2020-04-30 13:27:44 -04:00
jdgleaver
548c5dc925
(glcore/slang) Set filter and wrap mode correctly when intialising shader textures
2020-04-30 17:04:02 +01:00
Autechre
9c100ded3a
Merge pull request #10535 from jdgleaver/ozone-metadata-toggle
...
(Ozone) Enable second thumbnail/content metadata toggle using RetroPad 'select'
2020-04-30 15:52:51 +02:00
Autechre
5160f35bd8
Merge pull request #10531 from altiereslima/master
...
Update msg_hash_pt_br.h
2020-04-30 15:00:53 +02:00
Autechre
34d3641d0a
Merge pull request #10534 from ShadowOne333/patch-2
...
Update and fix meta.xml file for the WiiU release
2020-04-30 15:00:38 +02:00
Autechre
4198a0d3a8
Merge pull request #10536 from karlforshaw/master
...
Advise against using -s and -S variables on the command line.
2020-04-30 14:59:46 +02:00
Autechre
8f0ef54455
Merge pull request #10539 from trioan/buildfix
...
MSVC Buildfix
2020-04-30 14:19:23 +02:00
Autechre
e92331cf1f
Merge pull request #10542 from jdgleaver/screenshot-fix
...
(task_screenshot) Fix heap-use-after-free error when widgets are disabled
2020-04-30 14:17:21 +02:00
jdgleaver
3a3c4f60bf
(task_screenshot) Fix heap-use-after-free error when widgets are disabled
2020-04-30 11:25:53 +01:00
jdgleaver
19a8a815f0
(Ozone) Hide thumbnail button hints when viewing file browser lists
2020-04-30 09:57:44 +01:00
trioan
35bf716766
(MSVC 2012) Buildfix
2020-04-29 19:45:48 -05:00
trioan
3883616d93
(MSVC 2013) Buildfix
2020-04-29 19:45:32 -05:00
trioan
de0b34aa0a
(MSVC 2015) Buildfix
2020-04-29 22:59:20 +00:00
trioan
e14fc1b087
(MSVC 2017) Buildfix
2020-04-29 22:55:22 +00:00
hizzlekizzle
53d07b30cc
Merge pull request #10515 from im-4-potato/master
...
US Translation: Style changes and more cleanup
2020-04-29 17:49:28 -05:00
jdgleaver
0b294faa71
(Ozone) Refactor footer display
2020-04-29 17:54:49 +01:00
twinaphex
d995fa045a
(GDI) Get rid of unused functions
2020-04-29 18:40:48 +02:00
Karl Forshaw
5ed60cde04
Advise against using -s and -S variables on the command line.
...
Signed-off-by: Karl Forshaw <karlforshaw@gmail.com>
2020-04-29 13:39:12 +01:00
twinaphex
bb27496e2e
Prevent NULL pointer dereference
2020-04-29 14:38:11 +02:00
twinaphex
9b8c596057
(GL Core) Buildfix for video context drivers that dont
...
implement this callback
2020-04-29 13:50:21 +02:00
jdgleaver
30555f8132
(Ozone) Enable second thumbnail/content metadata toggle using RetroPad 'select'
2020-04-29 12:29:42 +01:00
Shadow
a319db9119
Typo fix
...
Typo fix
2020-04-28 21:36:13 -07:00
Shadow
b5eabf633a
Update and fix meta.xml file for the WiiU release
...
This change makes it so the information from the meta.xml file parsed for the WiiU's Homebrew Launcher is displayed properly.
2020-04-28 21:20:30 -07:00
altiereslima
a27912b816
Update msg_hash_pt_br.h
2020-04-28 18:13:47 -03:00