mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Use empty instead of size
This commit is contained in:
@ -423,7 +423,7 @@ void FIFOAnalyzer::FindPrevious()
|
||||
|
||||
void FIFOAnalyzer::ShowSearchResult(size_t index)
|
||||
{
|
||||
if (!m_search_results.size())
|
||||
if (m_search_results.empty())
|
||||
return;
|
||||
|
||||
if (index > m_search_results.size())
|
||||
|
Reference in New Issue
Block a user