Autechre
a65a5c675a
Merge pull request #12684 from jdgleaver/rs90-scaling
...
(RS90) Add optional approximate 'semi-linear' scaling filter
2021-07-22 16:56:14 +02:00
Autechre
0ffd876115
Merge pull request #12686 from HyperspaceMadness/Max_Shader_Parameters_Increased_to_1024
...
Max_Shader_Parameters_Increased_to_1024
2021-07-22 16:45:17 +02:00
Remi McGill
fdee0f4e7e
Max_Shader_Parameters_Increased_to_1024
2021-07-22 10:20:50 -04:00
Francisco Javier Trujillo Mata
7f411db808
Use BDM for increasing up USB speed
2021-07-22 00:03:18 +02:00
jdgleaver
218286aa99
(RS90) Add optional approximate 'semi-linear' scaling filter
2021-07-21 14:11:42 +01:00
Autechre
d4d9129ad4
Merge pull request #12678 from QuarkTheAwesome/ozone-icons
...
(Ozone) Use Ozone icons instead of XMB Monochrome
2021-07-20 14:59:08 +02:00
Autechre
be89054d07
Merge pull request #12681 from QuarkTheAwesome/gx2-scissorfix
...
(Wii U) Fix Ozone rendering error
2021-07-20 14:58:53 +02:00
Autechre
28043d88b0
Merge pull request #12682 from QuarkTheAwesome/wiiu-fontalias
...
(Wii U) Font rendering fixes
2021-07-20 14:58:34 +02:00
Ash Logan
60c32fe494
(Wii U) Render font lines with correct spacing
...
No idea about this one, borrowed code from the Vita and it makes
multi-line rendering look correct again
2021-07-20 20:05:44 +10:00
Ash Logan
20e70f9caa
(Wii U) Only sample alpha channel when rendering fonts
...
The font backend provides only the alpha channel for a given glyph, but
we were sampling that channel for the r, g, b and a. Fix by hard-coding
the sampled colour to white - the actually desired colour is multiplied
in later.
2021-07-20 19:57:35 +10:00
Ash Logan
4621ed7dcc
(Wii U) Display scissor doesn't use inverted coordinates
...
Unlike the draw callback, seems the scissor callback does *not*
have an inverted y-coordinate. Yay!
2021-07-20 18:51:53 +10:00
twinaphex
646cadba8c
Another style nit
2021-07-20 05:23:12 +02:00
twinaphex
edd9ed3619
Fix some style nits
2021-07-20 05:13:52 +02:00
Autechre
53a35e87c3
Merge pull request #12680 from jdgleaver/core-info-cache-auto-disable
...
Automatically disable core info cache when core info directory is read-only
2021-07-20 02:46:50 +02:00
Ash Logan
e9a5625445
(Wii U/Vita) Use Ozone icons instead of XMB Monochrome
...
The Ozone icons are small pngs, 46x46, while the XMB Monochrome icons
are 256x256, which do not look good on low-dpi screens when downscaled
so extremely.
2021-07-20 08:59:16 +10:00
Mark W. Kidd
8038d899d6
add documentation to input_driver.h
2021-07-19 12:05:28 -04:00
jdgleaver
e306dd8eeb
Automatically disable core info cache when core info directory is read-only
2021-07-19 16:39:18 +01:00
Autechre
8db304328c
Merge pull request #12679 from jdgleaver/rgui-start-fs-thumbs
...
(RGUI) Enable fullscreen thumbnail toggle using RetroPad 'start' button
2021-07-19 15:41:14 +02:00
jdgleaver
af88aaee77
(RGUI) Enable fullscreen thumbnail toggle using RetroPad 'start' button
2021-07-19 14:15:28 +01:00
Autechre
ea18d4ffcb
Merge pull request #12676 from QuarkTheAwesome/kpad-fix
...
(Wii U) Fix inputs breaking when connecting/disconnecting remotes
2021-07-19 14:24:51 +02:00
Ash Logan
27b02d66aa
(Wii U) Ignore some bogus KPAD results
...
This API is completely bonkers, seems to have no idea what the error
conditions are
2021-07-19 16:59:41 +10:00
Autechre
8bde566019
Merge pull request #12664 from markwkidd/upnp-error
...
clarify netplay upnp port mapping status messages
2021-07-19 02:11:44 +02:00
Autechre
7cb5857ed3
Merge pull request #12675 from gouchi/have_extralang
...
intl: Add missing languages for the first startup
2021-07-19 02:11:28 +02:00
Autechre
48830e72df
Merge pull request #12665 from embercold/fix-xdg-screensaver
...
Prevent xdg-screensaver's "Protocol error" messages
2021-07-19 02:04:11 +02:00
gouchi
fcefefaeab
intl: Add missing languages for the first startup
2021-07-18 22:40:01 +02:00
Autechre
21cf6b89a8
Merge pull request #12671 from QuarkTheAwesome/http-progress-fix
...
(task_http.c) Fix progress indication for large files on 32-bit systems
2021-07-18 22:16:18 +02:00
Autechre
c007a81103
Merge pull request #12672 from QuarkTheAwesome/network-fixes
...
(Wii U) Network speed optimisations
2021-07-18 22:16:01 +02:00
Autechre
80fc5062c1
Merge pull request #12673 from QuarkTheAwesome/filesystem-opt
...
(Wii U) Filesystem optimisations
2021-07-18 22:15:41 +02:00
Jamiras
da8f257323
log retry delay when automatically retrying network failure
2021-07-18 09:49:30 -06:00
Ash Logan
e43f07b85b
wiiu: Add fastpath for already aligned buffers
2021-07-18 22:33:26 +10:00
Ash Logan
a3be19214e
vfs: Use 128k vbufs for Wii U
...
We have loads of RAM and large vbufs are *very* beneficial
2021-07-18 22:33:17 +10:00
Ash Logan
90040117af
deps/libfat: Increase cache size on Wii U
...
We got lotsa RAM! See
5be1be8e66/libfat/common.h (L62-L66)
2021-07-18 22:33:12 +10:00
Ash Logan
5887016db3
deps/libiosuhax: Update to wiiu-env/libiosuhax@69532cf
2021-07-18 22:33:06 +10:00
Ash Logan
e5553bde4e
wiiu: Network optimisations - WINSCALE, TCP sACK, large buffers
...
See code sample in https://github.com/devkitPro/wut/issues/169 and
2430789406/src/net.c (L88)
2021-07-18 21:02:56 +10:00
Ash Logan
a35323ace9
(task_http.c) Use 100% as maximum, not minimum
...
With previous logic, any normal percentage would get MAX'd to 100%
(max(70, 100) == 100). Correct math to use here is min
2021-07-18 14:47:25 +10:00
Ash Logan
6521bfcdc1
gitignore: Don't ignore some of the Wii U sources
2021-07-17 12:16:18 +10:00
Autechre
e5bbd9488f
Merge pull request #12666 from jdgleaver/odbeta-snes-scaling-fix
...
(OpenDingux Beta) Fix IPU scaling when running 256x224 (SNES/Genesis) content
2021-07-16 19:04:57 +02:00
jdgleaver
6b65daf07d
(OpenDingux Beta) Fix IPU scaling when running 256x224 (SNES/Genesis) content
2021-07-16 17:48:03 +01:00
Mark W. Kidd
03f2d2376e
clarify netplay upnp port mapping messages
2021-07-16 11:20:13 -04:00
Ember Cold
214a80b338
Prevent xdg-screensaver's "Protocol error" messages
2021-07-16 17:21:11 +03:00
Mark W. Kidd
64672b4b63
consolidate menu_input.h declarations
2021-07-15 14:19:38 -04:00
Autechre
d1c03b22e3
Merge pull request #12660 from libretro/vitapig
...
Vita: wrong flags for not piglet version
2021-07-15 19:58:52 +02:00
Francisco José García García
260352aa9e
Vita: wrong flags for not piglet version
2021-07-15 19:21:33 +02:00
Autechre
2ea76c6188
Merge pull request #12659 from jdgleaver/rs90-appdata-sd
...
(RS-90) Move appdata (retroarch) base directory to external microsd card
2021-07-15 18:50:22 +02:00
jdgleaver
9e100b752e
(RS-90) Move appdata (retroarch) base directory to external microsd card
2021-07-15 16:56:23 +01:00
Autechre
23b8652656
Merge pull request #12655 from jdgleaver/rs90-disable-flags
...
(RS-90) Disable unnecessary/inappropriate build flags
2021-07-15 17:06:56 +02:00
Autechre
c88226188f
Merge pull request #12656 from jdgleaver/rs90-hide-video-filter
...
(RS-90) Hide 'Bilinear Filtering' video option
2021-07-15 17:06:39 +02:00
Autechre
c3fee95273
Merge pull request #12657 from IlDucci/translationsupdatewithscript
...
Fetch translations from Crowdin 15-Jul-2021
2021-07-15 17:06:26 +02:00
IlDucci
7900ba604f
Fetch translations from Crowdin 15-Jul-2021
2021-07-15 15:21:27 +02:00
jdgleaver
21228cfbd4
(RS-90) Hide 'Bilinear Filtering' video option
2021-07-15 11:53:07 +01:00