Skip to content

Commit

Permalink
Add mednafen support
Browse files Browse the repository at this point in the history
Because VBA-M has decided to be speed racer in Docker, install mednafen
in the Docker image, and configure it to use VBA-M keybinds (so we have
consistent keybinds across emulators).

This is our fallback in case we can't figure other things out, at least.
Good to have in our back pocket.
  • Loading branch information
ausbin committed Oct 28, 2018
1 parent 481e344 commit 3d28169
Show file tree
Hide file tree
Showing 3 changed files with 18,339 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ RUN $INST_SCRIPTS/cTools.sh

### Install complx and GBA
RUN $INST_SCRIPTS/complxGba.sh
# Use VBA-M keybinds for mednafen
# (Default mednafen keybinds require a numpad)
COPY --chown=1000:1000 ./src/config/mednafen $HOME/.mednafen
ENV PATH=$PATH:/usr/games

USER 1000

Expand Down
Loading

0 comments on commit 3d28169

Please sign in to comment.