Wiimotenewini Verified Jun 2026
. Whether you are using a real Wii Remote (Wiimote) via Bluetooth or emulating one with a standard game controller, this file determines how your inputs are translated into the game. Core Functions
Dolphin calls this the "New Wiimote" configuration system, which is where the file gets its name. It's an , a simple text-based format that stores data in sections and key-value pairs. This approach marked a significant evolution in Dolphin's development, replacing an older, less flexible method of saving controller profiles and providing the foundation for the emulator's modern, robust input handling. For the developers, the WiimoteNew.ini file and the code that manages it are part of Dolphin's ongoing development, with programmers constantly refining how it interacts with the emulator's other settings. wiimotenewini
: Directs inputs specifically for the Wii Balance Board peripheral. File Location and Accessibility It's an , a simple text-based format that
[Wiimote2] ...
| Problem | Most Likely Cause | The Solution (INCI - Identify, Navigate, Change, Isolate) | | :--- | :--- | :--- | | | The Swing mappings are missing or incorrectly defined in the file. | Identify your WiimoteNew.ini file. Navigate to the right section ( [Wiimote1] ). Change by adding the required Swing lines. Isolate the issue by testing in the game. | | The second player's controller isn't recognized | The Source line for [Wiimote2] is incorrect (e.g., 0 instead of 1 ). | Identify your WiimoteNew.ini file. Navigate to the [Wiimote2] section. Change the Source = 0 to Source = 1 and save. Isolate by launching a multiplayer game. | | Your custom settings keep resetting every time you launch Dolphin | The game or emulator is failing to save changes, or the file is being overwritten. | Identify and open WiimoteNew.ini . Navigate to make your changes. Change and save. Then right-click the file, go to Properties , and check "Read-only." Isolate by launching and closing Dolphin to see if the settings stuck. | | A specific third-party tool won't connect to Dolphin | The necessary UDP or configuration lines are missing from WiimoteNew.ini . | Identify your WiimoteNew.ini file. Navigate to the relevant [Wiimote] section. Change by adding the required lines. Isolate by trying to connect with the tool again. | | You're getting a "No usable adapter found" error | The Bluetooth adapter's Vendor ID (VID) and Product ID (PID) aren't configured. | Identify your Dolphin.ini file (this one's not in WiimoteNew.ini!). Navigate to the [BluetoothPassthrough] section. Change by adding VID = xxxx and PID = xxxx . Isolate by restarting Dolphin and checking the error message. | : Directs inputs specifically for the Wii Balance