There was an error while loading. Please reload this page.
1 parent f263474 commit ca5fca0Copy full SHA for ca5fca0
1 file changed
rpcs3/Emu/RSX/Overlays/BigPicture/overlay_big_picture_game_grid.cpp
@@ -391,6 +391,8 @@ namespace rsx
391
392
compiled_resource& big_picture_game_grid::get_compiled()
393
{
394
+ std::lock_guard lock(m_reload_mutex);
395
+
396
if (!m_highlight->is_compiled() ||
397
(!m_tiles.empty() && m_grid && !m_grid->is_compiled()) ||
398
(m_details && m_details->is_visible()))
@@ -411,8 +413,6 @@ namespace rsx
411
413
return compiled_resources;
412
414
}
415
- std::lock_guard lock(m_reload_mutex);
-
416
if (m_tiles.empty())
417
418
compiled_resources.add(m_placeholder_text->get_compiled());
0 commit comments