mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-09 01:55:33 +00:00
More refactoring
This commit is contained in:
parent
0304bd4187
commit
af2318027b
|
@ -256,7 +256,6 @@ BlockStatManager::BlockStatList::~BlockStatList() {
|
|||
}
|
||||
|
||||
void BlockStatManager::BlockStatList::AddStat(const BlockStat &stat) {
|
||||
|
||||
if(strncmp(stat.m_StatName, m_Stat.m_StatName, BlockStat::kStatNameSz) == 0) {
|
||||
m_Stat = stat;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue