2431 Commits (0bd47dfb223bbd913ae11ffa9deb6919ea22debf)

Author SHA1 Message Date
Lioncash c5986c7bf7 kernel/server_session: Add IsSession() member function 7 years ago
Lioncash d9f92aa9b0 sm/controller: Correct return value of QueryPointerBufferSize 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
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
Lioncash 38049444da video_core; Get rid of global g_toggle_framelimit_enabled variable 8 years ago
Lioncash ff9e0e9727 buffer_queue: Make reference parameter of SetPreallocatedBuffer const 8 years ago
Lioncash b9ec5ec5b4 hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const 8 years ago
Zach Hilman 4cbef33915 core: Port core to VfsFilesystem for file access 8 years ago
Zach Hilman 653257de93 filesystem: Remove unnecessary if conditions 8 years ago
Lioncash 4cfe9fad75 fsp_srv: Use std::string_view's copy() function instead of strncpy() 8 years ago
Lioncash a1320c53af fsp_srv: Emplace entries first when building index instead of emplacing last 8 years ago
mailwl 89cc070fcf Service/Account: stub LoadImage function 8 years ago
mailwl 219c0dabe1 hid: fix IsSixAxisSensorAtRest() response 8 years ago
bunnei e0f48e4daf nvhost_gpu: Don't over copy IoctlSubmitGpfifo. 8 years ago
bunnei 5851753d2a am: Stub SetScreenShotImageOrientation. 8 years ago
Lioncash 3266d0989f acc: Add missing function table entries for GetUserCount 8 years ago
bunnei a0c94e433d acc: Stub GetUserCount. (#973) 8 years ago
Lioncash e8824d065b nvdrv: Get rid of global std::weak_ptr 8 years ago
Lioncash fdde0c66db hle: Remove unused romfs.cpp/.h 8 years ago
Lioncash a3f5289038 service/apm: Add the apm:sys service 8 years ago
Lioncash 64e8d3fd3d nvflinger: Correct typo in name of composition event 8 years ago
Lioncash e1625fdbec nvdrv: Make Ioctl()'s definition match its prototype 8 years ago
Lioncash 5bdcce6955 nvdrv: Get rid of indirect inclusions 8 years ago
Lioncash fd0111572b nvflinger: Get rid of indirect inclusions 8 years ago
Lioncash a907041218 nvflinger: Use std::string_view in OpenDisplay() 8 years ago
Lioncash 20f059acef services/hid: Add ActivateNpadWithRevision() to the hid function info array 8 years ago
Lioncash 0c0bdb7d9e service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() 8 years ago
Lioncash 705c5b6166 service: Add usb services 8 years ago
Lioncash 5fcac98ec8 client_port: Make all data members private 8 years ago