4093 Commits (1c61b9302618708f437cedff3299d39319960cfd)

Author SHA1 Message Date
Lioncash 477a9f8a66 acc: Correct IProfile's constructor initializer list order 7 years ago
Lioncash f645b3ef5a acc: Remove unused DEFAULT_USER_ID 7 years ago
Lioncash b3c07b97df profile_manager: Use INVALID_UUID in the initializer of last_opened_user 7 years ago
Lioncash f035a384b1 profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() 7 years ago
Lioncash 280b278b33 profile_manager: Use type aliases for username data, profile data, and user arrays 7 years ago
Lioncash 4fbaf3e0af profile_manager: Take ProfileInfo by const reference where applicable 7 years ago
Lioncash 3b6af2a6f7 profile_manager: Make array parameter to CreateNewUser a const reference 7 years ago
Lioncash 4b39dd7d47 profile_manager: Remove unnecessary static 7 years ago
Lioncash 30c2015a2e profile_manager: Simplify UUID's two param constructor, operator==, and operator bool 7 years ago
Lioncash 29ee3bc8d6 profile_manager: Move UUID generation function to the cpp file 7 years ago
fearlessTobi fc6901c205 Port #3353 from Citra 7 years ago
Zach Hilman 132d82db7d registration: Add Data_Unknown5 NCAContentType 7 years ago
Lioncash 92ca1346ea profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() 7 years ago
David Marcec 43a8240c64 Added CheckFreeCommunicationPermission 7 years ago
Zach Hilman 350941e45e filesystem: Add support for loading of system archives 7 years ago
greggameplayer c19eaa2787 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
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 8 years ago
MerryMage 84cc4aaa4f dynarmic: Update to 550d662 8 years ago
Lioncash 890507ecf1 common: Namespace hex_util.h/.cpp 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 aaed702790 loader: Make ResultStatus directly compatible with fmt 8 years ago
Lioncash 4b18920435 loader/nca: Remove unnecessary includes and member variables 8 years ago
Lioncash f5b5d53cde loader/xci: Remove unnecessary includes and member variables 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 ea9c1deb5e loader: Remove address mapping remnants from citra 8 years ago
Lioncash 9f6aa5cda8 kernel/svc: Log svcBreak parameters 8 years ago
Lioncash 893faf13d7 emu_window: Ensure WindowConfig members are always initialized 8 years ago
Lioncash 5ad776105c common/telemetry: Migrate core-independent info gathering to common 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
MerryMage 092d385d53 arm_dynarmic: Remove IsExecuting check from PrepareReschedule 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 21fa6cb72c CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. 8 years ago
Subv a063b51094 Kernel/SVC: Don't reschedule the current core when creating a new thread. 8 years ago
Subv 42d6bbcb7c Core/HLE: Make the 'reschedule_pending' flag atomic. 8 years ago
Subv c51eb8b679 CPU/HLE: Lock the HLE mutex before performing a reschedule. 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 cdeac9103f vfs: Make VfsFilesystem constructor explicit 8 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 8 years ago
Zach Hilman 3781654c6d registration: Various style and documentation improvements 8 years ago