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:
@@ -1,5 +1,13 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#ifdef DISABLE_PSN
|
||||
// global func, so we can call from the profile lib
|
||||
void SonyCommerce_UpgradeTrial()
|
||||
{
|
||||
// we're now calling the app function here, which manages pending requests
|
||||
app.UpgradeTrial();
|
||||
}
|
||||
#else
|
||||
#include "SonyCommerce_PS3.h"
|
||||
#include "..\PS3Extras\ShutdownManager.h"
|
||||
#include <sys/event.h>
|
||||
@@ -1511,3 +1519,4 @@ void SonyCommerce_PS3::DownloadAlreadyPurchased( CallbackFunc cb, LPVOID lpParam
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user