| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SaveDataCheck: Move the files to nand/title | 2015-01-03 | 2 | -2/+3 | |
| | | | | | under /nand/title/high/low/content/00000000.app.romfs | ||||
| * | Archives: Change the folder layout of some archives. | 2015-01-02 | 6 | -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/savedatacheck | 2015-01-02 | 17 | -319/+279 | |
| |\ | | | | | Implemented the SaveDataCheck archive | ||||
| | * | IVFCArchive: Use a critical log to notify of invalid operations. | 2015-01-02 | 1 | -9/+9 | |
| | | | |||||
| | * | SaveDataCheck: Remove unneeded constructor from a class | 2015-01-02 | 1 | -2/+0 | |
| | | | |||||
| | * | Archives: Added some documentation to IVFCArchive | 2015-01-02 | 1 | -0/+5 | |
| | | | |||||
| | * | Archives: Reduced duplicate code in RomFS and SaveCheck. | 2015-01-02 | 17 | -341/+242 | |
| | | | | | | | | | Fixed a few warnings and cleaned up the code | ||||
| | * | SaveDataCheck: Preliminary work in this archive. | 2015-01-02 | 4 | -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/sm | 2015-01-02 | 1 | -3/+64 | |
| |\ \ | |/ |/| | dyncom: Implement SMMLA/SMMUL/SMMLS | ||||
| | * | dyncom: Implement SMMLA/SMMUL/SMMLS | 2015-01-02 | 1 | -3/+64 | |
| | | | |||||
| * | | Merge pull request #391 from lioncash/pedantic | 2015-01-02 | 2 | -4/+4 | |
| |\ \ | | | | | | | archive/elf: Minor misc changes. | ||||
| | * | | elf: Make DidRelocate const | 2015-01-02 | 1 | -1/+1 | |
| | | | | |||||
| | * | | archive: Fix initializer list order | 2015-01-02 | 1 | -3/+3 | |
| | | | | |||||
| * | | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | 2015-01-02 | 3 | -227/+282 | |
| | |/ |/| | |||||
| * | | Merge pull request #390 from lioncash/wut | 2015-01-02 | 1 | -27/+0 | |
| |\ \ | | | | | | | dyncom: Remove dead function InterpreterInitInstLength | ||||
| | * | | dyncom: Remove dead function InterpreterInitInstLength | 2015-01-02 | 1 | -27/+0 | |
| | |/ | | | | | | | Technically eliminates two memory leaks as well. | ||||
| * | | Merge pull request #388 from lioncash/sm | 2015-01-02 | 5 | -52/+90 | |
| |\ \ | | | | | | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | ||||
| | * | | armemu: Fix missing Q flag check for SMLSD. | 2015-01-02 | 1 | -2/+6 | |
| | | | | |||||
| | * | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | 2015-01-02 | 5 | -50/+84 | |
| | |/ | |||||
| * / | soc_u: Fix a missing formatting argument | 2015-01-02 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #382 from lioncash/sx | 2015-01-02 | 1 | -3/+58 | |
| |\ | | | | | dyncom: Implement SXTAB16 and SXTB16 | ||||
| | * | dyncom: Implement SXTAB16 and SXTB16 | 2015-01-01 | 1 | -3/+58 | |
| | | | |||||
| * | | Merge pull request #377 from Yllodra/misc-changes | 2015-01-02 | 6 | -19/+19 | |
| |\ \ | |/ |/| | Qt: Letter cases and single window mode | ||||
| | * | Make letter cases consistent in menus and widgets | 2015-01-01 | 6 | -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" | 2015-01-01 | 2 | -9/+9 | |
| | | | |||||
| * | | Merge pull request #358 from neobrain/pica_progress2 | 2015-01-01 | 11 | -124/+384 | |
| |\ \ | | | | | | | pica_progress followups | ||||
| | * | | Pica/Rasterizer: Remove some redundant casts. | 2014-12-31 | 1 | -3/+3 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Make orient2d a free function and rename it to SignedArea. | 2014-12-31 | 1 | -31/+38 | |
| | | | | |||||
| | * | | Pica: Cleanup color conversion. | 2014-12-31 | 3 | -26/+51 | |
| | | | | |||||
| | * | | VideoCore: Remove some unused functions. | 2014-12-31 | 1 | -26/+0 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Fix a bug related to multitexturing and texture wrapping. | 2014-12-31 | 1 | -2/+2 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Clean up long code lines. | 2014-12-31 | 1 | -4/+8 | |
| | | | | |||||
| | * | | Pica/VertexShader: Coding style fixes. | 2014-12-31 | 1 | -16/+8 | |
| | | | | |||||
| | * | | Pica/CommandProcessor: Cleanups. | 2014-12-31 | 1 | -3/+4 | |
| | | | | |||||
| | * | | Pica/CommandProcessor: Workaround games not setting the input position's w ↵ | 2014-12-31 | 1 | -0/+14 | |
| | | | | | | | | | | | | | component. | ||||
| | * | | GPU: Pseudo-implement horizontal scaling. | 2014-12-31 | 2 | -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. | 2014-12-31 | 2 | -10/+36 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Textures seem to be laid out flipped vertically. | 2014-12-31 | 1 | -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. | 2014-12-31 | 1 | -2/+2 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Implement alpha blending. | 2014-12-31 | 1 | -0/+84 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Implement depth testing. | 2014-12-31 | 2 | -6/+34 | |
| | | | | |||||
| | * | | Pica/Rasterizer: Further enhance Tev support. | 2014-12-31 | 1 | -4/+19 | |
| | | | | |||||
| | * | | Pica: Add output merger definitions. | 2014-12-31 | 1 | -1/+56 | |
| | | | | |||||
| | * | | Pica: Fix A4, IA4 and IA8 texture formats. | 2014-12-31 | 1 | -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. | 2014-12-31 | 4 | -1/+30 | |
| | | | | |||||
| | * | | citra-qt: Fix displaying RGBA5551 framebuffers. | 2014-12-31 | 1 | -0/+4 | |
| | | | | | | | | | | | | | (not that it matters at the moment, because this code is not used yet) | ||||
| | * | | citra-qt: Always show pica framebuffers as RGBA8. | 2014-12-31 | 1 | -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/sh | 2015-01-01 | 1 | -8/+110 | |
| |\ \ \ | | | | | | | | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | ||||
| | * | | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | 2015-01-01 | 1 | -8/+110 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #378 from lioncash/s8 | 2015-01-01 | 2 | -105/+136 | |
| |\ \ \ | | | | | | | | | dyncom: Implement SADD8/SSUB8 | ||||