2524 Commits (6d8efb4e2e3901573abb5352b20975522e3c86ce)

Author SHA1 Message Date
Lioncash a9f4e31cc0 file_sys: Replace includes with forward declarations where applicable 7 years ago
Lioncash cd22f4d32e service: Migrate global named port map to the KernelCore class 7 years ago
Lioncash 772f0805ab ssl: Move SSL class to cpp file 7 years ago
Lioncash 92e7a2f7ff filesystem: Move dir retrieval after path checking in DeleteFile() 7 years ago
Zach Hilman 74f147216c filesystem: Implement OpenReadOnlySaveDataFilesystem 7 years ago
Zach Hilman ea404911e7 filesystem: Add OpenFileSystemWithPatch 7 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 7 years ago
bunnei d190b46a38 gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
Lioncash 88597535d6 core: Make the main System class use the PImpl idiom 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
Lioncash b4a81f9bca gpu: Make memory_manager private 7 years ago
Lioncash be902fe06e hle/result: Make ResultVal's move constructor as noexcept 7 years ago
tech4me 7ae21a7cdd set: Fixed GetAvailableLanguageCodes() to follow the max_entries 7 years ago
Lioncash 8eb062bba4 kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED 7 years ago
Lioncash 4c6743a155 kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG 7 years ago
Lioncash ce900c1cb8 kernel/error: Add error code for the handle table being full 7 years ago
Lioncash d97ec0683f kernel/error: Add error code for invalid memory permissions 7 years ago
Lioncash eec7892cad kernel/error: Correct kernel error code for invalid combination 7 years ago
Lioncash d99d679e9e svc: Return process title ID if queried in GetInfo() 7 years ago
Lioncash e46ac56321 core: Namespace all code in the arm subdirectory under the Core namespace 7 years ago
Lioncash db36a14882 hid: Move core include to cpp file 7 years ago
Lioncash 7ef364366f filesystem: Fix typo in log message 7 years ago
David f4b1df57e4 Added GetBootMode (#1107) 7 years ago
David Marcec a1a90166df Addressed plu TTF changes 7 years ago
Zach Hilman b8f5034fe1 filesystem: Add CreateFactories methods to fs 7 years ago
Zach Hilman af6c9bb950 filesystem: Add logging to registration getters 7 years ago
David Marcec c63960163f Added SharedFonts loading via TTF 7 years ago
David Marcec 391c780ae2 Added missing include for pl:u 7 years ago
David 146a8ce987 PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) 7 years ago
Lioncash e1124b6510 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash 8e063b0b2c am: Utilize std::array within PopLaunchParameter() 7 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash 2b5eb5254d acc: Replace profile_manager include with a forward declaration 7 years ago
Lioncash d643659275 acc: Simplify WriteBuffer call within LoadImage() 7 years ago
Lioncash 477a9f8a66 acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash f645b3ef5a acc: Remove unused DEFAULT_USER_ID 7 years ago
Lioncash b3c07b97df profile_manager: Use INVALID_UUID in the initializer of last_opened_user 7 years ago
Lioncash f035a384b1 profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 7 years ago
Lioncash 280b278b33 profile_manager: Use type aliases for username data, profile data, and user arrays 7 years ago
Lioncash 4fbaf3e0af profile_manager: Take ProfileInfo by const reference where applicable 7 years ago
Lioncash 3b6af2a6f7 profile_manager: Make array parameter to CreateNewUser a const reference 7 years ago
Lioncash 4b39dd7d47 profile_manager: Remove unnecessary static 7 years ago
Lioncash 30c2015a2e profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 7 years ago
Lioncash 29ee3bc8d6 profile_manager: Move UUID generation function to the cpp file 7 years ago
Lioncash 92ca1346ea profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 7 years ago
David Marcec 43a8240c64 Added CheckFreeCommunicationPermission 7 years ago
Zach Hilman 350941e45e filesystem: Add support for loading of system archives 7 years ago
greggameplayer c19eaa2787 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
greggameplayer edccdedd16 correct coding style 7 years ago
greggameplayer 4c94d500df Implement GetDefaultDisplayResolutionChangeEvent 7 years ago