mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Fix decrypt_binaries_t::done()
This commit is contained in:
parent
9f625de51a
commit
8057773c4f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public:
|
||||||
|
|
||||||
bool done() const
|
bool done() const
|
||||||
{
|
{
|
||||||
return m_index >= m_klics.size();
|
return m_index >= m_modules.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string& operator[](usz index) const
|
const std::string& operator[](usz index) const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue