31 Commits (05e3db3ac9edbff0e4885ef8b42d3a2427c9f027)

Author SHA1 Message Date
Liam 31bf57a310 general: properly support multiple memory instances 2 years ago
Liam 65be230fdd service: move hle_ipc from kernel 3 years ago
Liam a936972614 service: refactor server architecture 3 years ago
Liam ceda2d280e general: rename CurrentProcess to ApplicationProcess 3 years ago
ameerj a1490d77ac hle_ipc: Rename ReadBufferSpan to ReadBuffer 3 years ago
ameerj 7ffd624248 service: Use ReadBufferSpan where it is trivial to do so 3 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Morph a6e6a5ac38 general: Get the current process program id directly from the system 4 years ago
Morph 64275dfbf4 general: Rename GetTitleID to GetProgramID 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 5 years ago
Lioncash 69f16ba50e hle/service: Replace global system instance calls with instance-based ones 7 years ago
David Marcec a40e5b2def Deglobalize System: Fatal 7 years ago
Ethan 5adbe66ae8 accommodate for fmt update 7 years ago
Zach Hilman 34e9736910 fatal: Save report on fatal:u call 7 years ago
Lioncash 4b33a346ed service/fatal: Mark local variables as const where applicable 7 years ago
Lioncash 11505d3d9f service/fatal: Remove unnecessary semicolon 7 years ago
Lioncash cc737e5832 service/fatal: Name FatalInfo structure members 7 years ago
David Marcec 22d4e10664 Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 8 years ago
Lioncash e42bb5e003 service: Add missing headers inclusions where applicable 8 years ago
David 367c52ff0d Implemented fatal:u properly (#1347) 8 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
greggameplayer e35cfc1b03
Properly rename fatal module functions 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash c6a740d7c2
fatal: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
mailwl dca7cfb9cf Service: add fatal:u, fatal:p services 8 years ago