mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
platforms, display pad overlay and storyware pages for Pico
This commit is contained in:
parent
da4148881e
commit
15cc45c0da
14 changed files with 260 additions and 109 deletions
|
@ -160,6 +160,8 @@ void emu_get_game_name(char *str150);
|
|||
void emu_set_fastforward(int set_on);
|
||||
void emu_status_msg(const char *format, ...);
|
||||
|
||||
void emu_pico_overlay(unsigned short *pd, int w, int h, int pitch);
|
||||
|
||||
/* default sound code */
|
||||
void emu_sound_start(void);
|
||||
void emu_sound_stop(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue