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

fix memory mapping alignment #4672

Merged
merged 1 commit into from
May 29, 2018
Merged

fix memory mapping alignment #4672

merged 1 commit into from
May 29, 2018

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented May 29, 2018

it seems like sys_mmapper_map_shared_memory checks address alignment not based on the alignment specified by mem_id, but from it's address region's. (that is specified with sys_mmapper_allocate_address).
quite a few games are in the nothing catagory because of it ha.
testcase : https://github.com/elad335/myps3tests/tree/master/ppu_tests/sys_mmapper
example games : PES 2016, 2017, 2018

image

@Nekotekina Nekotekina merged commit 4576a31 into RPCS3:master May 29, 2018
@elad335 elad335 deleted the memory branch May 29, 2018 20:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants