- Speed improvements to the filesystem (partial fix for issue 767)

- minor speed improvement in the shop (removed a locked texture loading that wasn't necessary)
This commit is contained in:
wagic.the.homebrew
2011-12-13 15:14:47 +00:00
parent 54a2f949b7
commit 2e3331a0c0
7 changed files with 70 additions and 52 deletions

View File

@@ -63,7 +63,6 @@ class GameStateShop: public GameState, public JGuiListener
private:
JQuadPtr pspIcons[8];
WSrcCards * srcCards;
JTexture * altThumb[8];
TaskList * taskList;
float mElapsed;
WGuiMenu * shopMenu;