networking
This commit is contained in:
38
external/steamworks/steamworksexample/stdafx_ps3.h
vendored
Normal file
38
external/steamworks/steamworksexample/stdafx_ps3.h
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
//========= Copyright Valve LLC, All rights reserved. ============
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================
|
||||
|
||||
|
||||
// stdafx_ps3.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently on the PS3 platform
|
||||
//
|
||||
|
||||
#include <cell/error.h>
|
||||
#include <sys/process.h>
|
||||
#include <sys/paths.h>
|
||||
#include <sys/prx.h>
|
||||
#include <sys/spu_initialize.h>
|
||||
#include <sys/memory.h>
|
||||
#include <PSGL/psgl.h>
|
||||
#include <PSGL/psglu.h>
|
||||
#include <sys/types.h>
|
||||
#include <cell/fios/fios_common.h>
|
||||
#include <cell/fios/fios_memory.h>
|
||||
#include <cell/fios/fios_configuration.h>
|
||||
#include <cell/fios/fios_time.h>
|
||||
#include <cell/dbgfont.h>
|
||||
#include <cell/pad/libpad.h>
|
||||
#include <sysutil/sysutil_syscache.h>
|
||||
#include <sys/tty.h>
|
||||
|
||||
//#define PS3_MTT_DEBUG
|
||||
|
||||
#ifdef PS3_MTT_DEBUG
|
||||
#include "../external/libmtt/libmtt/libmtt_log.h"
|
||||
#endif
|
||||
|
||||
extern CellDbgFontConsoleId g_DbgFontConsoleID;
|
||||
Reference in New Issue
Block a user