mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-26 18:43:23 +00:00
More refactoring
This commit is contained in:
parent
0304bd4187
commit
af2318027b
1 changed files with 8 additions and 9 deletions
|
@ -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