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

Texture cache issues #100

Open
JohnGodgames opened this issue May 30, 2017 · 0 comments
Open

Texture cache issues #100

JohnGodgames opened this issue May 30, 2017 · 0 comments

Comments

@JohnGodgames
Copy link

Tested on 1d968aa

Can be fixed with
.data_hash = fast_hash(texture_data, length, 5003)
to
.data_hash = fast_hash(texture_data, length, 2003)
at https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c#L1685

Affected games:

Aggressive Inline (before)
aggressive inline bad

Aggressive Inline (after)
aggressive inline

Dead to Rights (before)
dead to rights bad

Dead to Rights (after)
dead to rights 2

X-Men Legends II: Rise of Apocalypse (before)
xmen legends bad

X-Men Legends II: Rise of Apocalypse (after)
xmen legends 2

and more...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant