diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-02-09 02:24:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-09 02:24:32 +0100 |
| commit | ec8d4f3af5d951776ab9d494ca1c5cae7809c08f (patch) | |
| tree | d8d4d9deb25bbbea422ea5bc09a63dc31ed8dc1f /Ryujinx.Tests.Unicorn/libs | |
| parent | b3f0978869c7b621bf1c62ea6a8fc51f1e3a5c24 (diff) | |
Replace unicorn bindings with Nuget package (#4378)
* Replace unicorn bindings with Nuget package
* Use nameof for ValueSource args
* Remove redundant code from test projects
* Fix wrong values for EmuStart()
Add notes to address this later again
* Improve formatting
* Fix formatting/alignment issues
Diffstat (limited to 'Ryujinx.Tests.Unicorn/libs')
| -rw-r--r-- | Ryujinx.Tests.Unicorn/libs/README.md | 20 | ||||
| -rw-r--r-- | Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so | bin | 4500288 -> 0 bytes | |||
| -rw-r--r-- | Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll | bin | 2178048 -> 0 bytes |
3 files changed, 0 insertions, 20 deletions
diff --git a/Ryujinx.Tests.Unicorn/libs/README.md b/Ryujinx.Tests.Unicorn/libs/README.md deleted file mode 100644 index d05291e5..00000000 --- a/Ryujinx.Tests.Unicorn/libs/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Unicorn - -Unicorn is a CPU simulator with bindings in many languages, including -C#/.NET. -It is used by the Ryujinx test suite for comparative testing with its built-in -CPU simulator, Armeilleure. - -## Windows - -On Windows, Unicorn is shipped as a pre-compiled dynamic library (`.dll`), licenced under the GPLv2. - -The source code for `windows/unicorn.dll` is available at: https://github.com/unicorn-engine/unicorn/tree/df3aa0fccbce9e1420e82110cbae5951755a0698 - -## Linux - -On Windows, Unicorn is shipped as a pre-compiled shared object (`.so`), licenced under the GPLv2. - -The source code for `linux/unicorn.so` is available at: https://github.com/unicorn-engine/unicorn/tree/df3aa0fccbce9e1420e82110cbae5951755a0698 - -See https://github.com/Ryujinx/Ryujinx/pull/1433 for details. diff --git a/Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so b/Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so Binary files differdeleted file mode 100644 index 8d0948af..00000000 --- a/Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so +++ /dev/null diff --git a/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll b/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll Binary files differdeleted file mode 100644 index 1c84586e..00000000 --- a/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll +++ /dev/null |
