2020-01-06 17:07:14 -07:00
2020-01-06 17:07:14 -07:00
2020-01-06 17:07:14 -07:00
2019-08-11 11:37:42 -07:00
2019-11-14 23:48:29 -07:00
2013-07-30 21:35:06 +02:00
2019-07-13 07:58:47 +10:00

UME-Core

OpenEmu Core plugin for UME

Building

You must build the mamearcade_headless.dylib dynamic library before building the MAME Game core:

$ cd deps/mame
$ make macosx_x64_clang OSD="headless" verbose=1 TARGETOS="macosx" CONFIG="headless-rel" TARGET=mame SUBTARGET=arcade -j8

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.

S
Description
OpenEmu Core plugin for MAME
Readme
48 MiB
Languages
Objective-C 100%