mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00: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
|
||||
{
|
||||
return m_index >= m_klics.size();
|
||||
return m_index >= m_modules.size();
|
||||
}
|
||||
|
||||
const std::string& operator[](usz index) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue