EmuCR Feeds
Email Us

EmuCR: CitraCitra Git (2015/02/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 #612 from yuriks/fix-A4
Video core: Fix A4 texture decoding
* Video core: Fix A4 texture decoding
It was trying to take the LSB from `coarse_x`, which would always be 0
and thus would always return the same texel from each byte. To add
insult to the injury, the conditional was actually the wrong way around
too.
Fixes blocky text in OoT.
* Merge pull request #604 from Subv/arc_ssd
Archives: Properly implemented the SystemSaveData archive.
* Archives: Properly implemented the SystemSaveData archive.
Ported to the new factory pattern we have for archives.
* Merge pull request #611 from yuriks/pixelated-textures
Video core: Fix pixelation/blockiness in textures.
* Video core: Fix pixelation/blockiness in textures.
This was caused during morton decoding by me not masking the bits of
each coordinate before merging them, so the bits from x could set bits
in y if it was >255.
* Merge pull request #575 from linkmauve/xdg
Switch to the XDG Base Directory Specification for directory selection
* Common: Switch to the XDG Base Directory Specification for directory selection.
This allows for easily movable and independent configuration and data directories, using standardized paths.
* Merge pull request #609 from lioncash/rem
arm: Remove unnecessary booleans
* arm: Remove unnecessary booleans
We don't care about any of these.

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