EmuCR Feeds
Email Us

EmuCR: CitraCitra Git (2015/02/11) 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 #500 from archshift/assert
Made asserts actually break the debugger, or crash if the program is not in debug mode.
* Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
Also removed some GEKKO cruft.
* GSP: Fixed typo in SignalInterrupt
* Merge pull request #552 from bunnei/setbufferswap-fix
GSP SetBufferSwap fix
* GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.
* Merge pull request #526 from purpasmart96/citra_stubs
Services: Stub some functions
* Services: Stub some functions
* Merge pull request #556 from lioncash/clean
arm: Remove TRUE/FALSE defines
* arm: Remove TRUE/FALSE defines
- Removed the Debug parameter from ARMul_State since it isn't used.
- Changed ARMul_CoProInit to a void function. It always returned true.
* Merge pull request #555 from lioncash/lut
arm_dyncom_thumb: Make lookup tables static
* arm_dyncom_thumb: Make lookup tables static
These don't need to be recreated all the time.
* Merge pull request #540 from yuriks/multi-archives
FS: Allow multiple instances of the same archive type to be open at once
* PTM: Fixed a problem with the gamecoin PTM file.
* Archives: Made the Format function more generic.
* Archives: Expose the File and Directory classes to HLE
* ResultVal: Fixed compilation when reassigning a ResultVal.
* FS: Allow multiple instances of the same archive type to be open at once
* FS: Get rid of completely useless Archive class
* Merge pull request #553 from lioncash/denorm
vfp: Normalize accumulator for multiply accumulate instructions
* vfp: Normalize accumulator for multiply accumulate instructions
* Merge pull request #554 from lioncash/cp15
dyncom: Add more regs to MCR/MRC
* dyncom: Add more regs to MCR/MRC
Adds the registers that were left out of some coprocessor ranges.
* Merge pull request #543 from Alegend45/master
Add more blend equations from 3dbrew
* Add more blend equations from 3dbrew

Download: Citra Git (2015/02/11) x86
Download: Citra Git (2015/02/11) 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!