diff --git a/3ds/citra/README.md b/3ds/citra/README.md index 58d6cda..7d1e1de 100644 --- a/3ds/citra/README.md +++ b/3ds/citra/README.md @@ -1 +1,37 @@ -https://github.com/citra-emu/citra +**BEFORE FILING AN ISSUE, READ THE RELEVANT SECTION IN THE [CONTRIBUTING](https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md#reporting-issues) FILE!!!** + +Citra Emulator +============== +[![Travis CI Build Status](https://travis-ci.org/citra-emu/citra.svg?branch=master)](https://travis-ci.org/citra-emu/citra) +[![AppVeyor CI Build Status](https://ci.appveyor.com/api/projects/status/sdf1o4kh3g1e68m9?svg=true)](https://ci.appveyor.com/project/bunnei/citra) + +Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. It is written with portability in mind, with builds actively maintained for Windows, Linux and macOS. Citra only emulates a subset of 3DS hardware, and therefore is generally only useful for running/debugging homebrew applications. At this time, Citra is even able to boot several commercial games! Most of these do not run to a playable state, but we are working every day to advance the project forward. + +Citra is licensed under the GPLv2 (or any later version). Refer to the license.txt file included. Please read the [FAQ](https://github.com/citra-emu/citra/wiki/FAQ) before getting started with the project. + +Check out our [website](https://citra-emu.org/)! + +For development discussion, please join us @ #citra on freenode. + +### Development + +Most of the development happens on GitHub. It's also where [our central repository](https://github.com/citra-emu/citra) is hosted. + +If you want to contribute please take a look at the [Contributor's Guide](CONTRIBUTING.md), [TODO list](https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA) and [Developer Information](https://github.com/citra-emu/citra/wiki/Developer-Information). 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__: [Windows Build](https://github.com/citra-emu/citra/wiki/Building-For-Windows) +* __Linux__: [Linux Build](https://github.com/citra-emu/citra/wiki/Building-For-Linux) +* __macOS__: [macOS Build](https://github.com/citra-emu/citra/wiki/Building-for-macOS) + + +### Support +We happily accept monetary donations, or donated games and hardware. Please see our [donations page](https://citra-emu.org/page/donate) for more information on how you can contribute to Citra. Any donations received will go towards things like: +* 3DS consoles for developers to explore the hardware +* 3DS games for testing +* Any equipment required for homebrew +* Infrastructure setup +* Eventually 3D displays to get proper 3D output working + +We also more than gladly accept used 3DS consoles, preferably ones with firmware 4.5 or lower! If you would like to give yours away, don't hesitate to join our IRC channel #citra on [Freenode](http://webchat.freenode.net/?channels=citra) and talk to neobrain or bunnei. Mind you, IRC is slow-paced, so it might be a while until people reply. If you're in a hurry you can just leave contact details in the channel or via private message and we'll get back to you. diff --git a/3ds/citra/SDL2.dll b/3ds/citra/SDL2.dll new file mode 100644 index 0000000..8e0c64c Binary files /dev/null and b/3ds/citra/SDL2.dll differ diff --git a/3ds/citra/citra-linux64 b/3ds/citra/citra-linux64 index 04f1aab..63f98d3 100755 Binary files a/3ds/citra/citra-linux64 and b/3ds/citra/citra-linux64 differ diff --git a/3ds/citra/citra-mac64 b/3ds/citra/citra-mac64 index dd59461..4c73955 100755 Binary files a/3ds/citra/citra-mac64 and b/3ds/citra/citra-mac64 differ diff --git a/3ds/citra/citra64.exe b/3ds/citra/citra64.exe index 9b6d8f5..21a4132 100755 Binary files a/3ds/citra/citra64.exe and b/3ds/citra/citra64.exe differ diff --git a/3ds/citra/libs/libSDL2-2.0.0.dylib b/3ds/citra/libs/libSDL2-2.0.0.dylib index e62dbe5..e7e1b30 100644 Binary files a/3ds/citra/libs/libSDL2-2.0.0.dylib and b/3ds/citra/libs/libSDL2-2.0.0.dylib differ diff --git a/3ds/citra/libs/libpng16.16.dylib b/3ds/citra/libs/libpng16.16.dylib index 0c8dcf4..cb52c00 100644 Binary files a/3ds/citra/libs/libpng16.16.dylib and b/3ds/citra/libs/libpng16.16.dylib differ