| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-21 | Timers: Return an error when calling SetTimer with negative timeouts. | Subv | |
| 2017-02-21 | Timers: Immediately signal the timer if it was started with an initial value ↵ | Subv | |
| of 0. | |||
| 2017-02-21 | APT: implement Wrap and Unwrap | wwylele | |
| 2017-02-21 | HW: add AES engine & implement AES-CCM | wwylele | |
| 2017-02-19 | Merge pull request #2585 from MerryMage/sxtb16-sxtab16 | bunnei | |
| dyncom: Correct SXTAB16 and SXTB16 | |||
| 2017-02-18 | dyncom: Correct SXTAB16 and SXTB16 | MerryMage | |
| 2017-02-16 | HID: move enable_accelerometer/gyroscope_count initialization into Init() ↵ | Weiyi Wang | |
| (#2574) Fixes #2556 | |||
| 2017-02-15 | core: add missing errors.h in CMakeLists.txt | wwylele | |
| 2017-02-13 | HLE/IPC: Fix uninitialized variables in helpers (#2568) | Yuri Kunde Schlesner | |
| Fixes #2567 | |||
| 2017-02-13 | NWM changed to NIM | noah the goodra | |
| 2017-02-13 | turned clang format back on | noah the goodra | |
| 2017-02-13 | Core: add cryptopp library (#2412) | Weiyi Wang | |
| 2017-02-13 | Merge pull request #2561 from wwylele/fs-rom | Yuri Kunde Schlesner | |
| file_sys: change RomFS archive to Self NCCH archive | |||
| 2017-02-13 | loader: use self NCCH archive | wwylele | |
| 2017-02-13 | file_sys: add Self NCCH archive | wwylele | |
| 2017-02-11 | core: Free AppLoader on shutdown to release file (#2558) | Yuri Kunde Schlesner | |
| Fixes #2455 | |||
| 2017-02-11 | hid: remove the touch field from PadState (#2557) | Weiyi Wang | |
| 2017-02-05 | Merge pull request #2027 from Lectem/ipcrefactor | Weiyi Wang | |
| IPC helper | |||
| 2017-02-05 | fix wwylele's comment and use typename in templates | Lectem | |
| 2017-02-03 | Merge pull request #2496 from mailwl/cfg-mem | Yuri Kunde Schlesner | |
| Core: update Kernel Config Memory to latest version (11.2) | |||
| 2017-02-03 | Merge pull request #2518 from MerryMage/coproc | Yuri Kunde Schlesner | |
| arm_dynarmic: Coprocessor support | |||
| 2017-02-03 | Merge pull request #2509 from jfmherokiller/settingscastpatch | bunnei | |
| removed the possibly uneeded cast on values.gdbstub_port | |||
| 2017-02-03 | arm_dynarmic: Update memory interface | MerryMage | |
| 2017-02-03 | arm_dynarmic: CP15 support | MerryMage | |
| 2017-02-02 | GSP_GPU::StoreDataCache stubbed (#2428) | mailwl | |
| 2017-01-31 | removed the possibly uneeded cast on values.gdbstub_port | noah the goodra | |
| as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116) is already a u16 | |||
| 2017-01-31 | HLE/Applets: Stub Mint (eShop) Applet (#2463) | mailwl | |
| This allows Phoenix Wright - Dual Destinies to boot. | |||
| 2017-01-30 | Core: update Kernel Config Memory to latest version (11.2) | mailwl | |
| 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-29 | Merge pull request #2429 from wwylele/auto-language-fix | Yuri Kunde Schlesner | |
| CFG: move language override to the boot process | |||
| 2017-01-29 | Merge pull request #2494 from Kloen/killing-warnings-2-final-mix | Yuri Kunde Schlesner | |
| core: inline CPU, 132 warnings fixed on GCC | |||
| 2017-01-29 | Merge pull request #2492 from Kloen/killing-warnings-HD1.5ReMIX | Yuri Kunde Schlesner | |
| Fix OSX build warnings about unhandled enumeration values. | |||
| 2017-01-30 | core: inline CPU, 132 warnings fixed on GCC | Kloen | |
| 2017-01-29 | core: fix err_f.cpp warning about unhandled enumeration value on OSX | Kloen | |
| 2017-01-29 | core: fix savedata_archive.cpp warnings about unhandled enumeration values ↵ | Kloen | |
| on OSX | |||
| 2017-01-29 | core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX | Kloen | |
| 2017-01-29 | core: fix archive_extsavedata.cpp warning on OSX | Kloen | |
| 2017-01-29 | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC | Kloen | |
| 2017-01-25 | SDL: Select audio device (#2403) | Kloen Lansfiel | |
| * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails | |||
| 2017-01-25 | Merge pull request #2434 from mailwl/nfc-amiibo | Yuri Kunde Schlesner | |
| Service/NFC: stub some functions | |||
| 2017-01-23 | core: fix mic_u warnings on MSVC | Kloen | |
| 2017-01-20 | HID: reset acceleroeter and gyroscope index in Init | wwylele | |
| 2017-01-19 | CFG: override language setting on boot | wwylele | |
| 2017-01-19 | loader: Add support for 3DSX special relocation types, fixes ↵ | Thomas Farr | |
| citra-emu/citra#2449 As per devkitPro/3dstools@47bea18 | |||
| 2017-01-16 | CoreTiming: use named constant for ARM11 clock rate | wwylele | |
| 2017-01-16 | HID: manages updating itself using correct ticks | wwylele | |
| 2017-01-14 | Service/NFC: stub some functions | mailwl | |
| Tested on: Mini-Mario & Friends - amiibo Challenge | |||
| 2017-01-14 | GSP::WriteHWRegsWithMask: fix register mask | mailwl | |
| 2017-01-12 | Merge pull request #2425 from Subv/cleanup_todos | bunnei | |
| Implement some TODOs in the code. | |||
| 2017-01-12 | Merge pull request #2308 from mailwl/ac-i | bunnei | |
| Service/AC: add ac:i service | |||
