fearlessTobi
92e939952c
Port web_service from Citra
7 years ago
B3n30
3c1e2a99e1
OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13
7 years ago
tech4me
a1cb3164fe
travis: running mingw build on travis ci
This commit also fixed a broken cmake dependency with unicorn
7 years ago
fearlessTobi
53645d42a7
travis: use Citras ccache
7 years ago
fearlessTobi
f30bf4d48d
Show game compatibility within yuzu
7 years ago
Michał Janiszewski
9ccc666487
Add ccache support for macOS on Travis
8 years ago
MerryMage
9eb03cb8ef
dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
8 years ago
MerryMage
286a729396
travis: Remove CMAKE_OSX_ARCHITECTURES argument
Unicorn only builds a x86_64 library, without a x86_64h slice. We can't link against
x86_64-only in this manner for static libraries.
8 years ago
James Rowe
84a702e6c3
Build: Add unicorn as a submodule and build it if needed
Adds a cmake custom target that will build unicorn on first compile and
uses this in the build scripts as well. Updates Appveyor and Travis
build scripts to work with the new unicorn build, and updates the paths
to all of the different artifacts.
8 years ago
MerryMage
16e512f2a7
Update build scripts
8 years ago
MerryMage
b66add01f8
travis: Split build scripts for different platforms
This commit also separates clang-format from the linux build, closing #2702 .
8 years ago