7396 Commits (a39d9c5194a5fa230ee987ebfc73476f2011d6fa)

Author SHA1 Message Date
TheKoopaKingdom 0409bdfea5 Optimized messages that were repetitive and added ability for core errors to specify more details optionally. 10 years ago
TheKoopaKingdom 37bec598ea Made some changes from review comments: 10 years ago
TheKoopaKingdom 1ecb322daa Added system for handling core errors in citra-qt. 10 years ago
TheKoopaKingdom e523c76cc8 Fixed encrypted ROM error messages. 10 years ago
Yuri Kunde Schlesner be031989ee Kernel: Move HandleTable to a separate file 9 years ago
Yuri Kunde Schlesner 64ecf81a3c Kernel: Move WaitObject to a separate file 9 years ago
Yuri Kunde Schlesner 9453223075 Kernel: Removed HandleTable::GetWaitObject 9 years ago
Yuri Kunde Schlesner b17754f998 Kernel: Extract dynamic Object pointer cast into its own function 9 years ago
Yuri Kunde Schlesner 3b68600f81 CMake: Remove unnecessary include_directories for dynarmic 9 years ago
Yuri Kunde Schlesner 4f84372bc2 CMake: Add cryptopp include path to target property 9 years ago
Yuri Kunde Schlesner 0f563111a2 CMake: Use IMPORTED target for Boost 9 years ago
Yuri Kunde Schlesner 7b81903756 CMake: Correct inter-module dependencies and library visibility 9 years ago
Yuri Kunde Schlesner e91f2b7663 Remove some unnecessary inclusions of video_core.h 9 years ago
Yuri Kunde Schlesner eb10f25025 Move screen size constants from video_core to core 9 years ago
Yuri Kunde Schlesner ae095cfb71 Core: Fix some out-of-style includes 9 years ago
Yuri Kunde Schlesner d1bf7919da Move framebuffer_layout from Common to Core 9 years ago
wwylele 857510a7c0 fixup!cam: use IPCHelper 9 years ago
Yuri Kunde Schlesner a5810d61da FS: Remove unused result definition 9 years ago
Yuri Kunde Schlesner 2cdb40d709 Kernel: Centralize error definitions in errors.h 9 years ago
Yuri Kunde Schlesner 743d18f0e4 GSP_GPU: Move error codes from result.h to local file 9 years ago
Yuri Kunde Schlesner 92be29adba FileSys: Move all result description to errors.h 9 years ago
Yuri Kunde Schlesner 3b1f0fea31 result: Make error description a generic integer 9 years ago
Yuri Kunde Schlesner a75145a2c6 Make BitField and ResultCode constexpr-initializable 9 years ago
bunnei 120b00fb1a telemetry: Log a few simple data fields throughout core. 9 years ago
bunnei f3e14cae1e core: Keep track of telemetry for the current emulation session. 9 years ago
wwylele 8cd9522526 cam: move u32->u8 trancation to IPCHelper 9 years ago
wwylele 924292f2cc cam: use IPCHelper 9 years ago
Subv 5b46a89230 fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Subv 37347bfa38 Kernel/Sessions: Remove the ClientSession::Create function. 9 years ago
emmaus b2e82d16c8 use IPCHelper for PTM services 9 years ago
Subv f2d5d8cfac Services/UDS: Use the new IPC helper functions. 10 years ago
Subv 846cc6cee3 Services/UDS: Implement RecvBeaconBroadcastData. 10 years ago
Subv 528dea988c Services/UDS: Generate the UDS beacons when the beacon callback fires. 10 years ago
Subv ce5bc477ca Kernel: Remove a now unused enum and variable regarding a session's status. 10 years ago
Subv ddfabf3133 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 10 years ago
Subv a0874a7a68 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. 9 years ago
Yuri Kunde Schlesner f18d454eb6 Kernel: Map special regions according to ExHeader 9 years ago
Yuri Kunde Schlesner b4a93cfdde DSP: Create backing memory for entire DSP RAM 9 years ago
Yuri Kunde Schlesner d3db770cad Memory: Add constants for the n3DS additional RAM 9 years ago
Subv 11fe85f129 Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions. 9 years ago
Subv bf45ccfb40 Revert "Remove `exceptions` parameter from `normaliseround` VFP functions" 9 years ago
Subv b1a29371c9 Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. 9 years ago
Yuri Kunde Schlesner d97b977540 Dyncom: Remove disassembler code 9 years ago
Yuri Kunde Schlesner f0a582b218 Dyncom: Tweak types and log formatting 9 years ago
Yuri Kunde Schlesner cb4da3975e Remove unused symbols code 9 years ago
Yuri Kunde Schlesner 6577bbc3c5 Remove ability to load symbol maps 9 years ago
wwylele f9fdaafa04 fixup!ir: implement new 3ds HID via ir:rst 9 years ago
B3n30 8bee016145 Create a random console_unique_id (#2668) 9 years ago
wwylele 85116643b2 ir: implement new 3ds HID via ir:rst 10 years ago
wwylele 12bcf64ab5 ir: implement circle pad pro 10 years ago