| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-22 | Merge pull request #1560 from lioncash/savedata | bunnei | |
| archive_extsavedata: Fix member initialization order | |||
| 2016-03-22 | Merge pull request #1563 from lioncash/lolfiq | bunnei | |
| armstate: Correct FIQ register banking | |||
| 2016-03-21 | armstate: Correct FIQ register banking | Lioncash | |
| FIQ has seven banked registers (R8 to R14), not two. | |||
| 2016-03-21 | Merge pull request #1559 from lioncash/vec | bunnei | |
| soc_u: Get rid of explicit delete and new | |||
| 2016-03-21 | session: Make helper functions constexpr | Lioncash | |
| 2016-03-21 | loader: Make MakeMagic constexpr | Lioncash | |
| 2016-03-21 | archive_extsavedata: Fix member initialization order | Lioncash | |
| shared appears in the initializer list before mount_point | |||
| 2016-03-21 | soc_u: Get rid of explicit delete and new | Lioncash | |
| 2016-03-20 | Merge pull request #1302 from Subv/save_fix | bunnei | |
| HLE/FS: Fixed many corner cases in our file handling | |||
| 2016-03-20 | HLE/FS: Change the error code returned when an ExtSaveData archive is not found. | Subv | |
| This allows Fire Emblem to boot again. | |||
| 2016-03-20 | HLE/FS: Corrected some style concerns. | Subv | |
| 2016-03-20 | HLE/FS: Fixed creating the config savefile when it doesn't exist. | Subv | |
| This fixes a regression. | |||
| 2016-03-20 | HLE/FS: Implemented GetFormatInfo | Subv | |
| Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive. | |||
| 2016-03-20 | HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ↵ | Subv | |
| exist. | |||
| 2016-03-20 | HLE/FS: Return the proper error codes when opening files. | Subv | |
| 2016-03-20 | HLE/FS: Fixed the OpenDirectory error code | Subv | |
| 2016-03-20 | HLE/FS: Return the proper error codes on file Read/Write operations. | Subv | |
| These operations are limited by the open flags specified while opening the file. | |||
| 2016-03-20 | HLE/FS: Corrected the error codes for DeleteFile | Subv | |
| 2016-03-20 | HLE/FS: Corrected the error codes for CreateFile | Subv | |
| 2016-03-20 | HLE/FS: FS::CreateFile takes an u64 for the file size. | Subv | |
| 2016-03-20 | Fix missing header | LittleWhite | |
| 2016-03-18 | Merge pull request #1505 from pippo2931/fef | bunnei | |
| GetArchiveResource stub | |||
| 2016-03-17 | core/video_core: Make NumIds functions constexpr | Lioncash | |
| 2016-03-17 | core/video_core: Don't cast away const in subscript operators | Lioncash | |
| Not to say these subscript operators aren't totally ugly as is. | |||
| 2016-03-15 | Reorganize the ndm service path for dummy implement function | JamePeng | |
| SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now! | |||
| 2016-03-13 | hid: fix pad update | wwylele | |
| 2016-03-12 | svc: Move ResetType enum to the kernel event header | Lioncash | |
| 2016-03-12 | svc: Remove unused ArbitrationType enum | Lioncash | |
| An equivalent enum already exists within address_arbiter.h | |||
| 2016-03-12 | svc: Make ResetType an enum class | Lioncash | |
| 2016-03-12 | Fix header | pippo2931 | |
| 2016-03-12 | GetArchiveResource stub | pippo2931 | |
| 2016-03-12 | Merge pull request #1266 from Subv/miiapplet | bunnei | |
| HLE/Applets: Implemented a dummy Mii Selector applet. | |||
| 2016-03-12 | HLE/Applets: Implemented a dummy Mii Selector applet. | Subv | |
| This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet. | |||
| 2016-03-12 | Merge pull request #1500 from lioncash/nullptr | bunnei | |
| gsp_gpu: Change 0 literal to nullptr | |||
| 2016-03-11 | gsp_gpu: Change 0 literal to nullptr | Lioncash | |
| 2016-03-11 | hle: Update service function tables | Lioncash | |
| 2016-03-09 | Fix missing return | LittleWhite | |
| 2016-03-09 | Merge pull request #1474 from lioncash/renderer | bunnei | |
| renderer_base: Minor changes | |||
| 2016-03-08 | Merge pull request #1344 from LittleWhite-tb/error-output | bunnei | |
| Output errors in GUI | |||
| 2016-03-08 | renderer_base: Don't directly expose the rasterizer unique_ptr | Lioncash | |
| There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer. | |||
| 2016-03-08 | Improve error report from Init() functions | LittleWhite | |
| Add error popup when citra initialization failed | |||
| 2016-03-06 | DSP: Implement Pipe 2 | MerryMage | |
| Pipe 2 is a DSP pipe that is used to initialize both the DSP hardware (the application signals to the DSP to initialize) and the application (the DSP provides the memory location of structures in the shared memory region). | |||
| 2016-03-05 | Memory: Do correct Phys->Virt address translation for non-APP linheap | Yuri Kunde Schlesner | |
| 2016-03-05 | Merge pull request #1455 from yuriks/ResultVal-union | Mathew Maidment | |
| core: Use unrestricted union to hold storage of ResultVal value | |||
| 2016-03-06 | DSP: Print hash of firmware to console | MerryMage | |
| 2016-03-05 | core: Use unrestricted union to hold storage of ResultVal value | Yuri Kunde Schlesner | |
| 2016-03-04 | Loader/NCCH: Log the program ID during loading | Yuri Kunde Schlesner | |
| This is useful for all sorts of things, but mainly to identify save folders more easily. | |||
| 2016-03-05 | Merge pull request #1429 from mailwl/branch-acu | bunnei | |
| ac:u IsConnected implemented | |||
| 2016-03-04 | Merge pull request #1389 from yuriks/stub-cam | bunnei | |
| Stub CAM:U service | |||
| 2016-03-04 | ac:u: Stub IsConnected | mailwl | |
