mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
More work on AndroidStorageFileSystem.cpp. Fix current directory getting reset.
This commit is contained in:
@@ -787,7 +787,7 @@ static void tmFromFiletime(tm &dest, FILETIME &src) {
|
||||
//
|
||||
// Note: PSP-created files would stay lowercase, but this uppercases them too.
|
||||
// Hopefully no PSP games read directories after they create files in them...
|
||||
static std::string SimulateVFATBug(std::string filename) {
|
||||
std::string SimulateVFATBug(std::string filename) {
|
||||
// These are the characters allowed in DOS filenames.
|
||||
static const char *FAT_UPPER_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&'(){}-_`~";
|
||||
static const char *FAT_LOWER_CHARS = "abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&'(){}-_`~";
|
||||
|
||||
Reference in New Issue
Block a user