r57zone / DualShock4-emulator

DualShock4 emulation for Xbox controllers or keyboard and mouse / Эмуляция DualShock4 для Xbox контроллеров или клавиатуры и мыши
https://youtu.be/17hY1zTqoYQ
The Unlicense
198 stars 31 forks source link

Sorces Code #88

Closed achille12344 closed 5 months ago

achille12344 commented 5 months ago

error sorce code Client.h

r57zone commented 5 months ago

https://github.com/r57zone/DualShock4-emulator/tree/master/Source/ViGEm Unzip these files: https://github.com/ViGEm/ViGEmClient/tree/master/include/ViGEm

Ex functions added to Common.h

achille12344 commented 5 months ago

Screenshot 2024-05-22 214349

achille12344 commented 5 months ago

Screenshot 2024-05-22 214518

achille12344 commented 5 months ago

Screenshot 2024-05-22 214905

achille12344 commented 5 months ago

Screenshot 2024-05-22 215011

achille12344 commented 5 months ago

Screenshot 2024-05-22 215325

achille12344 commented 5 months ago

You can post me here your complete copy of the source thanks

r57zone commented 5 months ago

Replace Common.h with this one - https://github.com/r57zone/DualShock4-emulator/blob/master/Source/ViGEm/Common.h

achille12344 commented 5 months ago

https://filetransfer.io/data-package/dteMlTqo#link

achille12344 commented 5 months ago

brother or tried to copy the file from getting the same error

r57zone commented 5 months ago

FullSource.zip Building - https://github.com/r57zone/DSAdvance#building

achille12344 commented 5 months ago

error brooooooooooo

r57zone commented 5 months ago

Send a screenshot

achille12344 commented 5 months ago

Screenshot 2024-05-23 101911

achille12344 commented 5 months ago

You know how to program in python brother

achille12344 commented 5 months ago

The gamepad model = VG.VDS4Gamepad () works very well

achille12344 commented 5 months ago

If you want you pass the Source Mouse and Keyboard

achille12344 commented 5 months ago

Screenshot 2024-05-23 104053

achille12344 commented 5 months ago

Makes and mouse buttons mapping only

achille12344 commented 5 months ago

We want to work together brother

r57zone commented 4 months ago

Have you changed tools and sdk to yours in the project settings? Visual Studio gives a lot of irrelevant errors https://github.com/r57zone/DSAdvance#building

achille12344 commented 4 months ago

Visual Studio Code 2017

r57zone commented 4 months ago

Python is not suitable for working with vigem (creating virtual gamepads), there are no plans to create an interface yet. If you want you can create one for the config files.

Change the SDK and tools to yours in the project properties on the left and the project should be built. Select x86 release.