summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Created a whitelist of system archives to prevent false positives creating di...Gravatar TheKoopaKingdom2017-06-026-24/+60
* Optimized messages that were repetitive and added ability for core errors to ...Gravatar TheKoopaKingdom2017-06-021-2/+15
* Made some changes from review comments:Gravatar TheKoopaKingdom2017-06-028-35/+33
* Added system for handling core errors in citra-qt.Gravatar TheKoopaKingdom2017-06-025-8/+43
* Fixed encrypted ROM error messages.Gravatar TheKoopaKingdom2017-06-023-9/+19
* Merge pull request #2722 from wwylele/cam-ipc-helperGravatar bunnei2017-05-312-293/+265
|\
| * fixup!cam: use IPCHelperGravatar wwylele2017-05-272-30/+43
| * cam: move u32->u8 trancation to IPCHelperGravatar wwylele2017-05-241-34/+33
| * cam: use IPCHelperGravatar wwylele2017-05-241-278/+238
* | Merge pull request #2739 from yuriks/kernel-reorgGravatar bunnei2017-05-3125-341/+428
|\ \
| * | Kernel: Move HandleTable to a separate fileGravatar Yuri Kunde Schlesner2017-05-2918-203/+242
| * | Kernel: Move WaitObject to a separate fileGravatar Yuri Kunde Schlesner2017-05-2913-132/+176
| * | Kernel: Removed HandleTable::GetWaitObjectGravatar Yuri Kunde Schlesner2017-05-292-11/+2
| * | Kernel: Extract dynamic Object pointer cast into its own functionGravatar Yuri Kunde Schlesner2017-05-291-11/+24
* | | CMake: Remove unnecessary include_directories for dynarmicGravatar Yuri Kunde Schlesner2017-05-271-3/+0
* | | CMake: Add cryptopp include path to target propertyGravatar Yuri Kunde Schlesner2017-05-271-1/+0
* | | CMake: Use IMPORTED target for BoostGravatar Yuri Kunde Schlesner2017-05-271-1/+1
|/ /
* | CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-2/+2
* | Remove some unnecessary inclusions of video_core.hGravatar Yuri Kunde Schlesner2017-05-272-2/+0
* | Move screen size constants from video_core to coreGravatar Yuri Kunde Schlesner2017-05-275-13/+46
* | Core: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-274-4/+4
* | Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner2017-05-274-1/+215
* | Merge pull request #2716 from yuriks/decentralized-resultGravatar bunnei2017-05-2632-277/+343
|\ \
| * | FS: Remove unused result definitionGravatar Yuri Kunde Schlesner2017-05-241-5/+0
| * | Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-2423-132/+178
| * | GSP_GPU: Move error codes from result.h to local fileGravatar Yuri Kunde Schlesner2017-05-242-17/+23
| * | FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-2410-105/+115
| * | result: Make error description a generic integerGravatar Yuri Kunde Schlesner2017-05-243-6/+18
| * | Make BitField and ResultCode constexpr-initializableGravatar Yuri Kunde Schlesner2017-05-241-18/+15
* | | telemetry: Log a few simple data fields throughout core.Gravatar bunnei2017-05-243-1/+22
* | | core: Keep track of telemetry for the current emulation session.Gravatar bunnei2017-05-245-0/+83
| |/ |/|
* | Merge pull request #2692 from Subv/vfp_ftzGravatar Sebastian Valle2017-05-222-0/+26
|\ \ | |/ |/|
| * fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-212-4/+0
| * Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-082-0/+30
* | Merge pull request #2406 from Subv/session_disconnectGravatar Yuri Kunde Schlesner2017-05-218-51/+84
|\ \
| * | Kernel/Sessions: Remove the ClientSession::Create function.Gravatar Subv2017-05-213-16/+3
| * | Kernel: Remove a now unused enum and variable regarding a session's status.Gravatar Subv2017-05-152-8/+0
| * | Kernel: Use a Session object to keep track of the status of a Client/Server s...Gravatar Subv2017-05-158-32/+86
* | | Merge pull request #2694 from Subv/vfp_vsub_ftzGravatar Merry2017-05-221-2/+12
|\ \ \
| * | | Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...Gravatar Subv2017-05-131-2/+12
| | |/ | |/|
* | | Merge pull request #2661 from Subv/uds5Gravatar bunnei2017-05-195-33/+602
|\ \ \
| * | | Services/UDS: Use the new IPC helper functions.Gravatar Subv2017-05-151-21/+10
| * | | Services/UDS: Implement RecvBeaconBroadcastData.Gravatar Subv2017-05-151-19/+69
| * | | Services/UDS: Generate the UDS beacons when the beacon callback fires.Gravatar Subv2017-05-155-7/+537
* | | | use IPCHelper for PTM servicesGravatar emmaus2017-05-193-31/+45
* | | | Merge pull request #2687 from yuriks/address-mappingsGravatar Yuri Kunde Schlesner2017-05-147-49/+121
|\ \ \ \
| * | | | Kernel: Map special regions according to ExHeaderGravatar Yuri Kunde Schlesner2017-05-095-52/+105
| * | | | DSP: Create backing memory for entire DSP RAMGravatar Yuri Kunde Schlesner2017-05-091-1/+6
| * | | | Memory: Add constants for the n3DS additional RAMGravatar Yuri Kunde Schlesner2017-05-092-2/+16
* | | | | Merge pull request #2676 from wwylele/irrstGravatar bunnei2017-05-109-24/+208
|\ \ \ \ \ | |/ / / / |/| | | |