mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
cheats: add float32 gui support
This commit is contained in:
parent
41a4dd4c1c
commit
99f1f4c22a
2 changed files with 27 additions and 17 deletions
|
@ -14,6 +14,7 @@ enum class cheat_type : u8
|
|||
signed_16_cheat,
|
||||
signed_32_cheat,
|
||||
signed_64_cheat,
|
||||
float_32_cheat,
|
||||
max
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue