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

PPCCache: Remove redundant reinterpret_casts #11944

Merged
merged 1 commit into from Jun 14, 2023

Conversation

lioncash
Copy link
Member

The pointer is being passed to functions that take arguments as void*, so we don't need to cast here.

The pointer is being passed to functions that take arguments as void*,
so we don't need to cast here.
@AdmiralCurtiss AdmiralCurtiss merged commit 79073c1 into dolphin-emu:master Jun 14, 2023
14 checks passed
@lioncash lioncash deleted the casts branch June 14, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants