add lcemp networking + ps3 support
YES I KNOW ITS GARBAGE, THATS WHY ITS NOT ON MAIN ILL FIX IT UP IN FUTURE COMMITS THEN MERGE TO MAIN
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
virtual vector<FileEntry *> *getFilesWithPrefix(const wstring &prefix);
|
||||
virtual vector<FileEntry *> *getRegionFilesByDimension(unsigned int dimensionIndex);
|
||||
|
||||
#if defined(__PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
|
||||
#if !defined(DISABLE_PSN) && defined(__PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
|
||||
virtual wstring getPlayerDataFilenameForLoad(const PlayerUID& pUID);
|
||||
virtual wstring getPlayerDataFilenameForSave(const PlayerUID& pUID);
|
||||
virtual vector<FileEntry *> *getValidPlayerDatFiles();
|
||||
|
||||
Reference in New Issue
Block a user