Ilya114 / Box64Droid

Running x86_64 applications on Android
GNU General Public License v3.0
833 stars 65 forks source link

Fix audio issue and show error message in native version of Box64Droid #90

Closed nerdydumbykier closed 8 months ago

nerdydumbykier commented 8 months ago

The native version of Box64Droid has an issue of no sound. This solves the issue by loading the Box64Droid.conf after running pulseaudio. Also add a delay after entering a wrong number selection to show error message properly.

nerdydumbykier commented 8 months ago

To test it without updating glibc prefix, copy the box64droid and start-box64 from this repository to $PREFIX/bin.

Ilya114 commented 8 months ago

Thanks