Skip to content

Commit

Permalink
Update Mednafen to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed May 1, 2020
1 parent c07a4e8 commit 930bff6
Show file tree
Hide file tree
Showing 15 changed files with 1,098 additions and 233 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.24.1</string>
<string>1.24.2</string>
<key>NSPrincipalClass</key>
<string>OEGameCoreController</string>
<key>OEGameCoreClass</key>
Expand Down
8 changes: 4 additions & 4 deletions Mednafen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4752,9 +4752,9 @@
OTHER_CFLAGS = (
"-fwrapv",
"-DHAVE_MKDIR",
"-DMEDNAFEN_VERSION=\\\"1.24.1\\\"",
"-DMEDNAFEN_VERSION=\\\"1.24.2\\\"",
"-DPACKAGE=\\\"mednafen\\\"",
"-DMEDNAFEN_VERSION_NUMERIC=0x00102401",
"-DMEDNAFEN_VERSION_NUMERIC=0x00102402",
"-DPSS_STYLE=1",
"-DMPC_FIXED_POINT",
"-DARCH_X86",
Expand Down Expand Up @@ -4818,9 +4818,9 @@
OTHER_CFLAGS = (
"-fwrapv",
"-DHAVE_MKDIR",
"-DMEDNAFEN_VERSION=\\\"1.24.1\\\"",
"-DMEDNAFEN_VERSION=\\\"1.24.2\\\"",
"-DPACKAGE=\\\"mednafen\\\"",
"-DMEDNAFEN_VERSION_NUMERIC=0x00102401",
"-DMEDNAFEN_VERSION_NUMERIC=0x00102402",
"-DPSS_STYLE=1",
"-DMPC_FIXED_POINT",
"-DARCH_X86",
Expand Down
Loading

0 comments on commit 930bff6

Please sign in to comment.