Skip to content

Personal NDS emulator. Can boot the shell and a couple games

License

Notifications You must be signed in to change notification settings

KellanClark/ortin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ortin

A very work in progress emulator for the Nintendo DS handheld game console.

Building

Precompiled binaries are provided for Windows and Linux under Releases.

Windows Requirements

I'm most likely going to change some aspects of the Windows build process very soon, so this is a placeholder.

Linux Requirements

  • At least GCC 12 or Clang 13
  • libsdl2-dev >= 2.16
  • libgtk-3-dev

Instructions

Clone the repository with git clone https://github.com/KellanClark/ortin.git --recurse-submodule Then use the standard CMake build process

cd ortin
mkdir build
cd build
cmake ..
make

About

Personal NDS emulator. Can boot the shell and a couple games

Resources

License

Stars

Watchers

Forks

Packages

No packages published