5031 Commits (1d11def9c46dc9c81af01bc55052b51e8028126e)

Author SHA1 Message Date
Lioncash 29ac15d1b8 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash 8dd9cb98ce am: Utilize std::array within PopLaunchParameter() 7 years ago
MerryMage 3f4fb4b037 perf_stats: Change MAX_LAG_TIME_US to an appropriate value 7 years ago
Lioncash bfb28c5b3f sdmc_factory: Remove unnecessary core include 7 years ago
tech4me cc71832b19 qt/main: Port part of citra(#3411), open savedata works 7 years ago
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash 96463d0a55 romfs_factory: Remove unnecessary includes and use forward declarations where applicable 7 years ago
Lioncash b5fb246a99 telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() 7 years ago
Lioncash 609cb04f3f acc: Replace profile_manager include with a forward declaration 7 years ago
Lioncash eb88fedc5d acc: Simplify WriteBuffer call within LoadImage() 7 years ago
Lioncash f5b132676f acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash 0fcdf37917 acc: Remove unused DEFAULT_USER_ID 7 years ago
Lioncash 350f6e0aa4 profile_manager: Use INVALID_UUID in the initializer of last_opened_user 7 years ago
Lioncash 9d8f19d7bf profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 7 years ago
Lioncash 38cd4e9c61 profile_manager: Use type aliases for username data, profile data, and user arrays 7 years ago
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable 7 years ago
Lioncash 1277556c69 profile_manager: Make array parameter to CreateNewUser a const reference 7 years ago
Lioncash dfdf4a46fe profile_manager: Remove unnecessary static 7 years ago
Lioncash 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 7 years ago
Lioncash f13a66b963 profile_manager: Move UUID generation function to the cpp file 7 years ago
fearlessTobi ba8ff096fd Port #3353 from Citra 7 years ago
Zach Hilman e8cb6f5c9b registration: Add Data_Unknown5 NCAContentType 7 years ago
Lioncash 9e9a4bb3a7 profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 7 years ago
David Marcec 8a88110060 Added CheckFreeCommunicationPermission 7 years ago
Zach Hilman 27da7bc9da filesystem: Add support for loading of system archives 7 years ago
greggameplayer 2003771789 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
greggameplayer cef35e7c9c
correct coding style 7 years ago
greggameplayer 928e78dced Implement GetDefaultDisplayResolutionChangeEvent 7 years ago
Lioncash a0ce6de913 core: Delete System copy/move constructors and assignment operators 7 years ago
MerryMage 94329038b6 dynarmic: Update to 550d662 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash aac5792a2b kernel/server_session: Add IsSession() member function 7 years ago
Lioncash 5752454629 sm/controller: Correct return value of QueryPointerBufferSize 7 years ago
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 0769aa594e loader/nca: Remove unnecessary includes and member variables 7 years ago
Lioncash c8e3f98c27 loader/xci: Remove unnecessary includes and member variables 7 years ago
Lioncash b74df62959 lm: Use LOG_DEBUG for printing out trace logs 7 years ago
Lioncash e0b0f4eece lm: Handle threads and modules within the logger 7 years ago
Lioncash 96c0b81a51 loader: Remove address mapping remnants from citra 7 years ago
Lioncash 25d71454d1 kernel/svc: Log svcBreak parameters 7 years ago
Lioncash 2e715ef70d emu_window: Ensure WindowConfig members are always initialized 7 years ago
Lioncash 60f476cd8f common/telemetry: Migrate core-independent info gathering to common 7 years ago
Lioncash b6c47b578f mm_u: Forward all old variants of functions to the new ones 7 years ago
Lioncash 9d09d92c56 mm_u: Move implementation class into the cpp file 7 years ago
Lioncash 57d007e545 audout_u: Correct IAudioOut initializer list order 7 years ago
MerryMage fcc5155601 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 7 years ago
B3n30 eab35c8235 Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races 7 years ago
David Marcec 76fad8410d Registered missing channel devices 7 years ago
David Marcec 92492ee23b Added missing channel devices 7 years ago