diff options
author | David Guillen Fandos | 2021-05-05 18:07:55 +0200 |
---|---|---|
committer | David G. F | 2021-05-05 21:15:27 +0200 |
commit | 883f07f487ecd2e803cf2f924ab1e9a51e5f4fa9 (patch) | |
tree | a6ba3622f8d9ad72e8b6d9d084ac3e04b814a5b5 /arm | |
parent | 4fd456e1583a4c8686c8de87c2aeb1eb78125be1 (diff) | |
download | picogpsp-883f07f487ecd2e803cf2f924ab1e9a51e5f4fa9.tar.gz picogpsp-883f07f487ecd2e803cf2f924ab1e9a51e5f4fa9.tar.bz2 picogpsp-883f07f487ecd2e803cf2f924ab1e9a51e5f4fa9.zip |
Fix small buf and add cheat error messages
Some minor formating too
Diffstat (limited to 'arm')
-rw-r--r-- | arm/arm_emit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm/arm_emit.h b/arm/arm_emit.h index 4368a80..1b6b251 100644 --- a/arm/arm_emit.h +++ b/arm/arm_emit.h @@ -31,8 +31,8 @@ u32 prepare_store_reg(u32 scratch_reg, u32 reg_index); void generate_load_reg(u32 ireg, u32 reg_index); void complete_store_reg(u32 scratch_reg, u32 reg_index); void complete_store_reg_pc_no_flags(u32 scratch_reg, u32 reg_index); -void thumb_cheat_hook(); -void arm_cheat_hook(); +void thumb_cheat_hook(void); +void arm_cheat_hook(void); u32 arm_update_gba_arm(u32 pc); u32 arm_update_gba_thumb(u32 pc); |