This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-03-18 11:41:33 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6fd7867c5647bafca5eb5ccfd30ec054307cbc63
dolphin
/
Source
History
iwubcode
6fd7867c56
VideoCommon: simplify TextureCacheBase by comparing a xfb's hash against a newly calculated one. This fixes games like Teenage Mutant Ninja Turtles (Wii) which use oversized textures where the stride doesn't match the BytesPerRow and that resulted in a different hash algorithm being used. By not hashing the texture before, we improve performance by hashing at most once in all direct XFB lookup scenarios.
2021-05-08 01:29:48 -05:00
..
Android
Android: Don't set android:debuggable="true"
2021-05-06 20:15:27 +02:00
Core
VideoCommon: simplify TextureCacheBase by comparing a xfb's hash against a newly calculated one. This fixes games like Teenage Mutant Ninja Turtles (Wii) which use oversized textures where the stride doesn't match the BytesPerRow and that resulted in a different hash algorithm being used. By not hashing the texture before, we improve performance by hashing at most once in all direct XFB lookup scenarios.
2021-05-08 01:29:48 -05:00
DSPSpy
…
DSPTool
…
PCH
…
UnitTests
JitArm64: Add unit tests for single/double conversion
2021-04-25 15:56:58 +02:00
VSProps
…
.clang-format
…
CMakeLists.txt
…
dolphin-emu.sln
…