3953 Commits (dd70ddad7edb7cfbdddaed0ac657544a613d46e2)

Author SHA1 Message Date
Zach Hilman e8cb6f5c9b registration: Add Data_Unknown5 NCAContentType 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 a0ce6de913 core: Delete System copy/move constructors and assignment operators 7 years ago
MerryMage 94329038b6 dynarmic: Update to 550d662 7 years ago
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 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 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 0769aa594e loader/nca: Remove unnecessary includes and member variables 7 years ago
Lioncash c8e3f98c27 loader/xci: Remove unnecessary includes and member variables 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 96c0b81a51 loader: Remove address mapping remnants from citra 7 years ago
Lioncash 25d71454d1 kernel/svc: Log svcBreak parameters 7 years ago
Lioncash 2e715ef70d emu_window: Ensure WindowConfig members are always initialized 7 years ago
Lioncash 60f476cd8f common/telemetry: Migrate core-independent info gathering to common 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
MerryMage fcc5155601 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 7 years ago
B3n30 eab35c8235 Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races 7 years ago
David Marcec 76fad8410d Registered missing channel devices 7 years ago
David Marcec 92492ee23b Added missing channel devices 7 years ago
Subv d923766042 CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 7 years ago
Subv a9877c8f65 Kernel/SVC: Don't reschedule the current core when creating a new thread. 7 years ago
Subv 2e7802ad7d Core/HLE: Make the 'reschedule_pending' flag atomic. 7 years ago
Subv 3a338d9286 CPU/HLE: Lock the HLE mutex before performing a reschedule. 7 years ago
Subv 84b542c386 Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. 7 years ago
Subv 0135b328ed Kernel/Thread: Always use the threadsafe option when scheduling wakeups. 7 years ago
Subv 5224cc49c4 Kernel/Mutex: Don't duplicate threads in the mutex waiter list. 7 years ago
Lioncash b82b093108 vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 7 years ago
Zach Hilman 35e4a47be0 registration: Various style and documentation improvements 7 years ago
Lioncash e850ff63bc scheduler: Make HaveReadyThreads() a const member function 7 years ago
David Marcec 66f4f86a82 GetAudioDeviceServiceWithRevisionInfo 7 years ago
Lioncash 63a70c253e hid: disable clang-format around tables 7 years ago
Lioncash 9e74d6238e hid: Stub DisconnectNpad() 7 years ago
Lioncash 75bba25009 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 7 years ago
Lioncash 7b6519741b card_image: Use type aliases to shorten definitions 7 years ago
Lioncash d6a1a43854 card_image: Simplify return statement of GetSubdirectories() 7 years ago
David Marcec 094f6003e0 Pushed the requested sample rate instead of our fixed sample rate 7 years ago
David Marcec 98b940052c made ResultStatus a u16 7 years ago
David Marcec e5ee0afe6f Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount 7 years ago
David Marcec ecfbe7d9c8 Stub UpdateUserPresence 7 years ago
David Marcec a1fb8a331f Fixed invalid cast in loader 7 years ago