uncommited code for 151 release (PSP suspend, file browser, etc)

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@554 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-07-18 13:04:38 +00:00
parent f0f0d2df76
commit 2b02d6e533
9 changed files with 79 additions and 58 deletions

View file

@ -421,7 +421,8 @@ void debug_menu_loop(void)
case 2: clear_screen();
emu_forcedFrame(0);
darken_screen();
PDebugShowSpriteStats(SCREEN_BUFFER, SCREEN_WIDTH); break;
PDebugShowSpriteStats((unsigned short *)SCREEN_BUFFER + (SCREEN_HEIGHT/2 - 240/2)*SCREEN_WIDTH +
SCREEN_WIDTH/2 - 320/2, SCREEN_WIDTH); break;
case 3: clear_screen();
PDebugShowPalette(SCREEN_BUFFER, SCREEN_WIDTH);
PDebugShowSprite((unsigned short *)SCREEN_BUFFER + SCREEN_WIDTH*120+SCREEN_WIDTH/2+16,