EmuCR Feeds
Email Us

EmuCR: CitraCitra Git (2014/10/26) is compiled. Citra is an experimental 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. Citra is licensed under the GPLv2. Refer to the license.txt file included.

Citra Git Changelog:
* Merge pull request #149 from linkmauve/open-file-directly-fix
Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead
* Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead
* Merge pull request #133 from archshift/sdmc-enabled
Use config files to store whether SDMC is enabled or not, auto-create SDMC dir.
* Common: Return from CreateFullPath early if the directory creation fails
* Use config files to store whether SDMC is enabled or not
Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
* Merge pull request #146 from yuriks/inttypes
Use std sized types instead of platform specific typedefs
* Use std sized types instead of platform specific typedefs
* Merge pull request #145 from yuriks/shader-log-crash
Only check OpenGL shader log if size is >1.
* Only check OpenGL shader log if size is >1.
This prevents a crash when the buffer size returned by the driver is 0,
in which case no space is allocated to store even the NULL byte and
glGetShaderInfoLog errors out.
Thanks to @Relys for the bug report.
* Merge pull request #144 from archshift/graceful-quit
emu_window_glfw.cpp: Fixed graceful quitting
* emu_window_glfw.cpp: Fixed graceful quitting
In PR #143, the name of the function IsOpen was originally ShouldClose, but was changed. The function's caller was changed to reflect this, but the return value wasn't.
* Merge pull request #143 from archshift/graceful-quit
Implemented graceful closing of the GLFW window, along with emulation.
* Implemented graceful closing of the GLFW window, along with emulation.
* Merge pull request #113 from neobrain/opengl_refactor
OpenGL Refactor

Download: Citra Git (2014/10/26) x86
Download: Citra Git (2014/10/26) x64
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!