p-sam
0f5f8798ea
libnx: input fixes
...
- fix poll missing for controller 2-8
- fix layout not applied correctly and hangs when splitting joycons
2021-07-28 21:49:09 +02:00
twinaphex
09d496b534
Rewrite DISPLAYLIST_AUDIO_SETTINGS_LIST
2021-07-28 17:36:35 +02:00
Autechre
8e9587f451
Merge pull request #12698 from Xbox-Homebrew/master
...
turn off core info cache by default on UWP
2021-07-26 21:22:16 +02:00
tunip3
9de0cc1ffe
turn off core info cache by default on UWP
2021-07-26 20:17:35 +01:00
Autechre
0faddc91f7
Merge pull request #12696 from jdgleaver/override-fix
...
Ensure that config overrides and remaps are unloaded upon core initialisation failure and when core calls RETRO_ENVIRONMENT_SHUTDOWN
2021-07-26 19:12:27 +02:00
jdgleaver
d2f8af553d
Ensure that config overrides and remaps are unloaded upon core initialisation failure and when core calls RETRO_ENVIRONMENT_SHUTDOWN
2021-07-26 16:14:35 +01:00
Autechre
5c2f79aa29
Merge pull request #12694 from Xbox-Homebrew/master
...
Workaround Explore tab crash
2021-07-25 16:43:36 +02:00
twinaphex
9e1ad64e89
(winraw_input.c) Fixed some typos and style nits
2021-07-25 16:36:48 +02:00
Autechre
0d36cf2a4a
Merge pull request #12692 from alphanu1/master
...
Fixed absolute co-ords for CRT and non CRT users
2021-07-25 16:34:30 +02:00
tunip3
61aeb982fd
make it so that the explore tab is disabled by default on winrt devices
2021-07-25 14:35:02 +01:00
Ben Templeman
48e4b02fad
Fixed absolute co-ords for CRT and non crt users
...
Fixed typo
added delay between winraw rect change to fix roslution changing issues.
added more comments
added delay reset
Fixed typo
updated comments
added RECT size to log
updated logging
2021-07-25 11:06:34 +01:00
twinaphex
8373ac6746
Bump version to 1.9.7
v1.9.7
2021-07-25 07:58:25 +02:00
Autechre
73342af8b6
Merge pull request #12691 from fjtrujy/ps2_font_driver
...
Ps2 font driver
2021-07-24 17:38:55 +02:00
Francisco Javier Trujillo Mata
d972f66faa
Remove not needed import and PCSX2 macro
2021-07-24 10:32:09 +02:00
Francisco Javier Trujillo Mata
dadf49764b
Implement proper ps2_font driver instead of using the font driver from gskit
2021-07-24 10:32:09 +02:00
Autechre
1071c93c82
Merge pull request #12609 from markwkidd/input-drivers
...
add source comments to input_drivers.h
2021-07-23 06:33:08 +02:00
Autechre
773c7ed5ee
Merge pull request #12688 from fjtrujy/bdm
...
Use BDM for increasing up USB stability
2021-07-22 22:09:33 +02:00
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
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