#define SF_PLATFORM_SYSTEM_APP(AppPackageId, SystemClass, AppClass) \ SF_PLATFORM_SYSTEM_APP_ARGS(AppPackageId, SystemClass, AppClass, ())
SF_PLATFORM_SYSTEM_APP macro allows custom GFx::System class and/or allocation method to be specified; enables proper AMP initialization without AMP-specific macro.
Platform.h