| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-01 | Input: remove unused stuff & clean up | wwylele | |
| 1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include | |||
| 2017-03-01 | Input: add device and factory template | wwylele | |
| 2017-02-26 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
| Replace built-in Profiler with indicators in status bar | |||
| 2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
| 2017-02-25 | Merge pull request #2569 from wwylele/wrap-unwrap | bunnei | |
| APT: implemented Wrap and Unwrap | |||
| 2017-02-21 | HW: add AES engine & implement AES-CCM | wwylele | |
| 2017-02-15 | core: add missing errors.h in CMakeLists.txt | wwylele | |
| 2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | |
| 2017-02-13 | loader: use self NCCH archive | wwylele | |
| 2017-02-13 | file_sys: add Self NCCH archive | wwylele | |
| 2017-02-05 | Merge pull request #2027 from Lectem/ipcrefactor | Weiyi Wang | |
| IPC helper | |||
| 2017-02-03 | Merge pull request #2518 from MerryMage/coproc | Yuri Kunde Schlesner | |
| arm_dynarmic: Coprocessor support | |||
| 2017-02-03 | arm_dynarmic: CP15 support | MerryMage | |
| 2017-01-31 | HLE/Applets: Stub Mint (eShop) Applet (#2463) | mailwl | |
| This allows Phoenix Wright - Dual Destinies to boot. | |||
| 2017-01-29 | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | |
| CAM: build the service framework with a dummy implementation | |||
| 2017-01-12 | Merge pull request #2308 from mailwl/ac-i | bunnei | |
| Service/AC: add ac:i service | |||
| 2017-01-11 | CAM: implement basic camera functions with a blank camera | wwylele | |
| 2016-12-30 | Service/AC: add ac:i service | mailwl | |
| 2016-12-26 | IPC helpers | Lectem | |
| 2016-12-26 | Frontend: emulate motion sensor | wwylele | |
| 2016-12-23 | core: Move emu_window and key_map into core | MerryMage | |
| * Removes circular dependences (common should not depend on core) | |||
| 2016-12-22 | Service/NWM: add nwm services | mailwl | |
| 2016-12-21 | core: Remove HLE module, consolidate code & various cleanups. | bunnei | |
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
| 2016-12-15 | Merge pull request #2320 from mailwl/cecd-update | Yuri Kunde Schlesner | |
| Service/CECD: Add cecd:ndm service | |||
| 2016-12-15 | Merge pull request #2314 from mailwl/account | bunnei | |
| Service/ACT: move ACT services to folder | |||
| 2016-12-15 | Service/CECD: Add cecd:ndm service | mailwl | |
| 2016-12-14 | Merge pull request #2249 from Subv/sessions_v3 | Yuri Kunde Schlesner | |
| Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | |||
| 2016-12-14 | Service/ACT: move ACT services to folder | mailwl | |
| 2016-12-09 | service: Add cfg:nor service | Lioncash | |
| 2016-12-08 | Use std::move where appropriate. | Subv | |
| 2016-12-08 | service: Add ptm::gets and ptm::sets services | Lioncash | |
| 2016-12-08 | service: Add mvd and qtm services | Lioncash | |
| Adds the two New3DS-only modules. 3dbrew was used for command information. | |||
| 2016-12-08 | service: Add nfc services | Lioncash | |
| 3dbrew was used for the command information. | |||
| 2016-11-30 | Kernel/IPC: Use Ports and Sessions as the fundamental building block of ↵ | Subv | |
| Inter Process Communication. All handles obtained via srv::GetServiceHandle or svcConnectToPort are references to ClientSessions. Service modules will wait on the counterpart of those ClientSessions (Called ServerSessions) using svcReplyAndReceive or svcWaitSynchronization[1|N], and will be awoken when a SyncRequest is performed. HLE Interfaces are now ClientPorts which override the HandleSyncRequest virtual member function to perform command handling immediately. | |||
| 2016-11-29 | FileSys: Implement OtherSaveData | wwylele | |
| 2016-11-29 | FileSys: abstract SD save data archive source | wwylele | |
| 2016-11-19 | FileSys: rename SaveDataCheck archive to NCCH archive | wwylele | |
| According to the observation from game and 3dbrew "Used for accessing general NCCH data" | |||
| 2016-11-19 | FileSys: add SDMCWriteOnlyArchive | wwylele | |
| 2016-11-19 | FileSys: add SaveDataArchive | wwylele | |
| The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive. | |||
| 2016-11-19 | FileSys: add PathParser | wwylele | |
| 2016-09-15 | dynarmic: Implement ARM CPU interface. | bunnei | |
| 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. | |||
