https://github.com/openemu/ume-core
OpenEmu Core plugin for MAME
https://github.com/openemu/ume-core
Last synced: about 1 year ago
JSON representation
OpenEmu Core plugin for MAME
- Host: GitHub
- URL: https://github.com/openemu/ume-core
- Owner: OpenEmu
- Created: 2013-06-17T01:01:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T04:45:11.000Z (over 3 years ago)
- Last Synced: 2025-06-02T13:57:27.567Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 46.3 MB
- Stars: 64
- Watchers: 16
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UME-Core
========
OpenEmu Core plugin for UME
Building
--------
You must build the `mamearcade_headless.dylib` dynamic library before building the MAME Game core:
```sh
$ cd deps/mame
$ make macosx_x64_clang OSD="headless" verbose=1 TARGETOS="macosx" CONFIG="release" TARGET=mame SUBTARGET=arcade MACOSX_DEPLOYMENT_TARGET=12.4 -j8
$ install_name_tool -id mamearcade_headless.dylib mamearcade_headless.dylib
```
Depending on your hardware, this could take a _long_ time, but if successful, you will have a file named `mamearcade_headless.dylib` in the current directory.
Build the UME project, which will link and embed this binary and update the loader path automatically.