| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-31 | Merge pull request #2739 from yuriks/kernel-reorg | bunnei | |
| Split-up kernel.h | |||
| 2017-05-29 | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | |
| 2017-05-29 | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | |
| Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header. | |||
| 2017-05-27 | CMake: Remove unnecessary include_directories for dynarmic | Yuri Kunde Schlesner | |
| Dynarmic already adds the correct include paths to the library target. | |||
| 2017-05-27 | CMake: Add cryptopp include path to target property | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Use IMPORTED target for Boost | Yuri Kunde Schlesner | |
| 2017-05-27 | CMake: Correct inter-module dependencies and library visibility | Yuri Kunde Schlesner | |
| Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary. | |||
| 2017-05-27 | Move screen size constants from video_core to core | Yuri Kunde Schlesner | |
| video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core. | |||
| 2017-05-27 | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | |
| This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | |||
| 2017-05-26 | Merge pull request #2716 from yuriks/decentralized-result | bunnei | |
| Decentralize ResultCode | |||
| 2017-05-24 | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | |
| 2017-05-24 | core: Keep track of telemetry for the current emulation session. | bunnei | |
| 2017-05-21 | Merge pull request #2406 from Subv/session_disconnect | Yuri Kunde Schlesner | |
| Kernel: Properly update port counters on session disconnection. | |||
| 2017-05-19 | Merge pull request #2661 from Subv/uds5 | bunnei | |
| Services/UDS: Generate 802.11 beacon frames when a network is open. | |||
| 2017-05-15 | Services/UDS: Generate the UDS beacons when the beacon callback fires. | Subv | |
| 2017-05-15 | Kernel: Use a Session object to keep track of the status of a Client/Server ↵ | Subv | |
| session pair. Reduce the associated port's connection count when a ServerSession is destroyed. | |||
| 2017-05-07 | Dyncom: Remove disassembler code | Yuri Kunde Schlesner | |
| Had licensing issue around it, in addition to several bugs. Closes #1632, #1280 | |||
| 2017-05-07 | Remove unused symbols code | Yuri Kunde Schlesner | |
| 2017-05-03 | ir: implement circle pad pro | wwylele | |
| 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 | |
