2561 Commits (e6367ab955b8ced2acfe1b191f812e1b442fe2ae)

Author SHA1 Message Date
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
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 aac5792a2b kernel/server_session: Add IsSession() member function 7 years ago
Lioncash 5752454629 sm/controller: Correct return value of QueryPointerBufferSize 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 25d71454d1 kernel/svc: Log svcBreak parameters 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
B3n30 eab35c8235 Core::CoreTiming: add UnscheduleEventThreadsafe 8 years ago
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races 8 years ago
David Marcec 76fad8410d Registered missing channel devices 8 years ago
David Marcec 92492ee23b Added missing channel devices 8 years ago
Subv a9877c8f65 Kernel/SVC: Don't reschedule the current core when creating a new thread. 8 years ago
Subv 84b542c386 Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 8 years ago
Subv 0135b328ed Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 8 years ago
Subv 5224cc49c4 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 8 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 8 years ago
Lioncash e850ff63bc scheduler: Make HaveReadyThreads() a const member function 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