- Mar 02, 2015
-
-
Yuri Kunde Schlesner authored
-
- Feb 28, 2015
-
-
archshift authored
Added RGBA5551 compatibility in the rasterizer
-
bunnei authored
arm_disasm: Show conditional code for BKPT instructions.
-
bunnei authored
arm_disasm: Remove unused variable
-
archshift authored
This allows Virtual Console games to display properly.
-
Lioncash authored
Changed cond_to_str to take a uint32, since unsigned numbers are only ever passed to it, and this can be a source of warnings for some compilers (also indexing an array without bounds checking a signed number is kind of iffy).
-
Lioncash authored
Also declared an array as static, as it's only used in this translation unit.
-
- Feb 27, 2015
-
-
bunnei authored
GPU: Implemented bits 3 and 1 from the display transfer flags.
-
Subv authored
Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA. Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa.
-
- Feb 26, 2015
-
-
bunnei authored
arm: The CP15 Main ID register is not writeable
-
Lioncash authored
-
bunnei authored
Video core: Fix A4 texture decoding
-
Yuri Kunde Schlesner authored
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.
-
Yuri Kunde Schlesner authored
Archives: Properly implemented the SystemSaveData archive.
-
Yuri Kunde Schlesner authored
Video core: Fix pixelation/blockiness in textures.
-
Yuri Kunde Schlesner authored
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.
-
Subv authored
Ported to the new factory pattern we have for archives.
-
- Feb 25, 2015
-
-
bunnei authored
Switch to the XDG Base Directory Specification for directory selection
-
bunnei authored
arm: Remove unnecessary booleans
-
Lioncash authored
We don't care about any of these.
-
Emmanuel Gil Peyrot authored
This allows for easily movable and independent configuration and data directories, using standardized paths.
-
bunnei authored
Services: Implemented Y2R_U::GetTransferEndEvent
-
bunnei authored
rasterizer: Add support for RGBA4 framebuffer format.
-
bunnei authored
-
- Feb 24, 2015
- Feb 23, 2015
- Feb 22, 2015
-
-
Subv authored
Verified with hwtests
-
archshift authored
This was RE'd from the errdisp applet.
-
Emmanuel Gil Peyrot authored
-
bunnei authored
GPU: Add support for more framebuffer formats in display transfers.
-
Tony Wasserka authored
-
bunnei authored
Rasterize with the correct color component order.
-
bunnei authored
- Fixes a regression with #594.
-
bunnei authored
Clean up unaligned 32-bit memory reads
-
bunnei authored
GPU: Fixed the RGBA8 input format and RGB8 output format
-
Tony Wasserka authored
Pica/VertexShader: Fixed LOOP with more than one iteration.
-
Kevin Hartman authored
-
- Feb 21, 2015
-
-
Subv authored
in Display Transfers, tested with hwtests.
-