summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2027 from Lectem/ipcrefactorGravatar Weiyi Wang2017-02-056-68/+364
|\ | | | | IPC helper
| * fix wwylele's comment and use typename in templatesGravatar Lectem2017-02-051-4/+4
| |
| * fix comments alignmentGravatar Lectem2016-12-301-22/+22
| |
| * move Pop methods out of class bodyGravatar Lectem2016-12-261-72/+88
| |
| * IPC helpers exampleGravatar Lectem2016-12-263-35/+40
| |
| * IPC helpersGravatar Lectem2016-12-263-48/+323
| |
* | Merge pull request #2496 from mailwl/cfg-memGravatar Yuri Kunde Schlesner2017-02-031-5/+8
|\ \ | | | | | | Core: update Kernel Config Memory to latest version (11.2)
| * | Core: update Kernel Config Memory to latest version (11.2)Gravatar mailwl2017-01-301-5/+8
| | |
* | | Merge pull request #2518 from MerryMage/coprocGravatar Yuri Kunde Schlesner2017-02-035-15/+140
|\ \ \ | | | | | | | | arm_dynarmic: Coprocessor support
| * | | arm_dynarmic: Update memory interfaceGravatar MerryMage2017-02-031-10/+10
| | | |
| * | | arm_dynarmic: CP15 supportGravatar MerryMage2017-02-035-5/+130
| |/ /
* | | Merge pull request #2509 from jfmherokiller/settingscastpatchGravatar bunnei2017-02-031-1/+1
|\ \ \ | | | | | | | | removed the possibly uneeded cast on values.gdbstub_port
| * | | removed the possibly uneeded cast on values.gdbstub_portGravatar noah the goodra2017-01-311-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)Gravatar mailwl2017-02-021-1/+28
|/ / /
* / / HLE/Applets: Stub Mint (eShop) Applet (#2463)Gravatar mailwl2017-01-314-0/+108
|/ / | | | | | | This allows Phoenix Wright - Dual Destinies to boot.
* | Merge pull request #2368 from wwylele/camera-2Gravatar Yuri Kunde Schlesner2017-01-2911-172/+1457
|\ \ | | | | | | CAM: build the service framework with a dummy implementation
| * | CAM: implement basic camera functions with a blank cameraGravatar wwylele2017-01-1111-172/+1457
| |/
* | Merge pull request #2429 from wwylele/auto-language-fixGravatar Yuri Kunde Schlesner2017-01-291-36/+38
|\ \ | | | | | | CFG: move language override to the boot process
| * | CFG: override language setting on bootGravatar wwylele2017-01-191-36/+38
| | |
* | | Merge pull request #2494 from Kloen/killing-warnings-2-final-mixGravatar Yuri Kunde Schlesner2017-01-291-1/+1
|\ \ \ | | | | | | | | core: inline CPU, 132 warnings fixed on GCC
| * | | core: inline CPU, 132 warnings fixed on GCCGravatar Kloen2017-01-301-1/+1
| | | |
* | | | Merge pull request #2492 from Kloen/killing-warnings-HD1.5ReMIXGravatar Yuri Kunde Schlesner2017-01-294-0/+28
|\ \ \ \ | |/ / / |/| | | Fix OSX build warnings about unhandled enumeration values.
| * | | core: fix err_f.cpp warning about unhandled enumeration value on OSXGravatar Kloen2017-01-291-0/+2
| | | |
| * | | core: fix savedata_archive.cpp warnings about unhandled enumeration values ↵Gravatar Kloen2017-01-291-0/+12
| | | | | | | | | | | | | | | | on OSX
| * | | core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSXGravatar Kloen2017-01-291-0/+12
| | | |
| * | | core: fix archive_extsavedata.cpp warning on OSXGravatar Kloen2017-01-291-0/+2
| | | |
* | | | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCGravatar Kloen2017-01-291-6/+6
|/ / /
* | | SDL: Select audio device (#2403)Gravatar Kloen Lansfiel2017-01-251-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-amiiboGravatar Yuri Kunde Schlesner2017-01-254-20/+249
|\ \ \ | | | | | | | | Service/NFC: stub some functions
| * | | Service/NFC: stub some functionsGravatar mailwl2017-01-144-20/+249
| | | | | | | | | | | | | | | | Tested on: Mini-Mario & Friends - amiibo Challenge
* | | | core: fix mic_u warnings on MSVCGravatar Kloen2017-01-231-4/+4
| | | |
* | | | HID: reset acceleroeter and gyroscope index in InitGravatar wwylele2017-01-201-0/+2
| | | |
* | | | loader: Add support for 3DSX special relocation types, fixes ↵Gravatar Thomas Farr2017-01-191-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | citra-emu/citra#2449 As per devkitPro/3dstools@47bea18
* | | | CoreTiming: use named constant for ARM11 clock rateGravatar wwylele2017-01-164-5/+6
| | | |
* | | | HID: manages updating itself using correct ticksGravatar wwylele2017-01-163-62/+93
|/ / /
* / / GSP::WriteHWRegsWithMask: fix register maskGravatar mailwl2017-01-141-1/+1
|/ /
* | Merge pull request #2425 from Subv/cleanup_todosGravatar bunnei2017-01-124-32/+30
|\ \ | | | | | | Implement some TODOs in the code.
| * | Threads: Check the process' resource limit for the max allowed priority when ↵Gravatar Subv2017-01-112-13/+9
| | | | | | | | | | | | creating a thread and remove the priority clamping code.
| * | Thread: Added priority range checking to svcSetThreadPriority and removed ↵Gravatar Subv2017-01-113-18/+18
| | | | | | | | | | | | priority clamping code from Thread::SetPriority.
| * | Y2R: Use the proper error code when GetStandardCoefficient receives an ↵Gravatar Subv2017-01-111-1/+3
| | | | | | | | | | | | invalid value.
* | | Merge pull request #2308 from mailwl/ac-iGravatar bunnei2017-01-129-297/+424
|\ \ \ | |/ / |/| | Service/AC: add ac:i service
| * | Service/AC: add ac:i serviceGravatar mailwl2016-12-309-297/+424
| | |
* | | Merge pull request #2397 from Subv/pulseGravatar bunnei2017-01-105-13/+20
|\ \ \ | | | | | | | | Kernel: Implemented Pulse event and timers.
| * | | Kernel: Implemented Pulse event and timers.Gravatar Subv2017-01-055-13/+20
| |/ / | | | | | | | | | Closes #1904
* | | Merge pull request #2384 from bunnei/internal-res-optionGravatar bunnei2017-01-082-2/+1
|\ \ \ | | | | | | | | config: Add option for specifying screen resolution scale factor.
| * | | config: Add option for specifying screen resolution scale factor.Gravatar bunnei2017-01-072-2/+1
| | | |
* | | | Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-075-8/+212
|\ \ \ \ | |/ / / |/| | | Emulate motion sensor in frontend
| * | | Frontend: make motion sensor interfaced thread-safeGravatar wwylele2016-12-292-2/+8
| | | |
| * | | Frontend: emulate motion sensorGravatar wwylele2016-12-265-8/+206
| | |/ | |/|
* | | Merge pull request #2410 from Subv/sleepthreadGravatar bunnei2017-01-063-0/+14
|\ \ \ | | | | | | | | Don't yield execution in SleepThread(0) if there are no available threads to run