exelix11 / SysDVR

Stream switch games to your PC via USB or network
GNU General Public License v2.0
1.39k stars 91 forks source link

Please add armv7a armebi for Android TV and older Tablets Smartphones #259

Closed Yoshi1981 closed 5 months ago

Yoshi1981 commented 5 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Please add armv7a armebi for Android TV and older Tablets Smartphones

Yoshi1981 commented 5 months ago

Only arm64 😭 Android

exelix11 commented 5 months ago

That is not possible currently due a limitation of dotnet AOT on android, the dotnet team doesn't seem interested in arm32 support following google's decision to drop it as well.

It may be possible to hack a dotnet runtime to run without aot on arm32-bionic but currently I'm not interested in working on it.