36 Commits (3093c6161d40d1f6f08d37d7d917e956e7e7fc64)

Author SHA1 Message Date
crueter 3093c6161d MSVC fixes 2 months ago
lizzie 395613b01f
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2 months ago
crueter e93159b047
[qt] clean up some orphaned_profiles bugs; add help (#2894) 7 months ago
lizzie 9d53933a95
[fmt] use {:#X} for format instead of 0x{:X} (#309) 9 months ago
FearlessTobi 3b98aaef24 result: Make fully constexpr, add ON_RESULT_INCLUDED 2 years ago
Liam 1fdcd70bad general: properly support multiple memory instances 2 years ago
Liam d7e9461b71 service: move hle_ipc from kernel 3 years ago
Liam 1c3a93e7c4 service: refactor server architecture 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
ameerj 713394d526 hle_ipc: Rename ReadBufferSpan to ReadBuffer 3 years ago
ameerj db9a523aae service: Use ReadBufferSpan where it is trivial to do so 3 years ago
german77 c7890ebccc core: Replace all instances of ResultCode with Result 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Morph 41a0c088ba general: Get the current process program id directly from the system 5 years ago
Morph 10508e7af2 general: Rename GetTitleID to GetProgramID 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 6 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 6 years ago
Lioncash e4e4af80e8 hle/service: Replace global system instance calls with instance-based ones 7 years ago
David Marcec 1e8b0dcc2d Deglobalize System: Fatal 7 years ago
Ethan e250a95348 accommodate for fmt update 7 years ago
Zach Hilman 1509f4921d fatal: Save report on fatal:u call 7 years ago
Lioncash 0a2fae4a69 service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash f5a9c8de08 service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash a590686285 service/fatal: Name FatalInfo structure members 7 years ago
David Marcec 294399740c Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal 8 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 8 years ago
Lioncash 9f57c22ae2 service: Add missing headers inclusions where applicable 8 years ago
David b7b7c12774 Implemented fatal:u properly (#1347) 8 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
greggameplayer 63735e7339 Properly rename fatal module functions 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash f9bdeea787 fatal: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash 6d94dd21a5 service: Use nested namespace specifiers where applicable 8 years ago
mailwl ce7e0e503b Service: add fatal:u, fatal:p services 8 years ago