From 7a0b0cba45912646677539ad905ba4db83d6936b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Dec 2014 15:47:19 +0100 Subject: Style nits --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 08701e5..3a9dcdb 100644 --- a/main.c +++ b/main.c @@ -49,7 +49,7 @@ u32 oam_update_count = 0; char main_path[512]; char save_path[512]; -void trigger_ext_event(); +void trigger_ext_event(void); #define check_count(count_var) \ if(count_var < execute_cycles) \ @@ -96,7 +96,7 @@ void trigger_ext_event(); } \ } \ -void init_main() +void init_main(void) { u32 i; @@ -124,7 +124,7 @@ void init_main() u32 no_alpha = 0; -u32 update_gba() +u32 update_gba(void) { irq_type irq_raised = IRQ_NONE; @@ -274,7 +274,7 @@ u32 update_gba() return execute_cycles; } -void reset_gba() +void reset_gba(void) { init_main(); init_memory(); -- cgit v1.2.3