@@ -3,7 +3,7 @@ Xinput Modkey
3
3
==========================
4
4
5
5
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.
7
7
8
8
Xinput Modkey is a DLL file that needs to be attached to the
9
9
target process durning its startup.
@@ -70,14 +70,14 @@ How to check if a file is 32-bit or 64-bit
70
70
---------------------------------------------
71
71
72
72
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?
75
75
4. In the section "Compatibility mode" put a check in the box under
76
76
"Run this program in compatibility mode for"
77
77
5. Open the drop-down menu that lists operating systems.
78
78
If the list of operating systems includes Windows XP, then the
79
79
file is 32-bit, otherwise it's 64-bit.
80
- 6. Press Cancel to Close � Properties".
80
+ 6. Press Cancel to Close ? Properties".
81
81
82
82
Reference: https://www.techsupportalert.com/content/how-find-out-if-program-or-executable-file-64-bit-or-32-bit.htm
83
83
@@ -91,6 +91,16 @@ Changelog
91
91
* Option to reinterpolate analogue inputs ("bADZReinterpolate").
92
92
Used with "bEnforceAPIDeadzones".
93
93
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
+
94
104
95
105
Online Resources
96
106
----------------------
0 commit comments