mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-03 11:29:35 +02:00
lowercasing filenames, part3
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@576 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
8
pico/debug.h
Normal file
8
pico/debug.h
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
char *PDebugMain(void);
|
||||
char *PDebugSpriteList(void);
|
||||
void PDebugShowSpriteStats(unsigned short *screen, int stride);
|
||||
void PDebugShowPalette(unsigned short *screen, int stride);
|
||||
void PDebugShowSprite(unsigned short *screen, int stride, int which);
|
||||
void PDebugDumpMem(void);
|
||||
|
||||
Reference in New Issue
Block a user