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: Fix armeabi-v7a build #11577

Merged
merged 1 commit into from
Feb 17, 2023

Conversation

JosJuice
Copy link
Member

This very much isn't a build configuration that we're going to ship, but I want to be able to tell people that they can build it on their own if they really want to see how terribly it performs :)

Just like before, you'll need to edit two lines in app/build.gradle to define ENABLE_GENERIC=ON and actually enable armeabi-v7a if you want an armeabi-v7a build. This commit just fixes some compilations errors that crop up if you do so.

This very much isn't a build configuration that we're going to ship,
but I want to be able to tell people that they can build it on their
own if they really want to see how terribly it performs :)

Just like before, you'll need to edit two lines in app/build.gradle to
define ENABLE_GENERIC=ON and actually enable armeabi-v7a if you want an
armeabi-v7a build. This commit just fixes some compilations errors that
crop up if you do so.
@degasus degasus merged commit b381df7 into dolphin-emu:master Feb 17, 2023
@JosJuice JosJuice deleted the android-armeabi-v7a branch February 17, 2023 16:58
@cobalt2727
Copy link

the most double-take inducing PR title I've seen all year

@BLaderStorm
Copy link

How do build it? I have to download original dolphin emulator?

@ald1-0
Copy link

ald1-0 commented Feb 22, 2023

how to build it?

@TellowKrinkle
Copy link
Contributor

Reminder that this DOES NOT include an armv7 JIT
Dolphin will run at like 1fps

@BLaderStorm
Copy link

BLaderStorm commented Feb 22, 2023 via email

@OatmealDome
Copy link
Member

Dolphin will not work well on an 32-bit ARM device, as it has no JIT. Like @TellowKrinkle said, games will run at 1 FPS.

If you really want to build and try for yourself (you will not have a good experience), refer to the README file and follow @JosJuice's instructions in the PR body.

@dolphin-emu dolphin-emu locked as off-topic and limited conversation to collaborators Feb 22, 2023
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

7 participants