mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
VideoCommon: fix minor issue in C++ template
This commit is contained in:
parent
80bf175c48
commit
9b9dc6dc5d
@ -72,7 +72,7 @@ public:
|
||||
{
|
||||
std::lock_guard lk(m_lock);
|
||||
if (m_loaded)
|
||||
return &m_data;
|
||||
return m_data;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user