cheats: add float32 gui support

This commit is contained in:
Megamouse 2025-01-04 15:46:15 +01:00
parent 41a4dd4c1c
commit 99f1f4c22a
2 changed files with 27 additions and 17 deletions

View file

@ -14,6 +14,7 @@ enum class cheat_type : u8
signed_16_cheat,
signed_32_cheat,
signed_64_cheat,
float_32_cheat,
max
};