summaryrefslogtreecommitdiffstats
path: root/src/core/arm/unicorn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm_interface: Support unmapping previously mapped memory.bunnei2018-03-162-0/+5
|
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-221-1/+2
|
* Build: Automagically handle unicornJames Rowe2018-01-161-1/+1
| | | | | | | On MSVC if unicorn isn't found, fallback to bundled unicorn On everything else, fallback to building unicorn in externals Also fixes loading unicorn in msvc
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-161-1/+1
| | | | | | | 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.
* arm_unicorn: Log unmapped memory access address.bunnei2018-01-131-1/+1
|
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
|
* arm_dynarmic: Implement coreMerryMage2018-01-122-11/+14
|
* arm_unicorn: Load/release unicorn DLL.bunnei2018-01-041-0/+16
|
* unicorn: Use for arm interface on Windows.bunnei2018-01-042-0/+240