| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-04 | skyeye: Remove duplicate typedefs | Lioncash | |
| citra already has its own typedefs like this. | |||
| 2015-01-03 | FileSys: Fix crash bug in DiskFile exposed by #400 | Yuri Kunde Schlesner | |
| 2015-01-03 | FileSys: Fix a few memory leaks | Yuri Kunde Schlesner | |
| 2015-01-03 | Merge pull request #396 from bunnei/default-dyncom | bunnei | |
| Core: Change default CPU to dyncom. | |||
| 2015-01-03 | Merge pull request #398 from lioncash/sm | bunnei | |
| dyncom: Implement SMLAW | |||
| 2015-01-03 | dyncom: Implement SMLAW | Lioncash | |
| 2015-01-03 | VFP: Minor cleanup, functionally the same. | bunnei | |
| 2015-01-02 | Merge pull request #395 from lioncash/rev | bunnei | |
| dyncom: Implement REVSH | |||
| 2015-01-02 | dyncom: Implement REVSH | Lioncash | |
| Also joins the REV ops into one common place. | |||
| 2015-01-02 | Core: Change default CPU to dyncom. | bunnei | |
| 2015-01-02 | dyncom: Implement SMLALD/SMLSLD | Lioncash | |
| 2015-01-02 | Merge pull request #381 from Subv/savedatacheck | bunnei | |
| Implemented the SaveDataCheck archive | |||
| 2015-01-02 | Merge pull request #392 from lioncash/sm | bunnei | |
| dyncom: Implement SMMLA/SMMUL/SMMLS | |||
| 2015-01-02 | dyncom: Implement SMMLA/SMMUL/SMMLS | Lioncash | |
| 2015-01-02 | IVFCArchive: Use a critical log to notify of invalid operations. | Subv | |
| 2015-01-02 | SaveDataCheck: Remove unneeded constructor from a class | Subv | |
| 2015-01-02 | Archives: Added some documentation to IVFCArchive | Subv | |
| 2015-01-02 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | |
| Fixed a few warnings and cleaned up the code | |||
| 2015-01-02 | SaveDataCheck: Preliminary work in this archive. | Subv | |
| 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) | |||
| 2015-01-02 | Merge pull request #391 from lioncash/pedantic | bunnei | |
| archive/elf: Minor misc changes. | |||
| 2015-01-02 | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | bunnei | |
| 2015-01-02 | Merge pull request #390 from lioncash/wut | bunnei | |
| dyncom: Remove dead function InterpreterInitInstLength | |||
| 2015-01-02 | Merge pull request #388 from lioncash/sm | bunnei | |
| dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | |||
| 2015-01-02 | elf: Make DidRelocate const | Lioncash | |
| 2015-01-02 | archive: Fix initializer list order | Lioncash | |
| 2015-01-02 | dyncom: Remove dead function InterpreterInitInstLength | Lioncash | |
| Technically eliminates two memory leaks as well. | |||
| 2015-01-02 | soc_u: Fix a missing formatting argument | Lioncash | |
| 2015-01-02 | armemu: Fix missing Q flag check for SMLSD. | Lioncash | |
| 2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | |
| 2015-01-01 | dyncom: Implement SXTAB16 and SXTB16 | Lioncash | |
| 2015-01-01 | Merge pull request #358 from neobrain/pica_progress2 | bunnei | |
| pica_progress followups | |||
| 2015-01-01 | Merge pull request #379 from lioncash/sh | bunnei | |
| dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | |||
| 2015-01-01 | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | Lioncash | |
| 2015-01-01 | Fix SADD8/SSUB8 in the armemu | Lioncash | |
| 2015-01-01 | dyncom: Implement SADD8/SSUB8 | Lioncash | |
| 2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | |
| Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU | |||
| 2014-12-31 | GPU: Pseudo-implement horizontal scaling. | Tony Wasserka | |
| 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. | |||
| 2014-12-31 | Merge pull request #375 from lioncash/uops | bunnei | |
| dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | |||
| 2014-12-31 | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | Lioncash | |
| 2014-12-30 | dyncom: Massive refactor | bunnei | |
| 2014-12-30 | Merge pull request #369 from darkf/mingw_ | bunnei | |
| Fix MinGW build (2) | |||
| 2014-12-30 | vfp: Get rid of a few warnings | Lioncash | |
| 2014-12-30 | vfp: Implement VMOVBRRSS | Lioncash | |
| 2014-12-30 | dyncom: Implement USAT16/SSAT16 | Lioncash | |
| 2014-12-29 | Merge pull request #368 from purpasmart96/dsp_mem | bunnei | |
| MemMap: Add support for DSP Read & Writes in the memory map | |||
| 2014-12-29 | APT:A: Some style changes | Subv | |
| 2014-12-29 | Fix merge conflicts | darkf | |
| 2014-12-29 | MemMap: Add support for DSP Read & Writes in the memory map | purpasmart96 | |
| 2014-12-29 | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | |
| They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded. | |||
| 2014-12-29 | dyncom: Implement USAT/SSAT | bunnei | |
