1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-31 07:53:47 +00:00
Ryujinx/Ryujinx.Tests.Unicorn/libs
..
linux
windows
README.md

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: df3aa0fccb

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: df3aa0fccb

See https://github.com/Ryujinx/Ryujinx/pull/1433 for details.