| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-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-02 | Merge pull request #1434 from Kloen/legend | bunnei | |
| Add THREADPROCESSORID_ALL on SVC::CreateThread | |||
| 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 | Memory: Implement MMIO | MerryMage | |
| 2016-01-14 | Merge pull request #1327 from Subv/unmap_memblock | bunnei | |
| HLE/SVC: Implement UnmapMemoryBlock. | |||
| 2016-01-14 | HLE/SVC: Implement UnmapMemoryBlock. | Subv | |
| This implementation will need to be (almost completely) changed when we implement multiprocess support. | |||
| 2016-01-05 | Merge pull request #1283 from Subv/soc_fixup | bunnei | |
| HLE/Sockets: Fixed the buffer offset in recvfrom. | |||
| 2015-12-30 | services: Update some function tables | Lioncash | |
| 2015-12-29 | HLE/Timers: Reset OneShot timers when they are acquired instead of when ↵ | Subv | |
| they're triggered. Closes #1139 | |||
| 2015-12-28 | Merge pull request #1300 from Subv/arbitrateaddress | bunnei | |
| SVC: Fixed ArbitrateAddress to behave as it does on hardware. | |||
| 2015-12-27 | SVC: Fixed ArbitrateAddress to behave as it does on hardware. | Subv | |
| This was verified with hwtests that i plan to upload later on. | |||
| 2015-12-25 | svc: Remove superfluous printf argument | Lioncash | |
| 2015-12-24 | HLE/Sockets: Fixed the buffer offset in recvfrom. | Subv | |
| Closes #1277 | |||
| 2015-12-12 | svc: Fix compilation with LOG_TRACE enabled | Lioncash | |
| 2015-12-07 | VideoCore: Unify interface to OpenGL and SW rasterizers | Yuri Kunde Schlesner | |
| This removes explicit checks sprinkled all over the codebase to instead just have the SW rasterizer expose an implementation with no-ops for most operations. | |||
| 2015-12-06 | VideoCore: Rename HWRasterizer methods to be less confusing | Yuri Kunde Schlesner | |
| 2015-12-03 | Merge pull request #1252 from Subv/cam | bunnei | |
| Services/Cam: Added new log type and camera enums from 3dbrew. | |||
| 2015-11-30 | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | |
| This makes smealum/ctrulib@b96dd51d3349961189d4ab1bc2a5c45deff21c09 work with Citra. | |||
| 2015-11-28 | Merge pull request #1225 from lioncash/clean | bunnei | |
| csnd_snd: Get rid of type punning | |||
| 2015-11-23 | Services/Cam: Added new log type and camera enums from 3dbrew. | Subv | |
| Followup to #1102 Original author @mailwl | |||
| 2015-11-22 | Add stub functions for Initialize and GenerateRandomData in ssl:C | polaris- | |
| 2015-11-22 | Add Initialize and GenerateRandomData stubs | polaris- | |
