macOS fixes (#3357)

* macOS compile

* Fix memprotect error on macOS

* Fix semaphore wait + thread cancel on macOS

* Fix timedlock timeout calculation

* spu2-x macOS

* onepad macOS support

* Add MacOS game controller db

* Disable onepad_legacy on macOS

* Fix spu2-x configuration crashes

* Make recompiler work on 32-bit macOS

* Use dylib extension for plugins on macOS

* Make app bundle on macOS

* Use git info for Info.plist version
This commit is contained in:
tellowkrinkle
2020-05-24 01:19:47 -05:00
committed by GitHub
parent 8eb1bc1986
commit f9771c38a6
24 changed files with 561 additions and 62 deletions
+1
View File
@@ -31,6 +31,7 @@ include(SearchForStuff)
include(SelectPcsx2Plugins)
# Must be done after SearchForStuff
get_git_version_info()
write_svnrev_h()
if(NOT NO_TRANSLATION)