summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-032-2/+3
| | | | under /nand/title/high/low/content/00000000.app.romfs
* Archives: Change the folder layout of some archives.Gravatar Subv2015-01-026-24/+27
| | | | This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW
* Merge pull request #381 from Subv/savedatacheckGravatar bunnei2015-01-0217-319/+279
|\ | | | | Implemented the SaveDataCheck archive
| * IVFCArchive: Use a critical log to notify of invalid operations.Gravatar Subv2015-01-021-9/+9
| |
| * SaveDataCheck: Remove unneeded constructor from a classGravatar Subv2015-01-021-2/+0
| |
| * Archives: Added some documentation to IVFCArchiveGravatar Subv2015-01-021-0/+5
| |
| * Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-0217-341/+242
| | | | | | | | Fixed a few warnings and cleaned up the code
| * SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-024-7/+63
| | | | | | | | | | | | This allows Steel Diver to boot further, some files are needed. This is still not ready and needs a big cleanup, this will possibly be delayed until the way we handle archives is fixed (with factory classes instead of ahead-of-time creation of archives)
* | Merge pull request #392 from lioncash/smGravatar bunnei2015-01-021-3/+64
|\ \ | |/ |/| dyncom: Implement SMMLA/SMMUL/SMMLS
| * dyncom: Implement SMMLA/SMMUL/SMMLSGravatar Lioncash2015-01-021-3/+64
| |
* | Merge pull request #391 from lioncash/pedanticGravatar bunnei2015-01-022-4/+4
|\ \ | | | | | | archive/elf: Minor misc changes.
| * | elf: Make DidRelocate constGravatar Lioncash2015-01-021-1/+1
| | |
| * | archive: Fix initializer list orderGravatar Lioncash2015-01-021-3/+3
| | |
* | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXHGravatar bunnei2015-01-023-227/+282
| |/ |/|
* | Merge pull request #390 from lioncash/wutGravatar bunnei2015-01-021-27/+0
|\ \ | | | | | | dyncom: Remove dead function InterpreterInitInstLength
| * | dyncom: Remove dead function InterpreterInitInstLengthGravatar Lioncash2015-01-021-27/+0
| |/ | | | | | | Technically eliminates two memory leaks as well.
* | Merge pull request #388 from lioncash/smGravatar bunnei2015-01-025-52/+90
|\ \ | | | | | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
| * | armemu: Fix missing Q flag check for SMLSD.Gravatar Lioncash2015-01-021-2/+6
| | |
| * | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDGravatar Lioncash2015-01-025-50/+84
| |/
* / soc_u: Fix a missing formatting argumentGravatar Lioncash2015-01-021-1/+1
|/
* Merge pull request #382 from lioncash/sxGravatar bunnei2015-01-021-3/+58
|\ | | | | dyncom: Implement SXTAB16 and SXTB16
| * dyncom: Implement SXTAB16 and SXTB16Gravatar Lioncash2015-01-011-3/+58
| |
* | Merge pull request #377 from Yllodra/misc-changesGravatar Tony Wasserka2015-01-026-19/+19
|\ \ | |/ |/| Qt: Letter cases and single window mode
| * Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-016-10/+10
| | | | | | | | | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one.
| * Change popout mode to "Single Window Mode"Gravatar Daniel Lundqvist2015-01-012-9/+9
| |
* | Merge pull request #358 from neobrain/pica_progress2Gravatar bunnei2015-01-0111-124/+384
|\ \ | | | | | | pica_progress followups
| * | Pica/Rasterizer: Remove some redundant casts.Gravatar Tony Wasserka2014-12-311-3/+3
| | |
| * | Pica/Rasterizer: Make orient2d a free function and rename it to SignedArea.Gravatar Tony Wasserka2014-12-311-31/+38
| | |
| * | Pica: Cleanup color conversion.Gravatar Tony Wasserka2014-12-313-26/+51
| | |
| * | VideoCore: Remove some unused functions.Gravatar Tony Wasserka2014-12-311-26/+0
| | |
| * | Pica/Rasterizer: Fix a bug related to multitexturing and texture wrapping.Gravatar Tony Wasserka2014-12-311-2/+2
| | |
| * | Pica/Rasterizer: Clean up long code lines.Gravatar Tony Wasserka2014-12-311-4/+8
| | |
| * | Pica/VertexShader: Coding style fixes.Gravatar Tony Wasserka2014-12-311-16/+8
| | |
| * | Pica/CommandProcessor: Cleanups.Gravatar Tony Wasserka2014-12-311-3/+4
| | |
| * | Pica/CommandProcessor: Workaround games not setting the input position's w ↵Gravatar Tony Wasserka2014-12-311-0/+14
| | | | | | | | | | | | component.
| * | GPU: Pseudo-implement horizontal scaling.Gravatar Tony Wasserka2014-12-312-1/+8
| | | | | | | | | | | | | | | It's not really known how this actually works. Some testing has shown that this probably performs no filtering, and common usage in games suggests it's not actually resizing the image at all. However, this patch does seem to fix some homebrew showing quasi-duplicated images while still keeping other applications in a working state.
| * | Pica/Rasterizer: Implement backface culling.Gravatar Tony Wasserka2014-12-312-10/+36
| | |
| * | Pica/Rasterizer: Textures seem to be laid out flipped vertically.Gravatar Tony Wasserka2014-12-311-1/+1
| | | | | | | | | | | | Not sure if this is a correct fix. Probably should instead change the decoding logic itself.
| * | Pica/DebugUtils: Fix a bug in RGBA4 texture decoding.Gravatar Tony Wasserka2014-12-311-2/+2
| | |
| * | Pica/Rasterizer: Implement alpha blending.Gravatar Tony Wasserka2014-12-311-0/+84
| | |
| * | Pica/Rasterizer: Implement depth testing.Gravatar Tony Wasserka2014-12-312-6/+34
| | |
| * | Pica/Rasterizer: Further enhance Tev support.Gravatar Tony Wasserka2014-12-311-4/+19
| | |
| * | Pica: Add output merger definitions.Gravatar Tony Wasserka2014-12-311-1/+56
| | |
| * | Pica: Fix A4, IA4 and IA8 texture formats.Gravatar Tony Wasserka2014-12-311-13/+7
| | | | | | | | | | | | Both IA4 and IA8 had their component order mixed up. Additionally, IA4 used the wrong number of nibbles per texel. A4 skipped every second texel.
| * | Pica/CommandProcessor: Add support for integer uniforms.Gravatar Tony Wasserka2014-12-314-1/+30
| | |
| * | citra-qt: Fix displaying RGBA5551 framebuffers.Gravatar Tony Wasserka2014-12-311-0/+4
| | | | | | | | | | | | (not that it matters at the moment, because this code is not used yet)
| * | citra-qt: Always show pica framebuffers as RGBA8.Gravatar Tony Wasserka2014-12-311-1/+2
| | | | | | | | | | | | We actually don't really know yet how the format is encoded. Hence just use what works.
* | | Merge pull request #379 from lioncash/shGravatar bunnei2015-01-011-8/+110
|\ \ \ | | | | | | | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX
| * | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXGravatar Lioncash2015-01-011-8/+110
| | |/ | |/|
* | | Merge pull request #378 from lioncash/s8Gravatar bunnei2015-01-012-105/+136
|\ \ \ | | | | | | | | dyncom: Implement SADD8/SSUB8