5442 Commits (55362bccd9b007bc7a98babb248bf6ffd809f5d1)

Author SHA1 Message Date
Lioncash e1124b6510 vfs: Replace mode.h include with forward declarations where applicable 8 years ago
Lioncash 8e063b0b2c am: Utilize std::array within PopLaunchParameter() 8 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 8 years ago
Lioncash 2b5eb5254d acc: Replace profile_manager include with a forward declaration 8 years ago
Lioncash d643659275 acc: Simplify WriteBuffer call within LoadImage() 8 years ago
Lioncash 477a9f8a66 acc: Correct IProfile's constructor initializer list order 8 years ago
Lioncash f645b3ef5a acc: Remove unused DEFAULT_USER_ID 8 years ago
Lioncash b3c07b97df profile_manager: Use INVALID_UUID in the initializer of last_opened_user 8 years ago
Lioncash f035a384b1 profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 8 years ago
Lioncash 280b278b33 profile_manager: Use type aliases for username data, profile data, and user arrays 8 years ago
Lioncash 4fbaf3e0af profile_manager: Take ProfileInfo by const reference where applicable 8 years ago
Lioncash 3b6af2a6f7 profile_manager: Make array parameter to CreateNewUser a const reference 8 years ago
Lioncash 4b39dd7d47 profile_manager: Remove unnecessary static 8 years ago
Lioncash 30c2015a2e profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 8 years ago
Lioncash 29ee3bc8d6 profile_manager: Move UUID generation function to the cpp file 8 years ago
Lioncash 92ca1346ea profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 8 years ago
David Marcec 43a8240c64 Added CheckFreeCommunicationPermission 8 years ago
Zach Hilman 350941e45e filesystem: Add support for loading of system archives 8 years ago
greggameplayer c19eaa2787 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 8 years ago
greggameplayer edccdedd16 correct coding style 8 years ago
greggameplayer 4c94d500df Implement GetDefaultDisplayResolutionChangeEvent 8 years ago
Lioncash c5986c7bf7 kernel/server_session: Add IsSession() member function 8 years ago
Lioncash d9f92aa9b0 sm/controller: Correct return value of QueryPointerBufferSize 8 years ago
Lioncash 6784110323 lm: Use LOG_DEBUG for printing out trace logs 8 years ago
Lioncash 1da6859863 lm: Handle threads and modules within the logger 8 years ago
Lioncash 9f6aa5cda8 kernel/svc: Log svcBreak parameters 8 years ago
Lioncash fca92a1d36 mm_u: Forward all old variants of functions to the new ones 8 years ago
Lioncash cf247dc630 mm_u: Move implementation class into the cpp file 8 years ago
Lioncash 053cab51ce audout_u: Correct IAudioOut initializer list order 8 years ago
B3n30 8d6b45cd43 Core::CoreTiming: add UnscheduleEventThreadsafe 8 years ago
Lioncash 3485963fec kernel/object: Tighten object against data races 8 years ago
David Marcec dc6dcaf416 Registered missing channel devices 8 years ago
David Marcec 10e054e941 Added missing channel devices 8 years ago
Subv a063b51094 Kernel/SVC: Don't reschedule the current core when creating a new thread. 8 years ago
Subv 5fe52770ea Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 8 years ago
Subv cbf854666d Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 8 years ago
Subv 8f493f43e7 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 8 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 8 years ago
Lioncash 6082427cbd scheduler: Make HaveReadyThreads() a const member function 8 years ago
David Marcec b5f7e35139 GetAudioDeviceServiceWithRevisionInfo 8 years ago
Lioncash ab4821d4b3 hid: disable clang-format around tables 8 years ago
Lioncash 4ca059c59a hid: Stub DisconnectNpad() 8 years ago
David Marcec 7d49bcdb1b Pushed the requested sample rate instead of our fixed sample rate 8 years ago
David Marcec f3ef58207e Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 8 years ago
David Marcec fd0319efd5 Stub UpdateUserPresence 8 years ago
Zach Hilman e891974118 filesystem: Add Open and Register functions for BISFactory 8 years ago
bunnei 94a58af2a2 friend: Stub DeclareCloseOnlinePlaySession. 8 years ago
bunnei 3c1015b576 friend: Fix CreateFriendService to return an IFriendService interface. 8 years ago
bunnei 3d00bc6ad7 server_session: Provide more useful information and don't crash on bad IPC request. 8 years ago
David Marcec 4f4b4f94c0 Better UUID randomness 8 years ago