aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests.Unicorn/libs
diff options
context:
space:
mode:
authorMerry <MerryMage@users.noreply.github.com>2018-09-01 15:24:05 +0100
committergdkchan <gab.dark.100@gmail.com>2018-09-01 11:24:05 -0300
commit326777ca4a68b38c7a5e44c76291f09f07ddcf2e (patch)
tree4049b9229ed326c9bb809a93778e6377d51ce209 /Ryujinx.Tests.Unicorn/libs
parent42dc925c3da59bf8801b14779482ee5bd9c25dc0 (diff)
Ryujinx.Tests: Add unicorn to test framework (#389)
* Ryujinx.Tests: Add unicorn to test framework * CpuTestSimdArithmetic: Comment out inaccurate results
Diffstat (limited to 'Ryujinx.Tests.Unicorn/libs')
-rw-r--r--Ryujinx.Tests.Unicorn/libs/README.md3
-rw-r--r--Ryujinx.Tests.Unicorn/libs/windows/unicorn.dllbin0 -> 4588032 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Tests.Unicorn/libs/README.md b/Ryujinx.Tests.Unicorn/libs/README.md
new file mode 100644
index 00000000..bb370164
--- /dev/null
+++ b/Ryujinx.Tests.Unicorn/libs/README.md
@@ -0,0 +1,3 @@
+The pre-compiled dynamic libraries in this directory are licenced under the GPLv2.
+
+The source code for windows/unicorn.dll is available at: https://github.com/MerryMage/UnicornDotNet/tree/299451c02d9c810d2feca51f5e9cb6d8b2f38960
diff --git a/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll b/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll
new file mode 100644
index 00000000..0e3cea58
--- /dev/null
+++ b/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll
Binary files differ