3923 Commits (4e76dbd751e6a9641a34ae953f5bbce6fc29b39b)

Author SHA1 Message Date
greggameplayer edccdedd16 correct coding style 7 years ago
greggameplayer 4c94d500df Implement GetDefaultDisplayResolutionChangeEvent 7 years ago
Lioncash 3afcede204 core: Delete System copy/move constructors and assignment operators 7 years ago
MerryMage 84cc4aaa4f dynarmic: Update to 550d662 7 years ago
Lioncash 890507ecf1 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash c5986c7bf7 kernel/server_session: Add IsSession() member function 7 years ago
Lioncash d9f92aa9b0 sm/controller: Correct return value of QueryPointerBufferSize 7 years ago
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 4b18920435 loader/nca: Remove unnecessary includes and member variables 7 years ago
Lioncash f5b5d53cde loader/xci: Remove unnecessary includes and member variables 7 years ago
Lioncash 6784110323 lm: Use LOG_DEBUG for printing out trace logs 7 years ago
Lioncash 1da6859863 lm: Handle threads and modules within the logger 7 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 7 years ago
Lioncash 9f6aa5cda8 kernel/svc: Log svcBreak parameters 7 years ago
Lioncash 893faf13d7 emu_window: Ensure WindowConfig members are always initialized 7 years ago
Lioncash fca92a1d36 mm_u: Forward all old variants of functions to the new ones 7 years ago
Lioncash cf247dc630 mm_u: Move implementation class into the cpp file 7 years ago
Lioncash 053cab51ce audout_u: Correct IAudioOut initializer list order 7 years ago
MerryMage 092d385d53 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 7 years ago
B3n30 8d6b45cd43 Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
Lioncash 3485963fec kernel/object: Tighten object against data races 7 years ago
David Marcec dc6dcaf416 Registered missing channel devices 7 years ago
David Marcec 10e054e941 Added missing channel devices 7 years ago
Subv 21fa6cb72c CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 7 years ago
Subv a063b51094 Kernel/SVC: Don't reschedule the current core when creating a new thread. 7 years ago
Subv 42d6bbcb7c Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
Subv c51eb8b679 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Subv 5fe52770ea Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 7 years ago
Subv cbf854666d Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 7 years ago
Subv 8f493f43e7 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 7 years ago
Lioncash cdeac9103f vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 7 years ago
Zach Hilman 3781654c6d registration: Various style and documentation improvements 7 years ago
Lioncash 6082427cbd scheduler: Make HaveReadyThreads() a const member function 7 years ago
David Marcec b5f7e35139 GetAudioDeviceServiceWithRevisionInfo 7 years ago
Lioncash ab4821d4b3 hid: disable clang-format around tables 7 years ago
Lioncash 4ca059c59a hid: Stub DisconnectNpad() 7 years ago
Lioncash 7803b153d8 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 7 years ago
Lioncash 91c673cac7 card_image: Use type aliases to shorten definitions 7 years ago
Lioncash d323d72fd5 card_image: Simplify return statement of GetSubdirectories() 7 years ago
David Marcec 7d49bcdb1b Pushed the requested sample rate instead of our fixed sample rate 7 years ago
David Marcec bba02ec641 made ResultStatus a u16 7 years ago
David Marcec f3ef58207e Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 7 years ago
David Marcec fd0319efd5 Stub UpdateUserPresence 7 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 7 years ago
Zach Hilman 8c33f20792 registration: Add support for force overwrite of installed 7 years ago
Zach Hilman fdb155ca09 vfs_real: Add CreateFullPath to Create* operations 7 years ago
Zach Hilman b16c3dc725 control_metadata: Remove unnecessary reference to base file 7 years ago
Zach Hilman 0c55578a65 romfs: Remove cyclic shared_ptr leak in romfs code 7 years ago
Zach Hilman 83db3b452a registration: Update documentation and style 7 years ago