| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-27 | LDR: Implement CRO | wwylele | |
| 2016-07-04 | HLE/Applets: Implement ErrEula applet | mailwl | |
| 2016-06-16 | Merge pull request #1898 from archshift/interpreter-split-take2 | bunnei | |
| Refactor arm_dyncom_interpreter into several files (take 2) | |||
| 2016-06-12 | Make arm_dyncom_trans* into a fully fledged compilation unit | archshift | |
| 2016-06-11 | Merge pull request #1842 from Subv/ports | bunnei | |
| Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort. | |||
| 2016-06-10 | Revert "Split huge interpreter source file into translation info and ↵ | archshift | |
| interpreter (+ some tiny misc style fixes)" | |||
| 2016-06-08 | arm_dyncom_interpreter.cpp: Split by translation and interpreter logic | archshift | |
| To facilitate the split, some small changes were made to names of various structures and functions. | |||
| 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-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-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-12 | APT: Move the shared font loading and relocation functions to their own ↵ | Subv | |
| subdirectory services/apt/bcfnt. | |||
| 2016-04-03 | Dummy implementation dlp:SRVR Service. | exhalatio | |
| 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-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-01-30 | Memory: Implement MMIO | MerryMage | |
| 2015-10-04 | Implement gdbstub | polaris- | |
| 2015-08-16 | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | Yuri Kunde Schlesner | |
| 2015-07-26 | dyncom: Use ARMul_State as an object | Lioncash | |
| Gets rid of C-like parameter passing. | |||
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
| 2015-07-25 | dyncom: Move helper functions to their own header | Lioncash | |
| 2015-07-25 | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common | Lioncash | |
| 2015-07-13 | CiTrace: Record default vertex attributes. | Tony Wasserka | |
| 2015-07-13 | Add CiTrace recording support. | Tony Wasserka | |
| This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | |||
| 2015-07-11 | HLE/APT: Initial HLE support for applets. | Subv | |
| Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text. | |||
| 2015-06-21 | Merge pull request #860 from yuriks/y2r-color | Yuri Kunde Schlesner | |
| Color support for Y2R | |||
| 2015-06-21 | Y2R: Rework conversion process, enabling support for all formats | Yuri Kunde Schlesner | |
| 2015-06-11 | Services: Continue separation of services into their own folders | purpasmart96 | |
| 2015-05-27 | Kernel: Add VMManager to manage process address spaces | Yuri Kunde Schlesner | |
| This enables more dynamic management of the process address space, compared to just directly configuring the page table for major areas. This will serve as the foundation upon which the rest of the Kernel memory management functions will be built. | |||
| 2015-05-23 | dyncom: Get rid of armemu.h | Lioncash | |
| 2015-05-14 | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | |
| Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues. Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create. | |||
| 2015-05-15 | Memory: Use a table based lookup scheme to read from memory regions | Yuri Kunde Schlesner | |
| 2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | |
| memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | |||
| 2015-05-08 | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | |
| 2015-05-08 | Core: Fix sorting in CMakeFiles.txt | Yuri Kunde Schlesner | |
| 2015-05-07 | Remove unnecessary dyncom header files | Lioncash | |
| 2015-05-06 | FileSys: De-inline Path members | Yuri Kunde Schlesner | |
| 2015-04-17 | dyncom: Remove unused/unnecessary VFP cruft | Lioncash | |
| 2015-04-03 | IR: Move The IR services to their own folder and implement "GetHandles" | purpasmart96 | |
| 2015-04-02 | Services: Stubs and minor changes | purpasmart96 | |
| 2015-03-09 | Added LCD registers, and implementation for color filling in OGL code. | archshift | |
| 2015-03-03 | Services: Moved the PTM and APT services to their own folder | Subv | |
| This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands. | |||
| 2015-02-02 | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | |
| This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.) | |||
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-30 | arm: Get rid of armcpu.h and skyeye_types.h | Lioncash | |
| 2015-01-24 | Services: Stubbed more services. | Subv | |
| Implemented FSUser::CreateExtSaveData | |||
| 2015-01-22 | Merge pull request #493 from archshift/ptmplay | bunnei | |
| Stubbed some services | |||
| 2015-01-21 | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | |
| 2015-01-21 | Stubbed cam:u service | archshift | |
