Home

Awesome

cor64

C# based N64 Emulator

This is a work-in-progress freetime project

Debugging

Development

What you need

Required Global DotNet Tools

Build and Run $ nuke Run

Run Unit Tests $ nuke Test [--filter <name>] [--debug-test]

CppSharp support for Ubuntu 18.04

git clone https://github.com/InteropAlliance/premake-core/
cd premake-core
make -f Bootstrap.mak linux
cd ..
git clone --recursive https://github.com/mono/CppSharp.git
cd CppSharp
git checkout 1.0.1
cd build
cp -r ../../premake-core/bin/release/* premake/
./build.sh clone_llvm
./build.sh build_llvm
./build.sh package_llvm
./build.sh generate -configuration Release -platform x64
./build.sh -configuration Release -platform x64

GlideN64 Crashing

Now add the generated library to your ld configuration or use LD_LIBRARY_PATH

References

Alt text Alt text Alt text Alt text