2279 Commits (f8718ae779bbdc6a3f514b5ce141515baa97e14f)

Author SHA1 Message Date
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 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
Lioncash b6c47b578f mm_u: Forward all old variants of functions to the new ones 8 years ago
Lioncash 9d09d92c56 mm_u: Move implementation class into the cpp file 8 years ago
Lioncash 57d007e545 audout_u: Correct IAudioOut initializer list order 8 years ago
David Marcec 76fad8410d Registered missing channel devices 8 years ago
David Marcec 92492ee23b Added missing channel devices 8 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 8 years ago
David Marcec 66f4f86a82 GetAudioDeviceServiceWithRevisionInfo 8 years ago
Lioncash 63a70c253e hid: disable clang-format around tables 8 years ago
Lioncash 9e74d6238e hid: Stub DisconnectNpad() 8 years ago
David Marcec 094f6003e0 Pushed the requested sample rate instead of our fixed sample rate 8 years ago
David Marcec e5ee0afe6f Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 8 years ago
David Marcec ecfbe7d9c8 Stub UpdateUserPresence 8 years ago
Zach Hilman c0257cf52f filesystem: Add Open and Register functions for BISFactory 8 years ago
bunnei 249341d08f friend: Stub DeclareCloseOnlinePlaySession. 8 years ago
bunnei 261a4f0311 friend: Fix CreateFriendService to return an IFriendService interface. 8 years ago
David Marcec 10f494eefe Better UUID randomness 8 years ago
David Marcec 448290bee4 Removed un-needed count from ListOpenUsers and ListAllUsers 8 years ago
David Marcec 2592e41301 Added better explanations in the profile manager 8 years ago
David Marcec 0b6f8ba51e Code cleanup for profile manager 8 years ago
David Marcec d0b2950434 Removed const from ProfileBase Invalidate 8 years ago
David Marcec 42431d2aa6 fixed invalid uuid bool operator 8 years ago
David Marcec b8e70faa2d Added GetOpenUserCount 8 years ago
David Marcec 662218e997 Removed all for loops from the profile manager 8 years ago