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

psxdma: Fix endian issue in gpuInterrupt() #326

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

pcercuei
Copy link
Contributor

The HW_DMA2_MADR register contains little-endian data, therefore it must always be accessed through one of the swap macros.

This fixes the slow DMA linked-list walking on big-endian systems.

The HW_DMA2_MADR register contains little-endian data, therefore it
must always be accessed through one of the swap macros.

This fixes the slow DMA linked-list walking on big-endian systems.

Signed-off-by: Paul Cercueil <[email protected]>
@notaz notaz merged commit db6e56b into notaz:master Oct 24, 2023
@pcercuei pcercuei deleted the fix-gpu-interrupt branch October 24, 2023 19:24
@pcercuei
Copy link
Contributor Author

@notaz can you cherry-pick it to the libretro repo?

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.

2 participants