mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
bug fixes in drc, audio, display
This commit is contained in:
parent
8ac9ab7fcb
commit
b9bc876c9c
14 changed files with 130 additions and 93 deletions
|
@ -6,7 +6,6 @@ void sh2_drc_wcheck_da(uint32_t a, unsigned len, SH2 *sh2);
|
|||
#ifdef DRC_SH2
|
||||
void sh2_drc_mem_setup(SH2 *sh2);
|
||||
void sh2_drc_flush_all(void);
|
||||
void sh2_drc_frame(void);
|
||||
#else
|
||||
#define sh2_drc_mem_setup(x)
|
||||
#define sh2_drc_flush_all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue