mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 12:12:47 +00:00
some PS2 things
This commit is contained in:
@ -76,6 +76,7 @@ LoadPlayerDff(void)
|
||||
void
|
||||
CPlayerSkin::Initialise(void)
|
||||
{
|
||||
// empty on PS2
|
||||
m_txdSlot = CTxdStore::AddTxdSlot("skin");
|
||||
CTxdStore::Create(m_txdSlot);
|
||||
CTxdStore::AddRef(m_txdSlot);
|
||||
@ -84,6 +85,7 @@ CPlayerSkin::Initialise(void)
|
||||
void
|
||||
CPlayerSkin::Shutdown(void)
|
||||
{
|
||||
// empty on PS2
|
||||
CTxdStore::RemoveTxdSlot(m_txdSlot);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user