| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2027 from Lectem/ipcrefactor | 2017-02-05 | 6 | -68/+364 | |
| |\ | | | | | IPC helper | ||||
| | * | fix wwylele's comment and use typename in templates | 2017-02-05 | 1 | -4/+4 | |
| | | | |||||
| | * | fix comments alignment | 2016-12-30 | 1 | -22/+22 | |
| | | | |||||
| | * | move Pop methods out of class body | 2016-12-26 | 1 | -72/+88 | |
| | | | |||||
| | * | IPC helpers example | 2016-12-26 | 3 | -35/+40 | |
| | | | |||||
| | * | IPC helpers | 2016-12-26 | 3 | -48/+323 | |
| | | | |||||
| * | | Merge pull request #2496 from mailwl/cfg-mem | 2017-02-03 | 1 | -5/+8 | |
| |\ \ | | | | | | | Core: update Kernel Config Memory to latest version (11.2) | ||||
| | * | | Core: update Kernel Config Memory to latest version (11.2) | 2017-01-30 | 1 | -5/+8 | |
| | | | | |||||
| * | | | Merge pull request #2518 from MerryMage/coproc | 2017-02-03 | 5 | -15/+140 | |
| |\ \ \ | | | | | | | | | arm_dynarmic: Coprocessor support | ||||
| | * | | | arm_dynarmic: Update memory interface | 2017-02-03 | 1 | -10/+10 | |
| | | | | | |||||
| | * | | | arm_dynarmic: CP15 support | 2017-02-03 | 5 | -5/+130 | |
| | |/ / | |||||
| * | | | Merge pull request #2509 from jfmherokiller/settingscastpatch | 2017-02-03 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | removed the possibly uneeded cast on values.gdbstub_port | ||||
| | * | | | removed the possibly uneeded cast on values.gdbstub_port | 2017-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | GSP_GPU::StoreDataCache stubbed (#2428) | 2017-02-02 | 1 | -1/+28 | |
| |/ / / | |||||
| * / / | HLE/Applets: Stub Mint (eShop) Applet (#2463) | 2017-01-31 | 4 | -0/+108 | |
| |/ / | | | | | | | This allows Phoenix Wright - Dual Destinies to boot. | ||||
| * | | Merge pull request #2368 from wwylele/camera-2 | 2017-01-29 | 11 | -172/+1457 | |
| |\ \ | | | | | | | CAM: build the service framework with a dummy implementation | ||||
| | * | | CAM: implement basic camera functions with a blank camera | 2017-01-11 | 11 | -172/+1457 | |
| | |/ | |||||
| * | | Merge pull request #2429 from wwylele/auto-language-fix | 2017-01-29 | 1 | -36/+38 | |
| |\ \ | | | | | | | CFG: move language override to the boot process | ||||
| | * | | CFG: override language setting on boot | 2017-01-19 | 1 | -36/+38 | |
| | | | | |||||
| * | | | Merge pull request #2494 from Kloen/killing-warnings-2-final-mix | 2017-01-29 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | core: inline CPU, 132 warnings fixed on GCC | ||||
| | * | | | core: inline CPU, 132 warnings fixed on GCC | 2017-01-30 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #2492 from Kloen/killing-warnings-HD1.5ReMIX | 2017-01-29 | 4 | -0/+28 | |
| |\ \ \ \ | |/ / / |/| | | | Fix OSX build warnings about unhandled enumeration values. | ||||
| | * | | | core: fix err_f.cpp warning about unhandled enumeration value on OSX | 2017-01-29 | 1 | -0/+2 | |
| | | | | | |||||
| | * | | | core: fix savedata_archive.cpp warnings about unhandled enumeration values ↵ | 2017-01-29 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | on OSX | ||||
| | * | | | core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX | 2017-01-29 | 1 | -0/+12 | |
| | | | | | |||||
| | * | | | core: fix archive_extsavedata.cpp warning on OSX | 2017-01-29 | 1 | -0/+2 | |
| | | | | | |||||
| * | | | | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC | 2017-01-29 | 1 | -6/+6 | |
| |/ / / | |||||
| * | | | SDL: Select audio device (#2403) | 2017-01-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | | Merge pull request #2434 from mailwl/nfc-amiibo | 2017-01-25 | 4 | -20/+249 | |
| |\ \ \ | | | | | | | | | Service/NFC: stub some functions | ||||
| | * | | | Service/NFC: stub some functions | 2017-01-14 | 4 | -20/+249 | |
| | | | | | | | | | | | | | | | | | Tested on: Mini-Mario & Friends - amiibo Challenge | ||||
| * | | | | core: fix mic_u warnings on MSVC | 2017-01-23 | 1 | -4/+4 | |
| | | | | | |||||
| * | | | | HID: reset acceleroeter and gyroscope index in Init | 2017-01-20 | 1 | -0/+2 | |
| | | | | | |||||
| * | | | | loader: Add support for 3DSX special relocation types, fixes ↵ | 2017-01-19 | 1 | -9/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | citra-emu/citra#2449 As per devkitPro/3dstools@47bea18 | ||||
| * | | | | CoreTiming: use named constant for ARM11 clock rate | 2017-01-16 | 4 | -5/+6 | |
| | | | | | |||||
| * | | | | HID: manages updating itself using correct ticks | 2017-01-16 | 3 | -62/+93 | |
| |/ / / | |||||
| * / / | GSP::WriteHWRegsWithMask: fix register mask | 2017-01-14 | 1 | -1/+1 | |
| |/ / | |||||
| * | | Merge pull request #2425 from Subv/cleanup_todos | 2017-01-12 | 4 | -32/+30 | |
| |\ \ | | | | | | | Implement some TODOs in the code. | ||||
| | * | | Threads: Check the process' resource limit for the max allowed priority when ↵ | 2017-01-11 | 2 | -13/+9 | |
| | | | | | | | | | | | | | creating a thread and remove the priority clamping code. | ||||
| | * | | Thread: Added priority range checking to svcSetThreadPriority and removed ↵ | 2017-01-11 | 3 | -18/+18 | |
| | | | | | | | | | | | | | priority clamping code from Thread::SetPriority. | ||||
| | * | | Y2R: Use the proper error code when GetStandardCoefficient receives an ↵ | 2017-01-11 | 1 | -1/+3 | |
| | | | | | | | | | | | | | invalid value. | ||||
| * | | | Merge pull request #2308 from mailwl/ac-i | 2017-01-12 | 9 | -297/+424 | |
| |\ \ \ | |/ / |/| | | Service/AC: add ac:i service | ||||
| | * | | Service/AC: add ac:i service | 2016-12-30 | 9 | -297/+424 | |
| | | | | |||||
| * | | | Merge pull request #2397 from Subv/pulse | 2017-01-10 | 5 | -13/+20 | |
| |\ \ \ | | | | | | | | | Kernel: Implemented Pulse event and timers. | ||||
| | * | | | Kernel: Implemented Pulse event and timers. | 2017-01-05 | 5 | -13/+20 | |
| | |/ / | | | | | | | | | | Closes #1904 | ||||
| * | | | Merge pull request #2384 from bunnei/internal-res-option | 2017-01-08 | 2 | -2/+1 | |
| |\ \ \ | | | | | | | | | config: Add option for specifying screen resolution scale factor. | ||||
| | * | | | config: Add option for specifying screen resolution scale factor. | 2017-01-07 | 2 | -2/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #1951 from wwylele/motion-sensor | 2017-01-07 | 5 | -8/+212 | |
| |\ \ \ \ | |/ / / |/| | | | Emulate motion sensor in frontend | ||||
| | * | | | Frontend: make motion sensor interfaced thread-safe | 2016-12-29 | 2 | -2/+8 | |
| | | | | | |||||
| | * | | | Frontend: emulate motion sensor | 2016-12-26 | 5 | -8/+206 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2410 from Subv/sleepthread | 2017-01-06 | 3 | -0/+14 | |
| |\ \ \ | | | | | | | | | Don't yield execution in SleepThread(0) if there are no available threads to run | ||||