mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Fix decrypt_binaries_t::done()
This commit is contained in:
parent
9f625de51a
commit
8057773c4f
@ -16,7 +16,7 @@ public:
|
||||
|
||||
bool done() const
|
||||
{
|
||||
return m_index >= m_klics.size();
|
||||
return m_index >= m_modules.size();
|
||||
}
|
||||
|
||||
const std::string& operator[](usz index) const
|
||||
|
Loading…
Reference in New Issue
Block a user