Skip to content

Commit

Permalink
Update Readme and removed patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
smootalicious committed Jul 9, 2022
1 parent 6f8b94f commit 641de63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 342 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ You can run the provided scripts to rebuild m8c on the device.

I recommend running them in a terminal session so you can see the output, but you're welcome to try your luck from the menu.

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.
The patch addresses the following issues with m8c 9ed3e3a
- Reset display on invalid packet
- Don't exit m8c on M8 Effects Help Screen
- Initialize gamepads on m8c start
- Read game controller database before opening game controllers
- Add gamepad options for quit and reset display
- Add gamepad definitions for rk3326 devices

Assuming the patch still matches up with the version of m8c you've pulled down, this command will apply the patch:

- `patch -s -p0 < m8c.patch`

Then proceed and build m8c as usual.

## Features
### Emulation Station friendly shell scripts
Includes scripts to run it directly from EmulationStation.
Expand Down Expand Up @@ -85,6 +70,10 @@ Also check alsamixer settings. You may have a device muted or set to low volume.

### Audio glitches

Update to latest OS. In ArkOS you can do Options > Update while connected to the internet.

If wifi is enabled you can sometimes hear audible wifi noise on the bus. Try disabling wifi before running m8c.

If the alsaloop setup (default) has audio glitches or crashes, you can use the pulseaudio variant of the commands.

- Connect your device to the internet
Expand Down
327 changes: 0 additions & 327 deletions m8c.patch

This file was deleted.

0 comments on commit 641de63

Please sign in to comment.