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 /psp | |
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 'psp')
-rw-r--r-- | psp/mips_emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psp/mips_emit.h b/psp/mips_emit.h index 174fee5..aa00d86 100644 --- a/psp/mips_emit.h +++ b/psp/mips_emit.h @@ -44,7 +44,7 @@ void mips_indirect_branch_dual(u32 address); u32 execute_read_cpsr(); u32 execute_read_spsr(); void execute_swi(u32 pc); -void mips_cheat_hook(); +void mips_cheat_hook(void); u32 execute_spsr_restore(u32 address); void execute_store_cpsr(u32 new_cpsr, u32 store_mask); |