aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.csproj
AgeCommit message (Collapse)Author
2018-02-15Add some tests (#18)Merry
* Add tests * Add some simple Alu instruction tests * travis: Run tests * CpuTest: Add TearDown
2018-02-14macOS build (#13)Merry
* Ryujinx.csproj: Add osx-x64 RuntimeIdentifier Allows Ryujinx to build and run on macOS * Add .travis.yml
2018-02-09config bugfix (#6)Ac_K
Include Ryujinx.conf file to the build folder. Fix the Ryujinx.conf filepath.
2018-02-04alohagdkchan