From fef0475abfdb76248651795b1b1e1cd89219c3e4 Mon Sep 17 00:00:00 2001 From: Naxdy Date: Thu, 25 Apr 2024 10:37:51 +0200 Subject: [PATCH] chore: add v1.1.0 changelog --- .changelogs/v1.1.0.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelogs/v1.1.0.md diff --git a/.changelogs/v1.1.0.md b/.changelogs/v1.1.0.md new file mode 100644 index 0000000..ec3784a --- /dev/null +++ b/.changelogs/v1.1.0.md @@ -0,0 +1,7 @@ +This is mainly a QoL and performance update for the NaxGCC. The following changes have been made: + +- Added a MSOS descriptor to the USB device, allowing the NaxGCC to be immediately recognized on Windows, without the need for a custom driver. This should make it plug-and-play for Dolphin on Windows. +- Improved the "rate limiting" of SuperHack mode, which should make it more consistent and less likely to drop inputs compared to "Consistency" mode. +- Added a new "PC" mode which polls at 1000Hz, for use on PC or other consoles that don't have any issues with 1000Hz polling. The "OG" mode now polls at 125Hz always, regardless of which device it is connected to. + +To update your firmware, plug in your controller while keeping the `A+X+Y` buttons held. Then drag & drop the `.uf2` file (found below, under Downloads) onto the storage device that appears.