We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fec0b commit fd68072Copy full SHA for fd68072
1 file changed
src/ui/viewmodels/MemorySearchViewModel.cpp
@@ -186,9 +186,7 @@ void MemorySearchViewModel::OnBeforeActiveGameChanged()
186
void MemorySearchViewModel::OnActiveGameChanged()
187
{
188
// rebuild list with custom filters once the game has loaded
189
- auto& pGameContext = ra::services::ServiceLocator::GetMutable<ra::data::context::GameContext>();
190
- if (pGameContext.Assets().FindMemoryRegions() != nullptr)
191
- RebuildPredefinedFilterRanges();
+ RebuildPredefinedFilterRanges();
192
}
193
194
void MemorySearchViewModel::OnTotalMemorySizeChanged()
0 commit comments