Erwan
- Added -O2 option in the PSP Makefile. In my tests, this highly increases the probability of getting a purple screen. Fixing this bug is THE priority :)
This commit is contained in:
@@ -592,7 +592,7 @@ string WResourceManager::avatarFile(const string filename){
|
||||
|
||||
string WResourceManager::cardFile(const string filename){
|
||||
char buf[512];
|
||||
string::size_type i;
|
||||
string::size_type i = 0;
|
||||
string set;
|
||||
JFileSystem* fs = JFileSystem::GetInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user