2527 Commits (a164b413fa479ec1ab0322044ca5ce6c16708e3a)

Author SHA1 Message Date
Lioncash 56ab608044 core/core: Remove unnecessary sm/controller include 7 years ago
Zach Hilman c913136eb2 bktr: Fix bucket overlap error 7 years ago
Zach Hilman 9951f6d054 registration: Add RegisteredCacheUnion 7 years ago
Lioncash a813c10e1c file_sys: Replace includes with forward declarations where applicable 7 years ago
Lioncash 1242c1ec0a service: Migrate global named port map to the KernelCore class 7 years ago
Lioncash 41cd766438 ssl: Move SSL class to cpp file 7 years ago
Lioncash fda8f1da20 filesystem: Move dir retrieval after path checking in DeleteFile() 7 years ago
Zach Hilman 19d0951ae6 filesystem: Implement OpenReadOnlySaveDataFilesystem 7 years ago
Zach Hilman 7939ea18e8 filesystem: Add OpenFileSystemWithPatch 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
bunnei d647d9550c gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
Lioncash e2457418da core: Make the main System class use the PImpl idiom 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Lioncash 45fb74d262 gpu: Make memory_manager private 7 years ago
Lioncash f1bc62bb4c hle/result: Make ResultVal's move constructor as noexcept 7 years ago
tech4me d26a46feed set: Fixed GetAvailableLanguageCodes() to follow the max_entries 7 years ago
Lioncash f708207ae6 kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED 7 years ago
Lioncash bfb0c87b7b kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG 7 years ago
Lioncash 81ca46dd17 kernel/error: Add error code for the handle table being full 7 years ago
Lioncash b8be5524bc kernel/error: Add error code for invalid memory permissions 7 years ago
Lioncash 2fd45093f2 kernel/error: Correct kernel error code for invalid combination 7 years ago
Lioncash e81354ae38 svc: Return process title ID if queried in GetInfo() 7 years ago
Lioncash 43e0d865fa core: Namespace all code in the arm subdirectory under the Core namespace 7 years ago
Lioncash ec59e4a6c5 hid: Move core include to cpp file 7 years ago
Lioncash f6f5c2e4d8 filesystem: Fix typo in log message 7 years ago
David 5049ca5d8c Added GetBootMode (#1107) 7 years ago
David Marcec 78b109d195 Addressed plu TTF changes 7 years ago
Zach Hilman ef3768f323 filesystem: Add CreateFactories methods to fs 7 years ago
Zach Hilman 410062031b filesystem: Add logging to registration getters 7 years ago
David Marcec eccc77a8c8 Added SharedFonts loading via TTF 7 years ago
David Marcec 15cc34b93e Added missing include for pl:u 7 years ago
David 99fc32428a PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) 7 years ago
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
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 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
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