mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 11:32:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
9
src/gx/buffer/CGxPool.cpp
Normal file
9
src/gx/buffer/CGxPool.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "gx/buffer/CGxPool.hpp"
|
||||
|
||||
void CGxPool::Discard() {
|
||||
for (auto buf = this->m_bufList.Head(); buf; buf = this->m_bufList.Link(buf)->Next()) {
|
||||
buf->unk1C = 0;
|
||||
}
|
||||
|
||||
this->unk1C = 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue