uid issue

This commit is contained in:
KittenPopo
2021-07-24 21:11:47 -07:00
commit c2130ba4e9
13850 changed files with 6241419 additions and 0 deletions

10
common/ps3/prx.cpp Normal file
View File

@ -0,0 +1,10 @@
#include "dbg.h"
#include "tier1/interface.h"
#include "ps3/ps3_helpers.h"
#ifndef DLLNAME
#error DLLNAME is not defined
#define DLLNAME unknownprxmodule
#endif
PS3_PRX_APPSYSTEM_MODULE( DLLNAME )