| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-24 | Merge pull request #1520 from JamePeng/checknew3ds | bunnei | |
| Implement CheckNew3DS and CheckNew3DSApp | |||
| 2016-05-21 | Loader: Split SMDH into its own header and import helpers from QGameList | Emmanuel Gil Peyrot | |
| Also rewrite Qt wrappers to use those. | |||
| 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 | Memory: ZeroBlock | MerryMage | |
| 2016-05-21 | FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlock | MerryMage | |
| 2016-05-21 | Memory: ReadBlock/WriteBlock | MerryMage | |
| 2016-05-21 | Memory: IsValidVirtualAddress/IsValidPhysicalAddress | MerryMage | |
| 2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader: Add a GetFileType method to get the type of a loaded file | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | |
| This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | |||
| 2016-05-21 | SVC::WaitSynchronizationN: Reschedule at the end | wwylele | |
| 2016-05-18 | Remove `exceptions` parameter from `normaliseround` VFP functions | Jannik Vogel | |
| 2016-05-18 | Fix exception propagation for VFP single precision | Jannik Vogel | |
| 2016-05-18 | Fix exception propagation for VFP double precision | Jannik Vogel | |
| 2016-05-18 | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | Jannik Vogel | |
| 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-16 | Fix ftoi behaviour | Jannik Vogel | |
| 2016-05-16 | Respect fpscr in ftoiz | Jannik Vogel | |
| 2016-05-16 | Disable VFP3 instructions | Jannik Vogel | |
| 2016-05-15 | DSP_DSP: Remove GetHeadphoneStatus logspam (#1799) | Maribel | |
| 2016-05-15 | fixup! fixup! Refactor input system | wwylele | |
| 2016-05-15 | implement circle pad modifier | 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-10 | gdbstub: Silence missing prototype warnings | Lioncash | |
| 2016-05-09 | dyncom: Reset the context into user mode correctly | Lioncash | |
| The other mode was system mode. | |||
| 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. | |||
| 2016-05-06 | fix:return proper error | wwylele | |
