Search found 1 match
- Tue Aug 16, 2005 9:00 pm
- Forum: PSP Development
- Topic: File Assistant ++
- Replies: 114
- Views: 106419
Killer App! However, one small bug i noticed. Moving or Copying large files crashes my machine. Within CFileSystem.cpp, in CFileSystem::CopyFile u8 * p_buffer( new u8[ src_length ] ); Attempts to create a p_buffer as large as the source file. Could this be the reason it crashes when I try to copy/mo...