Go to file
2014-04-08 15:05:45 -04:00
externals adding initial project layout 2013-08-29 23:35:09 -04:00
src Merge branch 'hardware-interface' 2014-04-07 00:57:37 -04:00
vsprops added initial renderer code 2014-04-06 16:55:39 -04:00
.gitignore added ipch/ folder (MSVS generated) to .gitignore 2013-09-04 23:01:55 -04:00
citra.sln added video_core as a dependencie for citra in build order 2014-04-06 16:57:09 -04:00
CMakeLists.txt renamed from citrus to citra 2013-09-26 17:34:48 -04:00
LICENSE Initial commit 2013-08-29 20:18:16 -07:00
README.md Update README.md 2014-04-08 15:05:45 -04:00

citra emulator

An open-source Nintendo 3DS emulator/debugger written in C++. At this time, it only emulates a very small subset of 3DS hardware, and therefore is only useful for booting/debugging very simple homebrew demos.

For development discussion, please join us @ #citra on freenode.

Development

If you want to contribute please take a took at the Coding Style, Roadmap and Developer Information pages. You should as well contact any of the developers in the forum in order to know about the current state of the emulator.

Building

  • Windows: Install Visual Studio 2013. Then open the .SLN file, and press Build > Rebuild Solution.
  • Linux: TODO