### Build BetterJoy with MSBuild Source: https://github.com/davidobot/betterjoy/blob/master/README.md Use MSBuild to compile the BetterJoy application. Ensure you replace CONFIGURATION and PLATFORM with the appropriate values (e.g., Release, x64). ```bash msbuild .\BetterJoy.sln -p:Configuration=CONFIGURATION -p:Platform=PLATFORM -t:Rebuild ``` -------------------------------- ### Configure BetterJoy to Use HIDGuardian Source: https://github.com/davidobot/betterjoy/wiki/HIDGuardian-and-Steam-(Big-Picture) Modify the BetterJoy configuration file to enable HIDGuardian. This setting is crucial for allowing BetterJoy to manage controller input exclusively, preventing conflicts with Steam. ```xml ``` ```xml ``` -------------------------------- ### CemuHook Default Settings Source: https://github.com/davidobot/betterjoy/wiki/FAQ-and-Problems Ensure CemuHook is configured with these default server IP and port settings for proper controller recognition. ```ini serverIP = 127.0.0.1 serverPort = 26760 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.