From ec8d4f3af5d951776ab9d494ca1c5cae7809c08f Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Thu, 9 Feb 2023 02:24:32 +0100 Subject: 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 --- Ryujinx.Tests.Unicorn/libs/README.md | 20 -------------------- Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so | Bin 4500288 -> 0 bytes Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll | Bin 2178048 -> 0 bytes 3 files changed, 20 deletions(-) delete mode 100644 Ryujinx.Tests.Unicorn/libs/README.md delete mode 100644 Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so delete mode 100644 Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll (limited to 'Ryujinx.Tests.Unicorn/libs') 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 deleted file mode 100644 index 8d0948af..00000000 Binary files a/Ryujinx.Tests.Unicorn/libs/linux/libunicorn.so and /dev/null differ diff --git a/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll b/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll deleted file mode 100644 index 1c84586e..00000000 Binary files a/Ryujinx.Tests.Unicorn/libs/windows/unicorn.dll and /dev/null differ -- cgit v1.2.3