Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Remove usage of unicorn | Lioncash | 2020-11-04 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Merge pull request #2408 from FearlessTobi/port-4215 | bunnei | 2019-05-03 | 1 | -1/+1 |
|\ | | | | | Port citra-emu/citra#4215: "travis: Use Ninja for Travis builds" | ||||
| * | travis: Use Ninja for Travis builds | Cameron Cawley | 2019-04-16 | 1 | -1/+1 |
| | | |||||
* | | travis: use prebuilt image (#3839) | liushuyu | 2019-04-15 | 1 | -3/+0 |
|/ | | | | | | * travis: use prebuilt image * travis: use prebuilt image (MinGW) | ||||
* | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | 2018-12-28 | 1 | -2/+2 |
| | |||||
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | travis: running mingw build on travis ci | tech4me | 2018-09-19 | 1 | -1/+3 |
| | | | | This commit also fixed a broken cmake dependency with unicorn | ||||
* | travis: use Citras ccache | fearlessTobi | 2018-08-31 | 1 | -7/+1 |
| | |||||
* | Show game compatibility within yuzu | fearlessTobi | 2018-08-29 | 1 | -1/+1 |
| | |||||
* | Add ccache support for Linux on Travis | Michał Janiszewski | 2018-06-07 | 1 | -1/+7 |
| | |||||
* | Install cmake from repositories for Ubuntu | Michał Janiszewski | 2018-06-07 | 1 | -5/+1 |
| | | | | Ubuntu 18.04 already has cmake 3.10.2 | ||||
* | Use Ninja for Travis builds | Michał Janiszewski | 2018-05-28 | 1 | -3/+3 |
| | |||||
* | Build: Add unicorn as a submodule and build it if needed | James Rowe | 2018-01-16 | 1 | -8/+2 |
| | | | | | | | 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. | ||||
* | Update build scripts | MerryMage | 2018-01-13 | 1 | -6/+11 |
| | |||||
* | travis: Split build scripts for different platforms | MerryMage | 2017-10-07 | 1 | -0/+17 |
This commit also separates clang-format from the linux build, closing #2702. |