[3DS]Citra Git (2014/04/25) - 模擬器

Table of Contents

https://github.com/bunnei/citra

Citra Git (2014/04/25) is released. 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:
* removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS"
* Update README.md
* made qt window title consistent
* fixes to scm_rev generation to make it conistent with windows build
* updated windows scm_rev code to use new style
* added scm rev generation on Linux/cmake
* fixes to build on linux
* removed duplicate rotl/rotr functions
* updated CMakeLists for missing files
* Re-enable toggling window mode.
* Add a quick way to load Launcher.dat files
* fixed order of LogManager and System init
* fixed GL context acquire (applies to Qt GUI only)
* fixed VSProps for Qt DLL copy
* Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.

http://www.sendspace.com/file/2m1460

--

All Comments

Kristin avatarKristin2014-04-27
Quanna avatarQuanna2014-04-29
有人試過嗎??
Doris avatarDoris2014-05-01
(14/04/26):
* Merge pull request #4 from cpp3ds/master Resolved
undefined Common::g_scm_branch error.
* Fixed CMake's import of GLFW.
Ivy avatarIvy2014-05-04
* Resolved undefined Common::g_scm_branch error.