- --
Viewing Issue Advanced Details
[ Jump to Notes ]
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 00282 | Cheat System | Minor | Have not tried | Jan 28, 2008, 03:27 | Jan 30, 2008, 14:23 |
| Tester | ShimaPong | View Status | Public | Platform | |
| Assigned To | Resolution | Fixed | OS | ||
| Status [?] | Resolved | Driver | |||
| Version | 0.122u4 | Fixed in Version | 0.122u7 | Build | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 00282: In the cheat edit menu, setting activation key can't accept the input from Joystick button. | ||||
| Description |
In the cheat edit menu, setting activation key can't accept the input from Joystick button. This problem happens on 0.122u4 and the following fix is the cause.
@@ -4470,7 +4470,7 @@
}
else
{
- int code = input_code_poll_switches(FALSE);
+ int code = input_code_poll_keyboard_switches(FALSE);
if(code == KEYCODE_ESC)
{
Activation key is desined to allow to assign to a button for keyboard and joystick.I have done a rollback about activation key setting on my new cheat engine system because ANY REPORTED INPUT BUGS IN THE CHEAT MENU NEVER HAPPENE ON MY PC. |
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | |||||
| Affected Sets / Systems | |||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
0
| There are no notes attached to this issue. |