some PS2 things

This commit is contained in:
aap
2020-12-20 14:27:48 +01:00
parent be92b57b54
commit fc312113d2
4 changed files with 32 additions and 19 deletions

View File

@ -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);
}