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

Android: Get rid of __cplusplus macro checks #10409

Merged
merged 1 commit into from Jan 30, 2022

Conversation

JosJuice
Copy link
Member

These files cannot compile correctly as C, so there's no reason to have ifdefs for C compatibility.

We switched to not checking the __cplusplus macro in our JNI code some time ago, but it seems like I forgot to remove it from these two files.

These files cannot compile correctly as C, so there's no reason to have
ifdefs for C compatibility.

We switched to not checking the __cplusplus macro in our JNI code some
time ago, but it seems like I forgot to remove it from these two files.
@leoetlino leoetlino merged commit b32af33 into dolphin-emu:master Jan 30, 2022
10 checks passed
@JosJuice JosJuice deleted the android-no-cplusplus-checks branch January 30, 2022 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants