You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I downloaded XJoy and I want to fix the controls to where a is a, etc. but i can't find XJoy.cpp.
these are all the files I have. How would I change the controls? If I can't change the controls without building the program, would x360ce be able to do it?
The text was updated successfully, but these errors were encountered:
You will need to:
1. Install visual studio
2. Install git
3. Clone the repo
4. Open the solution / .sln file in the root of the repo with visual studio
5. Make changes to XJoy.cpp to use the control scheme you want
6. Rebuild the project in visual studio
7. Browse to where the visual studio project is located, find the .exe file that got built, and overwrite your usual XJoy.exe with that
Once we have configuration file support, you won’t have to do any of this, but the person working on it stopped and I haven’t had time to add it.
So I downloaded XJoy and I want to fix the controls to where a is a, etc. but i can't find XJoy.cpp.
these are all the files I have. How would I change the controls? If I can't change the controls without building the program, would x360ce be able to do it?
The text was updated successfully, but these errors were encountered: