mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
remove unused/unmaintained code
RIP Symbian.. mz80 is unused
This commit is contained in:
parent
1b85bf1c23
commit
fb7a7fea87
112 changed files with 0 additions and 45924 deletions
|
@ -225,13 +225,6 @@ extern short *PsndOut;
|
|||
extern void (*PsndMix_32_to_16l)(short *dest, int *src, int count);
|
||||
void PsndRerate(int preserve_state);
|
||||
|
||||
// Utils.c
|
||||
extern int PicuAnd;
|
||||
int PicuQuick(unsigned short *dest,unsigned short *src);
|
||||
int PicuShrink(unsigned short *dest,int destLen,unsigned short *src,int srcLen);
|
||||
int PicuShrinkReverse(unsigned short *dest,int destLen,unsigned short *src,int srcLen);
|
||||
int PicuMerge(unsigned short *dest,int destLen,unsigned short *src,int srcLen);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // End of extern "C"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue