Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Cheat Manager float support. #16204

Open
Gael2433 opened this issue Oct 13, 2024 · 0 comments
Open

[Feature request] Cheat Manager float support. #16204

Gael2433 opened this issue Oct 13, 2024 · 0 comments

Comments

@Gael2433
Copy link

Gael2433 commented Oct 13, 2024

Quick summary

The rpcs3 Cheat Manager currently does not support floating point values, requiring users to manually convert them to integers using an IEEE-754 Floating Point Converter and then search for them in memory as large integer values.

I request that "Float" be added to the list of value types and that the Cheat Manager would handle the conversion automatically.

Details

Currently, in order to edit float values in guest memory, users have to manually convert the float value using an IEEE-754 Floating Point Converter which is quite tedious and time consuming.

For example: 1.337 would be 1068180177 after conversion, automating this would be great especially for users who are new to memory editing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants