6 Commits

Author SHA1 Message Date
clobber 2d0805aa3f Update readme 2021-09-16 16:26:21 -06:00
Stuart Carnie de6fb8dd22 update mame dependency 2021-09-17 08:19:20 +10:00
Stuart Carnie b122f3d3cc chore: Update to MAME 0235 2021-08-30 06:45:42 +10:00
Stuart Carnie 57c375d9e6 feat: MAME 0.231 release 2021-05-02 09:56:49 +10:00
clobber 5091dab464 Bump version for sparkle updater (still MAME 0.277)
This is build fix for 10.14 compat.
2021-01-03 18:49:06 -07:00
Stuart Carnie a5ed7abb1f feat: Update to MAME 0.227 🎉 2021-01-02 10:01:27 +11:00
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -408,8 +408,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.225.0;
CURRENT_PROJECT_VERSION = 0.235.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXCLUDED_ARCHS = arm64;
GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
HEADER_SEARCH_PATHS = (
@@ -435,8 +436,9 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.225.0;
CURRENT_PROJECT_VERSION = 0.235.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXCLUDED_ARCHS = arm64;
GCC_INPUT_FILETYPE = sourcecode.cpp.objcpp;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
HEADER_SEARCH_PATHS = (
+1 -1
View File
@@ -10,7 +10,7 @@ You must build the `mamearcade_headless.dylib` dynamic library before building t
```sh
$ cd deps/mame
$ make macosx_x64_clang OSD="headless" verbose=1 TARGETOS="macosx" CONFIG="headless-rel" TARGET=mame SUBTARGET=arcade -j8
$ make macosx_x64_clang OSD="headless" verbose=1 TARGETOS="macosx" CONFIG="release" TARGET=mame SUBTARGET=arcade MACOSX_DEPLOYMENT_TARGET=10.14 -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.
Vendored
+1 -1
Submodule deps/mame updated: c5b276e865...8c6a4850a2