feat: TU19 (Dec 2014) Features & Content (#155)
* try to resolve merge conflict
* feat: TU19 (Dec 2014) Features & Content (#32)
* December 2014 files
* Working release build
* Fix compilation issues
* Add sound to Windows64Media
* Add DLC content and force Tutorial DLC
* Revert "Add DLC content and force Tutorial DLC"
This reverts commit 97a4399472.
* Disable broken light packing
* Disable breakpoint during DLC texture map load
Allows DLC loading but the DLC textures are still broken
* Fix post build not working
* ...
* fix vs2022 build
* fix cmake build
---------
Co-authored-by: Loki <lokirautio@gmail.com>
This commit is contained in:
@@ -153,6 +153,12 @@ public:
|
||||
static int DeleteSaveDataReturned(LPVOID lpParam,bool bRes);
|
||||
static int RenameSaveDataReturned(LPVOID lpParam,bool bRes);
|
||||
static int KeyboardCompleteWorldNameCallback(LPVOID lpParam,bool bRes);
|
||||
#ifdef __PSVITA__
|
||||
static int MustSignInTexturePack(void *pParam,int iPad,C4JStorage::EMessageResult result);
|
||||
static int MustSignInReturnedTexturePack(void *pParam,bool bContinue, int iPad);
|
||||
static int SignInAdhocReturned(void *pParam,bool bContinue, int iPad);
|
||||
#endif
|
||||
|
||||
protected:
|
||||
void handlePress(F64 controlId, F64 childId);
|
||||
void LoadLevelGen(LevelGenerationOptions *levelGen);
|
||||
@@ -250,6 +256,7 @@ private:
|
||||
eSaveTransferState m_eSaveTransferState;
|
||||
static unsigned long m_ulFileSize;
|
||||
static wstring m_wstrStageText;
|
||||
static bool m_bSaveTransferRunning;
|
||||
int m_iProgress;
|
||||
char m_downloadedUniqueFilename[64];//SCE_SAVE_DATA_DIRNAME_DATA_MAXSIZE];
|
||||
bool m_saveTransferDownloadCancelled;
|
||||
@@ -265,6 +272,9 @@ private:
|
||||
static ConsoleSaveFile* SonyCrossSaveConvert();
|
||||
|
||||
static void CancelSaveTransferCallback(LPVOID lpParam);
|
||||
public:
|
||||
static bool isSaveTransferRunning() { return m_bSaveTransferRunning; }
|
||||
private:
|
||||
#endif
|
||||
|
||||
#ifdef SONY_REMOTE_STORAGE_UPLOAD
|
||||
|
||||
Reference in New Issue
Block a user