mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fix some gcc warnings
This commit is contained in:
parent
e44c606f39
commit
043ccbf45f
4 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ void gp2x_memset_all_buffers(int offset, int byte, int len);
|
|||
void vid_mmsp2_init(void);
|
||||
void vid_mmsp2_finish(void);
|
||||
|
||||
void vid_pollux_init();
|
||||
void vid_pollux_finish();
|
||||
void vid_pollux_init(void);
|
||||
void vid_pollux_finish(void);
|
||||
|
||||
void gp2x_menu_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue