Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SectorReader: Minor cache bias bug #4005

Merged
merged 1 commit into from Jul 13, 2016

Conversation

EmptyChaos
Copy link
Contributor

@EmptyChaos EmptyChaos commented Jul 13, 2016

There's a minor bug in SectorReader::GetEmptyCacheLine() where it is biased towards the first hit due to the way ShiftLRU was being called.


This change is Reviewable

Minor bug where SectorReader::GetEmptyCacheLine was biased towards
the first hit.
@delroth delroth merged commit f4d2626 into dolphin-emu:master Jul 13, 2016
@EmptyChaos EmptyChaos deleted the blockcache-bug branch September 2, 2016 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants