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
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
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
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
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
jdgleaver
0437659490
(RS-90) Disable unnecessary/inappropriate build flags
2021-07-15 11:15:55 +01:00
Autechre
d8f780848a
Merge pull request #12653 from jdgleaver/rs90-osd-fix
...
(RS-90) Fix offset of OSD text
2021-07-14 17:52:30 +02:00
jdgleaver
14580e5f6f
(RS-90) Fix offset of OSD text
2021-07-14 16:44:30 +01:00
Autechre
0ad936f600
Merge pull request #12651 from jdgleaver/rgui-sublabel-length-fix
...
(RGUI) Fix sublabel length when menu clock is disabled
2021-07-14 17:39:29 +02:00
Autechre
607711d3f9
Merge pull request #12652 from jdgleaver/rs90-hide-clock
...
(RS-90) Disable menu clock by default
2021-07-14 17:39:23 +02:00
jdgleaver
7439f4d6d0
(RS-90) Disable menu clock by default
2021-07-14 15:27:07 +01:00
jdgleaver
137f18bed1
(RGUI) Fix sublabel length when menu clock is disabled
2021-07-14 15:03:29 +01:00
jdgleaver
7af4f6e84d
(.gitlab-ci.yml) Add RS-90 target
2021-07-14 13:01:30 +02:00
Autechre
b644a37622
Merge pull request #12647 from jdgleaver/dingux-frameskip-fix
...
(Dingux) Fix display when cores 'drop' frames
2021-07-13 21:42:02 +02:00
Autechre
e1daabde65
Merge pull request #12592 from john-parton/feature/rs90
...
[DRAFT] RetroMini RS-90 Support
2021-07-13 20:25:27 +02:00
Autechre
ec685d051e
Merge pull request #12648 from jdgleaver/odbeta-alsa-default
...
(Dingux Beta) Use ALSA audio driver by default
2021-07-13 20:25:10 +02:00
John Parton
f6aeb717ba
Basic rs90 build
...
DINGUX_BETA has clock_gettime libogc
Add tinyalsa support to rs90
2021-07-13 11:36:48 -05:00