| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-11 | Merge pull request #1842 from Subv/ports | bunnei | |
| Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort. | |||
| 2016-06-11 | Kernel/SVC: Implemented svcCreatePort. | Subv | |
| 2016-06-11 | hid: add missing header | wwylele | |
| 2016-06-10 | Merge pull request #1789 from wwylele/input-refactor | bunnei | |
| Refactor input mapping & implement circle pad modifier | |||
| 2016-06-05 | Kernel: Added ClientPort and ServerPort classes. | Subv | |
| This is part of an ongoing effort to implement support for multiple processes. | |||
| 2016-06-04 | service: Add other DLP services | Lioncash | |
| Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services. | |||
| 2016-06-01 | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue | mailwl | |
| 2016-05-29 | Merge pull request #1692 from Subv/rm_getpointer2 | bunnei | |
| Memory: Remove most usages of GetPointer | |||
| 2016-05-28 | Merge pull request #1756 from wwylele/config-cleanup | bunnei | |
| Config block: clean up | |||
| 2016-05-28 | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ↵ | Subv | |
| in the memory block manipulation functions. | |||
| 2016-05-28 | Memory: Make ReadBlock and WriteBlock accept void pointers. | Subv | |
| 2016-05-28 | SOC_U: Remove usage of GetPointer | Subv | |
| 2016-05-28 | SSL_C: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-28 | GSP_GPU: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-28 | DSP_DSP: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-28 | FS/Archive: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-26 | Merge pull request #1855 from MerryMage/memory-headers-20160526 | Mat M | |
| Memory: Added necessary headers and removed unnecessary header | |||
| 2016-05-26 | Memory: Added necessary headers and removed unnecessary header | MerryMage | |
| 2016-05-24 | New3DS: Minor style cleanup to #1520. | bunnei | |
| 2016-05-24 | Merge pull request #1520 from JamePeng/checknew3ds | bunnei | |
| Implement CheckNew3DS and CheckNew3DSApp | |||
| 2016-05-21 | CFG: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-21 | APT: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-21 | Kernel/Thread: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-21 | Applets/swkdb: Remove use of Memory::GetPointer | MerryMage | |
| 2016-05-21 | SVC::WaitSynchronizationN: Reschedule at the end | wwylele | |
| 2016-05-17 | Update ACT:U and create ACT:A (#1809) | András Domonkos | |
| * Update ACT_U * Create act_a.h * Create act_a.cpp * Add service ACT:A * Add ACT:A source and header * Fix wrong header | |||
| 2016-05-17 | Merge pull request #1800 from JayFoxRox/set-fpscr | bunnei | |
| Set fpscr for new threads | |||
| 2016-05-17 | Set fpscr for new threads | Jannik Vogel | |
| 2016-05-15 | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799) | Maribel | |
| 2016-05-15 | fixup! fixup! Refactor input system | wwylele | |
| 2016-05-15 | Refactor input subsystem | wwylele | |
| 2016-05-14 | Memory: Fixed a regression caused by #1695 and #1689. | Subv | |
| Reserve enough space in the vector that holds the linear heap memory to prevent relocations of the backing memory when growing too much. Closes #1790 | |||
| 2016-05-13 | Merge pull request #1689 from Subv/shmem | bunnei | |
| Kernel: Implemented shared memory. | |||
| 2016-05-12 | Merge pull request #1695 from Subv/tls_alloc | bunnei | |
| Kernel/Threads: Dynamically allocate the TLS region for threads. | |||
| 2016-05-12 | HLE/Applets: Give each applet its own block of heap memory, and use that ↵ | Subv | |
| when creating the framebuffer shared memory block. | |||
| 2016-05-12 | Kernel: Account for automatically-allocated shared memories in the amount of ↵ | Subv | |
| used linear heap memory. | |||
| 2016-05-12 | APT: Move the shared font loading and relocation functions to their own ↵ | Subv | |
| subdirectory services/apt/bcfnt. | |||
| 2016-05-12 | Kernel/SharedMemory: Log an error when Map fails. | Subv | |
| 2016-05-12 | Kernel: Implemented shared memory permissions. | Subv | |
| 2016-05-12 | APT: Implement relocating the shared font to its true address. | Subv | |
| 2016-05-12 | Kernel/Memory: Remove the Shared Memory region from the legacy memory map. | Subv | |
| 2016-05-12 | Kernel/SharedMemory: Properly implemented shared memory support. | Subv | |
| Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object. Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock. Removed the APT Shared Font hack as it is no longer needed. | |||
| 2016-05-12 | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. | Subv | |
| R0 is used as the last parameter instead of R4. | |||
| 2016-05-08 | Merge pull request #1766 from Subv/log_cpu | bunnei | |
| Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1) | |||
| 2016-05-07 | Merge pull request #1718 from alex-laties/fixup-type-conversions | bunnei | |
| fixup simple type conversions where possible | |||
| 2016-05-07 | Merge pull request #1761 from Subv/applets_fb | bunnei | |
| HLE/Applets: Use the correct size for the framebuffer SharedMemory | |||
| 2016-05-07 | fixup simple type conversions where possible | Alexander Laties | |
| 2016-05-07 | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | Subv | |
| We do not currently implement any cores other than the AppCore (Core 0). | |||
| 2016-05-07 | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE ↵ | Subv | |
| region of the linear heap. Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries. This is consistent with what the real kernel does. | |||
| 2016-05-07 | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the ↵ | Subv | |
| swkbd and MiiSelector applets. | |||
