Skip to content

Commit fb03743

Browse files
authored
Update readme.txt
1 parent 86a16e7 commit fb03743

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

readme.txt

+14-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Xinput Modkey
33
==========================
44

55
Modkeys and hotkeys for gamepad buttons in games that use Xinput.
6-
Windows 32 and 64-bit architectures.
6+
Both Windows architectures, 32 and 64-bit.
77

88
Xinput Modkey is a DLL file that needs to be attached to the
99
target process durning its startup.
@@ -70,14 +70,14 @@ How to check if a file is 32-bit or 64-bit
7070
---------------------------------------------
7171

7272
1. Right-click on the executable file you want to check
73-
2. Select Properties
74-
3. Click the tab Compatibility
73+
2. Select ?Properties?
74+
3. Click the tab ?Compatibility?
7575
4. In the section "Compatibility mode" put a check in the box under
7676
"Run this program in compatibility mode for"
7777
5. Open the drop-down menu that lists operating systems.
7878
If the list of operating systems includes Windows XP, then the
7979
file is 32-bit, otherwise it's 64-bit.
80-
6. Press Cancel to Close Properties".
80+
6. Press Cancel to Close ?Properties".
8181

8282
Reference: https://www.techsupportalert.com/content/how-find-out-if-program-or-executable-file-64-bit-or-32-bit.htm
8383

@@ -91,6 +91,16 @@ Changelog
9191
* Option to reinterpolate analogue inputs ("bADZReinterpolate").
9292
Used with "bEnforceAPIDeadzones".
9393

94+
v2.1
95+
* Application is now split into multiple projects.
96+
* GUI Application to manage installations.
97+
* Filter DLL.
98+
* Forwarder DLL.
99+
* Installer works with different architectures by
100+
executing appropriate process that examines binary files.
101+
* Using FLTK GUI library.
102+
103+
94104

95105
Online Resources
96106
----------------------

0 commit comments

Comments
 (0)