Skip to content

Commit a5b1ecc

Browse files
committed
Update readme's
1 parent 07bb3a0 commit a5b1ecc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.RU.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121

2222
![](https://github.com/user-attachments/assets/c8a02f77-8b66-43bf-b1dd-676b2b84cbca)
2323

24+
Изменить цвета областей можно в конфигурационном файле.
25+
2426
Для включения прицеливания по кнопке `L1` измените параметр `AimingWithL2` на `0`, в конфиге.
2527

26-
Для выхода из режима эмуляции стиков нажмите на режим по умолчанию.
28+
По умолчанию внизу по центру находится область управления компьютером. Чтобы включить тач-стики, измените параметр `TouchSticksOn` на `1` — вместо управления рабочим столом появится область тач-стиков. Для выхода из режима эмуляции стиков нажмите на кнопку режима по умолчанию.
2729

2830
Нажимая на профиль по умолчанию, на DualSense, белые светодиоды отображают текущий статус заряда аккумулятора (1 - 0..25%, 2 - 26..50%, 3 - 51..75%, 4 - 76..100%), также на DualSense и DualShock 4 показывается статус батареи на световой панели (зелёный - 100..30%, жёлтый - 29..10%, красный - 9..1%), отключается в конфиге, параметр `ShowBatteryStatusOnLightBar`. Также статус батареи отображается в самой программе на `ALT + I`.
2931

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ Multiple operating modes are supported, switching is done by tapping the touchpa
2222

2323
![](https://github.com/user-attachments/assets/b13153be-0713-4d90-81dd-28798bc17971)
2424

25+
The colors of the areas can be changed in the configuration file.
26+
2527
To enable aiming with the `L1` button, change the `AimingWithL2` parameter to `0` in the config.
2628

27-
To exit stick emulation mode, press the default mode button.
29+
By default, the computer control area is located at the bottom center. To enable touch sticks, set the `TouchSticksOn` parameter to `1` — the desktop control area will be replaced with the touch stick area. To exit stick emulation mode, press the default mode button.
2830

2931
When pressing the default profile button on the DualSense, white LEDs indicate the current battery charge status (1 - 0..25%, 2 - 26..50%, 3 - 51..75%, 4 - 76..100%). On DualSense and DualShock 4, battery status is also shown on the light bar (green - 100..30%, yellow - 29..10%, red - 9..1%). This can be disabled in the config via the `ShowBatteryStatusOnLightBar` parameter. Battery status is also displayed in the program via `ALT + I`.
3032

Source/DSAdvance/DSAdvance.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,6 @@ int main(int argc, char **argv)
10231023
if (AppStatus.GamepadEmulationMode == 0) AppStatus.GamepadEmulationMode = EmuGamepadMaxModes; else AppStatus.GamepadEmulationMode--;
10241024
} else
10251025
AppStatus.GamepadEmulationMode++;
1026-
//if (AppStatus.GamepadEmulationMode != EmuKeyboardAndMouse)
1027-
//AppStatus.LastGamepadEmulationMode = AppStatus.GamepadEmulationMode;
10281026

10291027
if (AppStatus.GamepadEmulationMode > EmuGamepadMaxModes) AppStatus.GamepadEmulationMode = EmuGamepadEnabled;
10301028
if (AppStatus.GamepadEmulationMode == EmuGamepadDisabled || AppStatus.GamepadEmulationMode == EmuKeyboardAndMouse) {

0 commit comments

Comments
 (0)