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

rsx: Fix inlined vertex array validation regression #5302

Merged
merged 1 commit into from Nov 4, 2018
Merged

rsx: Fix inlined vertex array validation regression #5302

merged 1 commit into from Nov 4, 2018

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Nov 3, 2018

if the array fetch is disabled, register is not specified while its input mask is enabled, the validation would consider this a valid array. Fixes TDU2 regression from #5248.

rpcs3/Emu/RSX/RSXThread.cpp Outdated Show resolved Hide resolved
@kd-11 kd-11 merged commit 75221a6 into RPCS3:master Nov 4, 2018
@MarioSonic2987
Copy link
Contributor

MarioSonic2987 commented Nov 7, 2018

This PR breaks graphics in GTA V. For example, minimap's map isn't visible and there's overbright lighting.

image
image

@questore
Copy link

questore commented Nov 11, 2018

Also problem in Heavy Rain. After the loading screen instead the logo only the following can be seen:
nevtelen
And durring this screen the set 30 FPS limit is not working.
The game menu is fine after the loading and FPS limit is also correct.

@kd-11 kd-11 mentioned this pull request Nov 11, 2018
@kd-11
Copy link
Contributor

kd-11 commented Nov 11, 2018

I have opened a tracker for this here. Please use that instead of commenting in this long-closed PR.

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

Successfully merging this pull request may close these issues.

None yet

5 participants