early-access version 3811
This commit is contained in:
parent
9925ce0375
commit
4c286d3ef6
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3810.
|
||||
This is the source code for early-access 3811.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -357,7 +357,7 @@ Result BucketTree::Visitor::MoveNext() {
|
|||
|
||||
entry_index = 0;
|
||||
} else {
|
||||
m_entry_index = 1;
|
||||
m_entry_index = -1;
|
||||
}
|
||||
|
||||
// Read the new entry.
|
||||
|
|
Loading…
Reference in a new issue