Commit Graph

17 Commits (c41451af75520a19b050347bb9c267b69773ff0a)

Author SHA1 Message Date
Lioncash fc6db97a09 core: Remove usage of unicorn
Unicorn long-since lost most of its use, due to dynarmic gaining support
for handling most instructions. At this point any further issues
encountered should be used to make dynarmic better.

This also allows us to remove our dependency on Python.
4 years ago
Cameron Cawley 1f3cc036da travis: Use Ninja for Travis builds 6 years ago
Lioncash 69749a88cd travis: Bump macOS version to 10.14
For whatever bizarre reason, Apple only made a few of std::optional's
member functions available on newer SDK versions. Given we can't even
run yuzu on macOS, and we keep the builder around to ensure that it
always at least compiles on macOS, we can bump this up a version.
6 years ago
Zach Hilman ef4c4e239d cmake: Add USE_QT_WEB_ENGINE flag and update build system 6 years ago
Tobias 03150a560e
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14" 6 years ago
Frederic L 942def7831
Update MACOSX_DEPLOYMENT_TARGET to 10.14 6 years ago
fearlessTobi 4d139943f2 Port web_service from Citra 6 years ago
B3n30 56901912cb OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13 6 years ago
tech4me a8f54f96fc travis: running mingw build on travis ci
This commit also fixed a broken cmake dependency with unicorn
6 years ago
fearlessTobi dc3cc0002c travis: use Citras ccache 6 years ago
fearlessTobi 78653f7339 Show game compatibility within yuzu 6 years ago
Michał Janiszewski c0d3e2da4e Add ccache support for macOS on Travis 7 years ago
MerryMage d3bbed5e78 dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
7 years ago
MerryMage 6755c0d1cf 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.
7 years ago
James Rowe e026b66bbb 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.
7 years ago
MerryMage f95789a0b3 Update build scripts 7 years ago
MerryMage 15a2388a33 travis: Split build scripts for different platforms
This commit also separates clang-format from the linux build, closing #2702.
7 years ago