-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
rsx: Remove incorrect hack #13158
rsx: Remove incorrect hack #13158
Conversation
The emulator won't update from a previous build to this new build. Tried updating from 0.0.25-14516, but it only updates to 0.0.25-14517 |
@Rex000 Are you on macOS? |
Can confirm this for Windows 10, no automatic update! I downloaded the update with this fix manually and got the "experimental build" warning. |
Its not related to kd-11's change. It's due to Cirrus dropping x86 macos containers after new years. We have been aware since before it happened, and it was being looked into for awhile now. |
Windows 10 |
Locking due to spam |
The commit was originally added to restore previously working functionality that was still not understood at the time. It solved the regression but I never went back to figure out if the "fix" was correct after making all the texture encoding discoveries using realhw. Turns out this hack actually breaks tons of games and the original bug was fixed properly years ago.
See notes in the guilty commit: f559c08
Fixes #8718 and probably a multitude of other alpha-related glitches.