bare bones cmake & tiny warnings (#1)

* add cmakelist

* fix 2 warnings

* rename libs

* add the multithreaded thing

* combine libpng into render lib

---------

Co-authored-by: gsds <51339266+Patoke@users.noreply.github.com>
This commit is contained in:
alk
2026-04-18 00:41:02 -04:00
committed by GitHub
co-authored by gsds
parent 44e6c12004
commit 576f038dd0
9 changed files with 151 additions and 3 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ void CForceFeedback::Tick(void)
LinkedList::_LL_NODE *pTemp = pRumbleNode;
pRumbleNode = pRumbleNode->m_Next;
delete pTemp->m_pvData;
delete pTemp->GetDataAs<RUMBLE_EFFECT>();
delete pTemp;
}
else