├── README.md ├── _coverpage.md ├── ads.txt ├── app-ads.txt ├── assets ├── badges │ ├── app-store.png │ └── play-store.png ├── cemu │ ├── configure-controls.png │ ├── configure-dsu-ip-and-port.png │ ├── configure-dsu-searched.png │ ├── configure-dsu-searching.png │ ├── configure-key-mapping.png │ └── configure-motion.png ├── dolphin │ ├── add-dsu-client.png │ ├── configure-controller.png │ └── configure-motor.png ├── dsu-controller │ ├── controller-page-classic.png │ ├── controller-page-nunchuk.png │ ├── controller-page.png │ ├── press-joycon-left-magic.png │ ├── scan-qrcode.png │ ├── settings-for-joycon-left-magic.png │ ├── settings-page-classic.png │ ├── settings-page-nunchuk.png │ └── settings-page.png ├── dsu-manager │ ├── device-ip-and-port.png │ ├── device-list.png │ ├── qrcode.png │ └── start.png ├── ryujinx │ ├── configure-controls.png │ └── configure-motion.png └── yuzu │ ├── configure-controls.png │ └── configure-motion.png ├── configs └── dolphin │ ├── DSUController.ini │ ├── DSUController_with_Classic.ini │ └── DSUController_with_Nunchuk.ini ├── favicon.png ├── index.html ├── privacy.md ├── robots.txt └── terms.md /README.md: -------------------------------------------------------------------------------- 1 | # DSUController Guides 2 | 3 | DSUController (means DualShock UDP controller) is a mobile app based on [cemuhook-protocol](https://github.com/v1993/cemuhook-protocol) to simulate some game controllers. 4 | It can be used with [Cemu](http://cemu.info/) using [Cemuhook](https://sshnuke.net/cemuhook/), [Citra](https://citra-emu.org/), [Dolphin](https://dolphin-emu.org/), [Yuzu](https://yuzu-emu.org/) and other more game console emulators. 5 | 6 | ## Download 7 | 8 | Get it on Google Play 9 | Download on the App Store 10 |
11 |
12 | 13 | ## Screenshots 14 | 15 | Controller Page 16 | Settings Page 17 | 18 | ## Run with [Dolphin](https://dolphin-emu.org/) 19 | 20 | 1. Open **Controller Settings** on Dolphin. 21 | 2. Click **Alternate Input Sources**. 22 | 3. Check **Enable**. 23 | 4. Click **Add...**, input the DSUController's IP address and port number (find them on the settings page). 24 | 25 | Add DSU Client 26 | 27 | 5. Select `Emulated Wii Remote` as **Wii Remote 1** and click **Configure**. 28 | 6. Select `DSUClient/1/` as **Device**. 29 | 7. Download DSUController.ini into the Dolphin Config folder: 30 | > * windows: `~/Documents/Dolphin\ Emulator/Config/Profiles/Wiimote/` 31 | > * macOS: `~/Library/Application\ Support/Dolphin/Config/Profiles/Wiimote/` 32 | 8. Select `DSUController` as **Profile**, and click **load**. 33 | 34 | Configure Controller 35 | 36 | 9. Close **Controller Settings** and start some games to have fun. 37 | 38 | ### FAQ 39 | 40 | 1. Why doesn't `DSUClient/x/` appear on Dolphin's Devices list? 41 | > Try to restart the DSU server or relaunch the app.
42 | > Make sure the app and emulator are on the same Wi-Fi network, and [Local Network Access](https://support.apple.com/en-us/HT211870) is enabled on the app. 43 | 2. Can it rumble? 44 | > Yes, but the [PR](https://github.com/dolphin-emu/dolphin/pull/11545) for this feature is not merged currently.
45 | > You can download the trial version of Dolphin Emulator from the [artifacts](https://github.com/breeze2/dsu-controller-guides/releases).
46 | > Click **Motor**, and select `Motor 0` or `Motor 1` on **Configure Output** window. The phone will vibrate when you click **Test**.
47 | > Configure Motor 48 | 3. Can it simulate Wii Nunchuk? 49 | > Yes, but you need two smartphones.
50 | > First, download DSUController_with_Nunchuk.ini into the Dolphin Config folder.
51 | > Then select `DSUController_with_Nunchuk` as **Profile** on Dolphin Emulator controller settings window and load it.
52 | > Make sure the phone `DSUClient/1/` uses layout `Wii Remote` and the phone `DSUClient/0/` uses layout `Wii Nunchuk` on DSUController settings page.
53 | > Controller Page 54 | > Settings Page 55 | 4. Can it simulate Wii Classic Controller? 56 | > Yes.
57 | > First, download DSUController_with_Classic.ini into the Dolphin Config folder.
58 | > Then select `DSUController_with_Classic` as **Profile** on Dolphin Emulator controller settings window and load it.
59 | > Controller Page 60 | > Settings Page 61 | 62 | ## Run with Cemu 2.0 63 | 64 | 1. Open **Input settings** on Cemu 2.0, 65 | 2. Select `Wii U GamePad` as **Emulated controller** (suppose you select `Wii Classic` as **Controller Layout** on DSUController app). 66 | > Controller Searching 67 | 3. Click the `+` button next to the **Controller** dropdown, select `DSUController` as **API** and input the ip and port (you can find them on DSUController app). 68 | > Controller Searching 69 | 4. Wait for the searching, select `Controller 2` as **Controller** and click the `Add` button. 70 | > Controller Searching 71 | > Controller Searched 72 | 5. Click **Settings** and check **Use motion**. 73 | > Controller Settings 74 | 6. Configure key mappings: 75 | > * Click the `A` button on Cemu and then press the `a` button on DSUController app. 76 | > * Click the `click` button of **Left Axis** and then double press the left stick on DSUController app. 77 | > * And more... 78 | >
Controller Key Mapping 79 | 7. Close **Input settings** and start some games to have fun. 80 | 81 | 82 | ## Run with DSU Manager (on Windows) 83 | 84 | > Only supports windows at present 85 | 86 | 1. Download and install latest [ViGEmBus](https://github.com/ViGEm/ViGEmBus/releases). 87 | 2. Download and install latest [DSU Manager](https://github.com/breeze2/dsu-manager-guides/releases). 88 | 3. Open DSU Manager, and click **Start**, you will get a QRCode. 89 | > DSU Manager Start 90 | > DSU Manager QRCode 91 | 4. Open the settings page on DSU Controller (v2.0 at least), click **Connect DSU Manager**, and then scan the QRCode. 92 | > Scan QRCode 93 | > Device List 94 | 5. Now you get a virtual XInput controller, you can use it to play any games on your PC 🎉🎉🎉. 95 | 96 | ### FAQ 97 | 98 | 1. How to press JoyStick (trigger l3 or r3) ? 99 | > Within half a second (0.5s), double tap the joystick on DSUController (v2.3.0 at least), will trigger the joystick pressing. 100 | 2. After scanning the QR code, nothing happened? 101 | > Make sure DSUManager can communicate through Windows Firewall, please refer to this video, [How to Allow a program to communicate through Windows Firewall for Microsoft](https://www.dell.com/support/contents/en-us/videos/videoplayer/how-to-allow-a-program-to-communicate-through-windows-firewall-for-microsoft/6079812902001). 102 | 103 | 104 | ## Run with [yuzu](https://github.com/yuzu-emu/yuzu) (on Windows) 105 | 106 | 1. Similarly, you need to have [ViGEmBus](https://github.com/ViGEm/ViGEmBus/releases) and [DSU Manager](https://github.com/breeze2/dsu-manager-guides/releases) installed first. 107 | 2. Make sure DSU Controller is connected with DSU Manager. 108 | 3. Open the settings page on DSU Controller, select `Xbox 360` or `JoyCon Left` as **Controller Layout**. 109 | 4. Open the **yuzu Configuration** window, select **Controls** tab, select `Pro Controller` or `Left JoyCon` as **Connect Controller**, and select `Xbox 360 Controller 0` as **Input Device**, then yuzu will complete button mappings automatically. 110 | > Configure Controls 111 | 5. Check the **Vibration**. 112 | 6. Check the **Motion**, Click **Motion Configure**. 113 | 7. Open the **Configure Motion/Touch** window, add CemuhookUDP server (you can find the ip and port on DSU Manager), then click **OK** to close this window. 114 | > Configure Motion 115 | > Device Ip and Port 116 | 8. Click **Motion1 [not set]** or **Motion1 [mouse]**, shake your phone, it will change to **Motion1 [cemuhookudp]**. 117 | 9. Next just enjoy your game on yuzu 🎉🎉🎉. 118 | 119 | ## Run with [Ryujinx](https://github.com/Ryujinx/Ryujinx) (on Windows) 120 | 121 | 1. Similarly, you need to have [ViGEmBus](https://github.com/ViGEm/ViGEmBus/releases) and [DSU Manager](https://github.com/breeze2/dsu-manager-guides/releases) installed first. 122 | 2. Make sure DSU Controller is connected with DSU Manager. 123 | 3. Open the settings page on DSU Controller, select `Xbox 360` or `JoyCon Left` as **Controller Layout**. 124 | 4. Open the **Ryujinx Settings** window, select **Input** tab, select `Pro Controller` or `Left JoyCon` as **Controller Type**, and select `Xbox 360 Controller (0)` as **Input Device**, then Ryujinx will complete button mappings automatically. 125 | > Configure Controls 126 | 5. Check the **Rumble**. 127 | 6. Check the **Motion**, Click **Configure**. 128 | 7. Open the **Motion Control Settings** window, check the **Use CemuHook compatible motion**, input the ip and port of the server host (you can find the ip and port on DSU Manager), input `1` as **Controller Slot**. 129 | > Configure Motion 130 | 8. Click **Save** and click **OK**. 131 | 9. Next just enjoy your game on Ryujinx 🎉🎉🎉. 132 | 133 | ## Magic combination Keys 134 | 135 | 1. Select one magic layout, like `Xbox 360 Lite Magic`, or `JoyCon Left Magic` (v2.1 at least). 136 | 2. Configure combination keys. 137 | 3. For example, configure as shown, then press the `🔼` button and move, it will trigger the `L`(move to right) or `ZL`(move to left) pressing. 138 | > Configure Motion 139 | > Device Ip and Port 140 | 141 | ## Use the game controller connected with your phone 142 | See [#12](https://github.com/breeze2/dsu-controller-guides/issues/12) 143 | 144 | ## Lock buttons 145 | See [#25](https://github.com/breeze2/dsu-controller-guides/issues/25) 146 | 147 | ## Privacy & Terms 148 | 149 | - [Privacy](https://breeze2.github.io/dsu-controller-guides/privacy) 150 | - [Terms & Conditions](https://breeze2.github.io/dsu-controller-guides/terms) 151 | -------------------------------------------------------------------------------- /_coverpage.md: -------------------------------------------------------------------------------- 1 | ![logo](favicon.png) 2 | 3 | # DSU Controller 2.3.0 4 | 5 | > A mobile app to simulate some game controllers. 6 | 7 | 8 | Get it on Google Play 9 | Download on the App Store -------------------------------------------------------------------------------- /ads.txt: -------------------------------------------------------------------------------- 1 | google.com, pub-8868215960675155, DIRECT, f08c47fec0942fa0 -------------------------------------------------------------------------------- /app-ads.txt: -------------------------------------------------------------------------------- 1 | google.com, pub-8868215960675155, DIRECT, f08c47fec0942fa0 -------------------------------------------------------------------------------- /assets/badges/app-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/badges/app-store.png -------------------------------------------------------------------------------- /assets/badges/play-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/badges/play-store.png -------------------------------------------------------------------------------- /assets/cemu/configure-controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/cemu/configure-controls.png -------------------------------------------------------------------------------- /assets/cemu/configure-dsu-ip-and-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/cemu/configure-dsu-ip-and-port.png -------------------------------------------------------------------------------- /assets/cemu/configure-dsu-searched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/cemu/configure-dsu-searched.png -------------------------------------------------------------------------------- /assets/cemu/configure-dsu-searching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/cemu/configure-dsu-searching.png -------------------------------------------------------------------------------- /assets/cemu/configure-key-mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/cemu/configure-key-mapping.png -------------------------------------------------------------------------------- /assets/cemu/configure-motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/cemu/configure-motion.png -------------------------------------------------------------------------------- /assets/dolphin/add-dsu-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dolphin/add-dsu-client.png -------------------------------------------------------------------------------- /assets/dolphin/configure-controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dolphin/configure-controller.png -------------------------------------------------------------------------------- /assets/dolphin/configure-motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dolphin/configure-motor.png -------------------------------------------------------------------------------- /assets/dsu-controller/controller-page-classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/controller-page-classic.png -------------------------------------------------------------------------------- /assets/dsu-controller/controller-page-nunchuk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/controller-page-nunchuk.png -------------------------------------------------------------------------------- /assets/dsu-controller/controller-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/controller-page.png -------------------------------------------------------------------------------- /assets/dsu-controller/press-joycon-left-magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/press-joycon-left-magic.png -------------------------------------------------------------------------------- /assets/dsu-controller/scan-qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/scan-qrcode.png -------------------------------------------------------------------------------- /assets/dsu-controller/settings-for-joycon-left-magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/settings-for-joycon-left-magic.png -------------------------------------------------------------------------------- /assets/dsu-controller/settings-page-classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/settings-page-classic.png -------------------------------------------------------------------------------- /assets/dsu-controller/settings-page-nunchuk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/settings-page-nunchuk.png -------------------------------------------------------------------------------- /assets/dsu-controller/settings-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-controller/settings-page.png -------------------------------------------------------------------------------- /assets/dsu-manager/device-ip-and-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-manager/device-ip-and-port.png -------------------------------------------------------------------------------- /assets/dsu-manager/device-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-manager/device-list.png -------------------------------------------------------------------------------- /assets/dsu-manager/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-manager/qrcode.png -------------------------------------------------------------------------------- /assets/dsu-manager/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/dsu-manager/start.png -------------------------------------------------------------------------------- /assets/ryujinx/configure-controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/ryujinx/configure-controls.png -------------------------------------------------------------------------------- /assets/ryujinx/configure-motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/ryujinx/configure-motion.png -------------------------------------------------------------------------------- /assets/yuzu/configure-controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/yuzu/configure-controls.png -------------------------------------------------------------------------------- /assets/yuzu/configure-motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/assets/yuzu/configure-motion.png -------------------------------------------------------------------------------- /configs/dolphin/DSUController.ini: -------------------------------------------------------------------------------- 1 | [Profile] 2 | Device = DSUClient/1/ 3 | Buttons/A = Cross 4 | Buttons/B = Square 5 | Buttons/1 = Triangle 6 | Buttons/2 = Circle 7 | Buttons/- = Share 8 | Buttons/+ = Options 9 | Buttons/Home = PS 10 | IR/Up = `Cursor Y-` 11 | IR/Down = `Cursor Y+` 12 | IR/Left = `Cursor X-` 13 | IR/Right = `Cursor X+` 14 | Tilt/Modifier/Range = 50.0 15 | Shake/X = `Middle Click` 16 | Shake/Y = `Middle Click` 17 | Shake/Z = `Middle Click` 18 | IMUAccelerometer/Up = `Accel Up` 19 | IMUAccelerometer/Down = `Accel Down` 20 | IMUAccelerometer/Left = `Accel Left` 21 | IMUAccelerometer/Right = `Accel Right` 22 | IMUAccelerometer/Forward = `Accel Forward` 23 | IMUAccelerometer/Backward = `Accel Backward` 24 | IMUGyroscope/Pitch Up = `Gyro Pitch Up` 25 | IMUGyroscope/Pitch Down = `Gyro Pitch Down` 26 | IMUGyroscope/Roll Left = `Gyro Roll Left` 27 | IMUGyroscope/Roll Right = `Gyro Roll Right` 28 | IMUGyroscope/Yaw Left = `Gyro Yaw Left` 29 | IMUGyroscope/Yaw Right = `Gyro Yaw Right` 30 | Nunchuk/Stick/Modifier/Range = 50.0 31 | Nunchuk/Tilt/Modifier/Range = 50.0 32 | Classic/Left Stick/Modifier/Range = 50.0 33 | Classic/Right Stick/Modifier/Range = 50.0 34 | Guitar/Stick/Modifier/Range = 50.0 35 | Drums/Stick/Modifier/Range = 50.0 36 | Turntable/Stick/Modifier/Range = 50.0 37 | uDraw/Stylus/Modifier/Range = 50.0 38 | Drawsome/Stylus/Modifier/Range = 50.0 39 | Rumble/Motor = `Motor 0` 40 | D-Pad/Up = `Pad N` 41 | D-Pad/Down = `Pad S` 42 | D-Pad/Left = `Pad W` 43 | D-Pad/Right = `Pad E` 44 | -------------------------------------------------------------------------------- /configs/dolphin/DSUController_with_Classic.ini: -------------------------------------------------------------------------------- 1 | [Profile] 2 | Device = DSUClient/1/ 3 | Tilt/Modifier/Range = 50.0 4 | Extension = Classic 5 | Nunchuk/Stick/Modifier/Range = 50.0 6 | Nunchuk/Tilt/Modifier/Range = 50.0 7 | Classic/Buttons/A = Circle 8 | Classic/Buttons/B = Cross 9 | Classic/Buttons/X = Triangle 10 | Classic/Buttons/Y = Square 11 | Classic/Buttons/ZL = `L2` 12 | Classic/Buttons/ZR = `R2` 13 | Classic/Buttons/- = Share 14 | Classic/Buttons/+ = Options 15 | Classic/Buttons/Home = PS 16 | Classic/Left Stick/Up = `Left Y-` 17 | Classic/Left Stick/Down = `Left Y+` 18 | Classic/Left Stick/Left = `Left X-` 19 | Classic/Left Stick/Right = `Left X+` 20 | Classic/Left Stick/Modifier/Range = 50.0 21 | Classic/Left Stick/Calibration = 100.00 100.34 100.02 99.91 100.24 99.88 99.66 99.85 99.71 99.89 99.95 100.31 100.37 100.31 100.18 99.85 100.00 99.73 99.90 99.84 100.14 99.98 100.00 99.73 99.94 99.50 100.00 100.00 99.66 99.55 99.73 100.15 22 | Classic/Right Stick/Up = `Right Y-` 23 | Classic/Right Stick/Down = `Right Y+` 24 | Classic/Right Stick/Left = `Right X-` 25 | Classic/Right Stick/Right = `Right X+` 26 | Classic/Right Stick/Modifier/Range = 50.0 27 | Classic/Right Stick/Calibration = 100.00 100.34 100.21 100.20 99.83 100.12 100.16 99.97 100.00 100.34 99.87 100.37 99.86 100.14 100.00 100.35 100.00 100.03 100.06 100.27 99.87 100.20 100.10 100.34 100.00 99.89 99.94 99.79 99.66 99.99 99.87 100.36 28 | Classic/Triggers/L = `L1` 29 | Classic/Triggers/R = `R1` 30 | Classic/Triggers/L-Analog = `L3` 31 | Classic/Triggers/R-Analog = `R3` 32 | Classic/D-Pad/Up = `Pad N` 33 | Classic/D-Pad/Down = `Pad S` 34 | Classic/D-Pad/Left = `Pad W` 35 | Classic/D-Pad/Right = `Pad E` 36 | Guitar/Stick/Modifier/Range = 50.0 37 | Drums/Stick/Modifier/Range = 50.0 38 | Turntable/Stick/Modifier/Range = 50.0 39 | uDraw/Stylus/Modifier/Range = 50.0 40 | Drawsome/Stylus/Modifier/Range = 50.0 41 | Rumble/Motor = `Motor 0` 42 | -------------------------------------------------------------------------------- /configs/dolphin/DSUController_with_Nunchuk.ini: -------------------------------------------------------------------------------- 1 | [Profile] 2 | Device = DSUClient/1/ 3 | Buttons/A = Cross 4 | Buttons/B = Square 5 | Buttons/1 = Triangle 6 | Buttons/2 = Circle 7 | Buttons/- = Share 8 | Buttons/+ = Options 9 | Buttons/Home = PS 10 | IR/Up = `Cursor Y-` 11 | IR/Down = `Cursor Y+` 12 | IR/Left = `Cursor X-` 13 | IR/Right = `Cursor X+` 14 | Tilt/Modifier/Range = 50.0 15 | Shake/X = `Middle Click` 16 | Shake/Y = `Middle Click` 17 | Shake/Z = `Middle Click` 18 | IMUAccelerometer/Up = `Accel Up` 19 | IMUAccelerometer/Down = `Accel Down` 20 | IMUAccelerometer/Left = `Accel Left` 21 | IMUAccelerometer/Right = `Accel Right` 22 | IMUAccelerometer/Forward = `Accel Forward` 23 | IMUAccelerometer/Backward = `Accel Backward` 24 | IMUGyroscope/Pitch Up = `Gyro Pitch Up` 25 | IMUGyroscope/Pitch Down = `Gyro Pitch Down` 26 | IMUGyroscope/Roll Left = `Gyro Roll Left` 27 | IMUGyroscope/Roll Right = `Gyro Roll Right` 28 | IMUGyroscope/Yaw Left = `Gyro Yaw Left` 29 | IMUGyroscope/Yaw Right = `Gyro Yaw Right` 30 | Extension = Nunchuk 31 | Nunchuk/Buttons/C = `DSUClient/0/:L1` 32 | Nunchuk/Buttons/Z = `DSUClient/0/:L2` 33 | Nunchuk/Stick/Up = `DSUClient/0/:Left Y-` 34 | Nunchuk/Stick/Down = `DSUClient/0/:Left Y+` 35 | Nunchuk/Stick/Left = `DSUClient/0/:Left X-` 36 | Nunchuk/Stick/Right = `DSUClient/0/:Left X+` 37 | Nunchuk/Stick/Modifier/Range = 50.0 38 | Nunchuk/Stick/Calibration = 94.64 95.55 95.64 95.64 95.39 95.70 99.96 99.13 95.94 95.65 95.41 95.77 95.36 95.76 95.76 95.58 95.31 95.55 95.39 95.17 95.36 95.32 95.49 95.65 95.28 95.34 95.26 95.35 95.14 95.12 94.84 95.64 39 | Nunchuk/Tilt/Modifier/Range = 50.0 40 | Nunchuk/IMUAccelerometer/Up = `DSUClient/0/:Accel Up` 41 | Nunchuk/IMUAccelerometer/Down = `DSUClient/0/:Accel Down` 42 | Nunchuk/IMUAccelerometer/Left = `DSUClient/0/:Accel Left` 43 | Nunchuk/IMUAccelerometer/Right = `DSUClient/0/:Accel Right` 44 | Nunchuk/IMUAccelerometer/Forward = `DSUClient/0/:Accel Forward` 45 | Nunchuk/IMUAccelerometer/Backward = `DSUClient/0/:Accel Backward` 46 | Classic/Left Stick/Modifier/Range = 50.0 47 | Classic/Right Stick/Modifier/Range = 50.0 48 | Guitar/Stick/Modifier/Range = 50.0 49 | Drums/Stick/Modifier/Range = 50.0 50 | Turntable/Stick/Modifier/Range = 50.0 51 | uDraw/Stylus/Modifier/Range = 50.0 52 | Drawsome/Stylus/Modifier/Range = 50.0 53 | Rumble/Motor = `Motor 0` 54 | D-Pad/Up = `Pad N` 55 | D-Pad/Down = `Pad S` 56 | D-Pad/Left = `Pad W` 57 | D-Pad/Right = `Pad E` 58 | -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breeze2/dsu-controller-guides/ec5664bbe8562b0d3aef1f4c1e0e8b2c4c474d2d/favicon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DSU Controller Guides 6 | 7 | 8 | 9 | 10 | 11 | 12 | 27 | 29 | 30 | 31 |
32 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /privacy.md: -------------------------------------------------------------------------------- 1 | **Privacy Policy** 2 | 3 | Lin Yifeng built the DSUController app as an Ad Supported app. This SERVICE is provided by Lin Yifeng at no cost and is intended for use as is. 4 | 5 | This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. 6 | 7 | If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. 8 | 9 | The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at DSUController unless otherwise defined in this Privacy Policy. 10 | 11 | **Information Collection and Use** 12 | 13 | For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. The information that I request will be retained on your device and is not collected by me in any way. 14 | 15 | The app does use third-party services that may collect information used to identify you. 16 | 17 | Link to the privacy policy of third-party service providers used by the app 18 | 19 | * [Google Play Services](https://www.google.com/policies/privacy/) 20 | * [AdMob](https://support.google.com/admob/answer/6128543?hl=en) 21 | * [Sentry](https://sentry.io/privacy/) 22 | 23 | **Log Data** 24 | 25 | I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics. 26 | 27 | **Cookies** 28 | 29 | Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory. 30 | 31 | This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service. 32 | 33 | **Service Providers** 34 | 35 | I may employ third-party companies and individuals due to the following reasons: 36 | 37 | * To facilitate our Service; 38 | * To provide the Service on our behalf; 39 | * To perform Service-related services; or 40 | * To assist us in analyzing how our Service is used. 41 | 42 | I want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose. 43 | 44 | **Security** 45 | 46 | I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security. 47 | 48 | **Links to Other Sites** 49 | 50 | This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services. 51 | 52 | **Children’s Privacy** 53 | 54 | These Services do not address anyone under the age of 13. I do not knowingly collect personally identifiable information from children under 13 years of age. In the case I discover that a child under 13 has provided me with personal information, I immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that I will be able to do the necessary actions. 55 | 56 | **Changes to This Privacy Policy** 57 | 58 | I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page. 59 | 60 | This policy is effective as of 2023-03-12 61 | 62 | **Contact Us** 63 | 64 | If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at linyickfung@outlook.com. 65 | 66 | This privacy policy page was created at [privacypolicytemplate.net](https://privacypolicytemplate.net) and modified/generated by [App Privacy Policy Generator](https://app-privacy-policy-generator.nisrulz.com/) -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: Googlebot 2 | Disallow: 3 | 4 | User-agent: Google-adstxt 5 | Disallow: 6 | 7 | User-agent: Googlebot-image 8 | Disallow: 9 | -------------------------------------------------------------------------------- /terms.md: -------------------------------------------------------------------------------- 1 | **Terms & Conditions** 2 | 3 | By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages or make derivative versions. The app itself, and all the trademarks, copyright, database rights, and other intellectual property rights related to it, still belong to Lin Yifeng. 4 | 5 | Lin Yifeng is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for. 6 | 7 | The DSUController app stores and processes personal data that you have provided to us, to provide my Service. It’s your responsibility to keep your phone and access to the app secure. We therefore recommend that you do not jailbreak or root your phone, which is the process of removing software restrictions and limitations imposed by the official operating system of your device. It could make your phone vulnerable to malware/viruses/malicious programs, compromise your phone’s security features and it could mean that the DSUController app won’t work properly or at all. 8 | 9 | The app does use third-party services that declare their Terms and Conditions. 10 | 11 | Link to Terms and Conditions of third-party service providers used by the app 12 | 13 | * [Google Play Services](https://policies.google.com/terms) 14 | * [AdMob](https://developers.google.com/admob/terms) 15 | * [Sentry](https://sentry.io/terms/) 16 | 17 | You should be aware that there are certain things that Lin Yifeng will not take responsibility for. Certain functions of the app will require the app to have an active internet connection. The connection can be Wi-Fi or provided by your mobile network provider, but Lin Yifeng cannot take responsibility for the app not working at full functionality if you don’t have access to Wi-Fi, and you don’t have any of your data allowance left. 18 | 19 | If you’re using the app outside of an area with Wi-Fi, you should remember that the terms of the agreement with your mobile network provider will still apply. As a result, you may be charged by your mobile provider for the cost of data for the duration of the connection while accessing the app, or other third-party charges. In using the app, you’re accepting responsibility for any such charges, including roaming data charges if you use the app outside of your home territory (i.e. region or country) without turning off data roaming. If you are not the bill payer for the device on which you’re using the app, please be aware that we assume that you have received permission from the bill payer for using the app. 20 | 21 | Along the same lines, Lin Yifeng cannot always take responsibility for the way you use the app i.e. You need to make sure that your device stays charged – if it runs out of battery and you can’t turn it on to avail the Service, Lin Yifeng cannot accept responsibility. 22 | 23 | With respect to Lin Yifeng’s responsibility for your use of the app, when you’re using the app, it’s important to bear in mind that although we endeavor to ensure that it is updated and correct at all times, we do rely on third parties to provide information to us so that we can make it available to you. Lin Yifeng accepts no liability for any loss, direct or indirect, you experience as a result of relying wholly on this functionality of the app. 24 | 25 | At some point, we may wish to update the app. The app is currently available on Android & iOS – the requirements for the both systems(and for any additional systems we decide to extend the availability of the app to) may change, and you’ll need to download the updates if you want to keep using the app. Lin Yifeng does not promise that it will always update the app so that it is relevant to you and/or works with the Android & iOS version that you have installed on your device. However, you promise to always accept updates to the application when offered to you, We may also wish to stop providing the app, and may terminate use of it at any time without giving notice of termination to you. Unless we tell you otherwise, upon any termination, (a) the rights and licenses granted to you in these terms will end; (b) you must stop using the app, and (if needed) delete it from your device. 26 | 27 | **Changes to This Terms and Conditions** 28 | 29 | I may update our Terms and Conditions from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Terms and Conditions on this page. 30 | 31 | These terms and conditions are effective as of 2023-03-12 32 | 33 | **Contact Us** 34 | 35 | If you have any questions or suggestions about my Terms and Conditions, do not hesitate to contact me at linyickfung@outlook.com. 36 | 37 | This Terms and Conditions page was generated by [App Privacy Policy Generator](https://app-privacy-policy-generator.nisrulz.com/) --------------------------------------------------------------------------------