Files
mame-mac-app-bundle/README.md
T

13 lines
745 B
Markdown
Raw Normal View History

2021-12-01 02:45:19 -08:00
A .app template for MAME on macOS, allowing for easier and more elegant launch of MAME.
2021-12-04 16:55:08 -08:00
Since this only contains a shell script, it will not hinder performance between architectures (ARM/x86).
2021-12-01 02:45:19 -08:00
**NOTE:** I advise against placing the app in `/Applications` as this may cause permission issues.
## Instructions
* If you haven't already, download the SDL2 **Runtime Binaries** [here](http://www.libsdl.org/download-2.0.php) and follow the included readme to install it.
* Download MAME from [here](https://sdlmame.lngn.net/).
2021-12-01 02:46:33 -08:00
* Extract the downloaded MAME files into this repository's .app bundle (MAME.app/Contents/Resources/) as shown:
2021-12-01 02:45:19 -08:00
![preview screenshot](extraction.png).
2021-12-01 02:46:33 -08:00
* Move the bundle to anywhere you'd like, keeping my note in mind.