mirror of
https://github.com/wiiu-env/SwipSwapMe.git
synced 2025-04-14 03:51:24 +02:00
Fix default button combo in Readme
This commit is contained in:
parent
0a4f828e4e
commit
67be2c7232
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user