| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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- | |
| 2015-10-28 | csnd_snd: Get rid of type punning | Lioncash | |
| 2015-10-28 | Merge pull request #1165 from esoteric-programmer/master | bunnei | |
| Added CSND_ExecuteType0Commands stub. | |||
| 2015-10-28 | Added CSND stub. | Matthias Ernst | |
| 2015-10-28 | Merge pull request #1208 from archshift/free-bytes | bunnei | |
| Implement FS_User::GetFreeBytes | |||
| 2015-10-27 | Implement FS_User::GetFreeBytes | archshift | |
| 2015-10-24 | Fix copy paste | Filiph Sandström | |
| 2015-10-23 | Fix wrong branch | Filiph Sandström | |
| 2015-10-23 | Add GetTotalStepCount Stub | Filiph Sandström | |
| 2015-10-23 | Update ptm.h | Filiph Sandström | |
| 2015-10-06 | Silence -Wsign-compare warnings. | Rohit Nirmal | |
| 2015-09-30 | Service/CFG: Use a constexpr function for country initialization | Emmanuel Gil Peyrot | |
| This fixes a TODO left over from when we supported MSVC 2013. | |||
| 2015-09-29 | fix some xcode 7.0 warnings | Martin Lindhe | |
| 2015-09-16 | general: Silence some warnings when using clang | Lioncash | |
| 2015-09-14 | Service/CFG: Add default entry for block 0x000A0001 (birthday) | Yuri Kunde Schlesner | |
| 2015-09-14 | Service/CFG: Correct flags in 2 default blocks | Yuri Kunde Schlesner | |
| Verified against a 9.2.0-20 config save | |||
