Fix default button combo in Readme

This commit is contained in:
Maschell 2025-01-26 13:46:02 +01:00
parent 0a4f828e4e
commit 67be2c7232
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Via the plugin config menu (press L, DPAD Down and Minus on the GamePad, Pro Con
- **Button combos**
- Enable swap screen button combo: (Default is true)
- Determines if the screen can be swapped with a button combo.
- Swap screen: (Default is the **"TV" button + DPAD left**)
- Swap screen: (Default is the **"TV" button + DPAD right**)
- Button combo to swap the TV and GamePad screen.
- Enable swap change button combo: (Default is false)
- Determines if the screen can be changed with a button combo.

View File

@ -223,7 +223,7 @@ DECL_FUNCTION(void, AXUpdateDeviceModes2) {
}
DECL_FUNCTION(uint32_t, AVMGetTVAudioMode, uint32_t *mode) {
auto res = real_AVMGetTVAudioMode(mode);
const auto res = real_AVMGetTVAudioMode(mode);
if (!gEnabled) {
return res;
}