@@ -35,21 +35,6 @@ You can run the provided scripts to rebuild m8c on the device.
3535
3636I recommend running them in a terminal session so you can see the output, but you're welcome to try your luck from the menu.
3737
38- If you're pulling down the repo via something other than a published release zip file, you'll need to apply the patch before compiling m8c.
39- The patch addresses the following issues with m8c 9ed3e3a
40- - Reset display on invalid packet
41- - Don't exit m8c on M8 Effects Help Screen
42- - Initialize gamepads on m8c start
43- - Read game controller database before opening game controllers
44- - Add gamepad options for quit and reset display
45- - Add gamepad definitions for rk3326 devices
46-
47- Assuming the patch still matches up with the version of m8c you've pulled down, this command will apply the patch:
48-
49- - ` patch -s -p0 < m8c.patch `
50-
51- Then proceed and build m8c as usual.
52-
5338## Features
5439### Emulation Station friendly shell scripts
5540Includes scripts to run it directly from EmulationStation.
@@ -85,6 +70,10 @@ Also check alsamixer settings. You may have a device muted or set to low volume.
8570
8671### Audio glitches
8772
73+ Update to latest OS. In ArkOS you can do Options > Update while connected to the internet.
74+
75+ If wifi is enabled you can sometimes hear audible wifi noise on the bus. Try disabling wifi before running m8c.
76+
8877If the alsaloop setup (default) has audio glitches or crashes, you can use the pulseaudio variant of the commands.
8978
9079- Connect your device to the internet
0 commit comments