2241 Commits (c96ea0051db0ee7c55744729a1b7d09781127e69)

Author SHA1 Message Date
Lioncash c96ea0051d service: Add pm services 8 years ago
Lioncash 11931ccf6a time: Add the time:a service 8 years ago
Lioncash 7449b47e7f friend: Add friend:m, friend:s, and friend:v services 8 years ago
Lioncash 4ac9553a75 friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table 8 years ago
Lioncash a8473054f0 friend: Deduplicate interfaces 8 years ago
Lioncash 46a1bbceea svc: Resolve sign comparison warnings in WaitSynchronization() 8 years ago
Lioncash 5bd30caa5c svc: Log parameters in SetMemoryAttribute() 8 years ago
Lioncash bf002d355b time: Simplify interface creation 8 years ago
MerryMage 672d7dd573 core_timing: Split off utility functions into core_timing_util 8 years ago
Lioncash 01efb33957 set_sys: Implement SetColorSetId() 8 years ago
Lioncash 506fb32dd5 ipc_helper: Add helper member function for popping enum values to RequestParser 8 years ago
Lioncash 88f34a5b96 core: Make converting constructors explicit where applicable 8 years ago
Lioncash 592a444838 apm/interface: Remove redundant declaration of InstallInterfaces() 8 years ago
Lioncash ecc4f5065a mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference 8 years ago
Zach Hilman bd410ce242 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash a15433c2a9 hle_ipc: Make constructors explicit where applicable 8 years ago
Lioncash 1c25b997e8 ipc_helpers: Make member variables of ResponseBuilder private 8 years ago
Lioncash 6e39fa5950 vi: Add std::is_trivially_copyable checks to Read and Write functions 8 years ago
Lioncash dab340a3b3 vi: std::move std::vector in constructors where applicable 8 years ago
Lioncash ec38b938da hle: Remove config_mem.h/.cpp 8 years ago
Lioncash aba0f5452d hle: Remove shared_page.h/.cpp 8 years ago
Lioncash f53d6ee0bc set: Add missing log call in GetAvailableLanguageCodeCount() 8 years ago
Lioncash 2c22e4be19 set: Implement GetAvailableLanguageCodeCount() 8 years ago
Lioncash 6b4ed7cf2f set: Correct return code size of value in GetAvailableLanguageCodes() 8 years ago
Subv e9639ffafa Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel. 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Subv c4bfd25a6a GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
Lioncash 85ca923ed4 file_util: Use an enum class for GetUserPath() 8 years ago
Subv 196a689d20 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
bunnei 1c43ebbdec apm: Improve stub for GetPerformanceConfiguration. 8 years ago
Lioncash 9e7e0ed9f0 ipc_helpers: Add PushEnum() member function to ResponseBuilder 8 years ago
Subv 34d18dac20 HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. 8 years ago
Lioncash 2ce4fde1ef audren_u: Use a std::array instead of std::string for holding the audio interface/device name 8 years ago
Lioncash 516bc05b15 audout_u: Use a std::array instead of std::string for holding the audio interface name 8 years ago
Lioncash 059d0017f1 thread: Convert ThreadStatus into an enum class 8 years ago
Lioncash 433c9c7bac pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority() 8 years ago
Subv 5bad464f7b HLE/ACC: Return an IProfile that is consistent with what was requested. 8 years ago
Subv 791d6b8b3a HLE/ACC: Change the default user id to be consistent with what we tell games on startup. 8 years ago
Subv 3c8e295c50 HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. 8 years ago
Lioncash 2b158ebd25 hle_ipc: Introduce generic WriteBuffer overload for multiple container types 8 years ago
Lioncash 0dcaa4485b pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority() 8 years ago
Lioncash 9ee475f731 svc: Correct always true assertion case in SetThreadCoreMask 8 years ago
Lioncash 2783d58ab3 pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority() 8 years ago
Lioncash 60eab9b720 hid: Use a ranged-for loops in UpdatePadCallback 8 years ago
Lioncash 68b6099706 hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array 8 years ago
Subv c1b5369f60 Filesystem: Return EntryType::Directory for the root directory. 8 years ago
Lioncash e664bf00ed hle/service: Make constructors explicit where applicable 8 years ago
Lioncash f31b335a27 nvflinger: Emplace Display instances directly 8 years ago
Lioncash 6b1043fab4 nvdrv: Take std::string by const reference in GetDevice() 8 years ago
Lioncash a52cb33af2 hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads 8 years ago