| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2016-03-03 | Display errors in GUI when loading ROM failed | LittleWhite | |
| 2016-03-02 | Merge pull request #1434 from Kloen/legend | bunnei | |
| Add THREADPROCESSORID_ALL on SVC::CreateThread | |||
| 2016-03-01 | Merge pull request #1297 from Subv/saves | bunnei | |
| DiskDirectory: Initialize the directory member with valid info. | |||
| 2016-03-01 | ThreadProcessorId_All on SVC::CreateThread | Kloen | |
| 2016-02-29 | Service/CFG: Fix potential endianess issue | Yuri Kunde Schlesner | |
| 2016-02-29 | Service/CFG: Add block 0x000A0000 (username) to default config file | Yuri Kunde Schlesner | |
| 2016-02-29 | Service/CAM: Add doxycomments to all service functions | Yuri Kunde Schlesner | |
| 2016-02-26 | Initial implementation ir:user | mailwl | |
| 2016-02-21 | AudioCore: Skeleton Implementation | MerryMage | |
| This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | |||
| 2016-02-13 | Service/CAM: Dummy implementation of some functions | Yuri Kunde Schlesner | |
| Thanks to @mailwl for the initial version of the stubs. | |||
| 2016-02-12 | BitField: Make trivially copyable and remove assignment operator | MerryMage | |
| 2016-02-02 | services: Get rid of unnecessary includes | Lioncash | |
| 2016-02-01 | services: Update function tables | Lioncash | |
| 2016-01-30 | Merge pull request #1377 from MerryMage/mmio | bunnei | |
| Memory: Implemented MMIO | |||
| 2016-01-30 | Memory: Implement MMIO | MerryMage | |
| 2016-01-25 | elf: Don't cast away const | Lioncash | |
| 2016-01-25 | archive_backend: Remove unnecessary const from return types | Lioncash | |
| This doesn't return by reference so const isn't really necessary | |||
