4335 Commits (8abb31a19df4e4c2ca282f5415a6ad916fc50ed8)

Author SHA1 Message Date
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() 8 years ago
Lioncash 43e0d865fa core: Namespace all code in the arm subdirectory under the Core namespace 8 years ago
Lioncash ec59e4a6c5 hid: Move core include to cpp file 8 years ago
Lioncash f6f5c2e4d8 filesystem: Fix typo in log message 8 years ago
David 5049ca5d8c Added GetBootMode (#1107) 8 years ago
David Marcec 78b109d195 Addressed plu TTF changes 8 years ago
Zach Hilman ef3768f323 filesystem: Add CreateFactories methods to fs 8 years ago
Zach Hilman 410062031b filesystem: Add logging to registration getters 8 years ago
David Marcec eccc77a8c8 Added SharedFonts loading via TTF 8 years ago
David Marcec 15cc34b93e Added missing include for pl:u 8 years ago
David 99fc32428a PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) 8 years ago
Lioncash 29ac15d1b8 vfs: Replace mode.h include with forward declarations where applicable 8 years ago
Lioncash 8dd9cb98ce am: Utilize std::array within PopLaunchParameter() 8 years ago
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 8 years ago
Lioncash 609cb04f3f acc: Replace profile_manager include with a forward declaration 8 years ago
Lioncash eb88fedc5d acc: Simplify WriteBuffer call within LoadImage() 8 years ago
Lioncash f5b132676f acc: Correct IProfile's constructor initializer list order 8 years ago
Lioncash 0fcdf37917 acc: Remove unused DEFAULT_USER_ID 8 years ago
Lioncash 350f6e0aa4 profile_manager: Use INVALID_UUID in the initializer of last_opened_user 8 years ago
Lioncash 9d8f19d7bf profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 8 years ago
Lioncash 38cd4e9c61 profile_manager: Use type aliases for username data, profile data, and user arrays 8 years ago
Lioncash f9a26d468c profile_manager: Take ProfileInfo by const reference where applicable 8 years ago
Lioncash 1277556c69 profile_manager: Make array parameter to CreateNewUser a const reference 8 years ago
Lioncash dfdf4a46fe profile_manager: Remove unnecessary static 8 years ago
Lioncash 69dd37d874 profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 8 years ago
Lioncash f13a66b963 profile_manager: Move UUID generation function to the cpp file 8 years ago
Lioncash 9e9a4bb3a7 profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 8 years ago
David Marcec 8a88110060 Added CheckFreeCommunicationPermission 8 years ago
Zach Hilman 27da7bc9da filesystem: Add support for loading of system archives 8 years ago
greggameplayer 2003771789 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 8 years ago
greggameplayer cef35e7c9c
correct coding style 8 years ago
greggameplayer 928e78dced Implement GetDefaultDisplayResolutionChangeEvent 8 years ago
Lioncash aac5792a2b kernel/server_session: Add IsSession() member function 8 years ago
Lioncash 5752454629 sm/controller: Correct return value of QueryPointerBufferSize 8 years ago
Lioncash b74df62959 lm: Use LOG_DEBUG for printing out trace logs 8 years ago
Lioncash e0b0f4eece lm: Handle threads and modules within the logger 8 years ago