2260 Commits (40eb243f86c5ba26ec37d4b6cb5ef38d0e4bbfda)

Author SHA1 Message Date
Lioncash 3f5dfc4d96 service/sockets: Add ethc:c and ethc:i services 8 years ago
Lioncash 165e7645e1 service/sockets: Add missing bsdcfg socket service 8 years ago
Lioncash 3fb124961e service: Add ldr services 8 years ago
Lioncash 91d86df920 lm: Move LM's class declaration into the cpp file 8 years ago
Lioncash 6f4d3d8163 lm: Amend names of Initialize() in Logger and Initialize() in LM 8 years ago
Lioncash 8650be1020 lm: Add missing function entry to Logger's function table 8 years ago
Lioncash 7458e71f24 service: Add eupld services 8 years ago
Lioncash 821f2c03cb service: Add the erpt services 8 years ago
Lioncash f9951352f6 service/nvdrv: Take std::string in Open() by const reference 8 years ago
Lioncash a2cd07d094 service/nvdrv: Use std::move where applicable 8 years ago
Lioncash 85ed42a1d2 service/nifm: Deduplicate interface code 8 years ago
Lioncash c664f8a257 service: Add pm services 8 years ago
Lioncash 4175712976 service: Add the es service 8 years ago
Lioncash 3c1cb3b11e time: Add the time:a service 8 years ago
Lioncash 07c2d057bd friend: Add friend:m, friend:s, and friend:v services 8 years ago
Lioncash 9539a1eadd friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table 8 years ago
Lioncash 77daef44b0 friend: Deduplicate interfaces 8 years ago
Lioncash c73410bf2c svc: Resolve sign comparison warnings in WaitSynchronization() 8 years ago
Lioncash 8e8e906432 svc: Log parameters in SetMemoryAttribute() 8 years ago
Lioncash a61124a9e7 time: Simplify interface creation 8 years ago
MerryMage 44646e2ea0 core_timing: Split off utility functions into core_timing_util 8 years ago
Lioncash 63c605c04a set_sys: Implement SetColorSetId() 8 years ago
Lioncash 76f191ce36 ipc_helper: Add helper member function for popping enum values to RequestParser 8 years ago
Lioncash 1d755abce4 core: Make converting constructors explicit where applicable 8 years ago
Lioncash 8b83adfed6 apm/interface: Remove redundant declaration of InstallInterfaces() 8 years ago
Lioncash 42b5158c96 mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference 8 years ago
Zach Hilman 59cb258409 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 22fd3f0026 hle_ipc: Make constructors explicit where applicable 8 years ago
Lioncash 2a1daf8f83 ipc_helpers: Make member variables of ResponseBuilder private 8 years ago
Lioncash 1432912ae8 vi: Add std::is_trivially_copyable checks to Read and Write functions 8 years ago
Lioncash 344a0c91f2 vi: std::move std::vector in constructors where applicable 8 years ago
Lioncash cbe841c9c9 hle: Remove config_mem.h/.cpp 8 years ago
Lioncash 1f3889a290 hle: Remove shared_page.h/.cpp 8 years ago
Lioncash e85308cd90 set: Add missing log call in GetAvailableLanguageCodeCount() 8 years ago
Lioncash 22f448b632 set: Implement GetAvailableLanguageCodeCount() 8 years ago
Lioncash 37aeecd29f set: Correct return code size of value in GetAvailableLanguageCodes() 8 years ago
Subv 7841447cf0 Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel. 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Subv 5c49e56d41 GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Subv d84eb9dac6 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
bunnei dffd154d6d apm: Improve stub for GetPerformanceConfiguration. 8 years ago
Lioncash 0a0b3c4b9f ipc_helpers: Add PushEnum() member function to ResponseBuilder 8 years ago
Subv 9c7321fe6d HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. 8 years ago
Lioncash 40c9c5a55c audren_u: Use a std::array instead of std::string for holding the audio interface/device name 8 years ago
Lioncash c20cea118b audout_u: Use a std::array instead of std::string for holding the audio interface name 8 years ago
Lioncash dbfe82773d thread: Convert ThreadStatus into an enum class 8 years ago
Lioncash 1bdb67440b pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority() 8 years ago
Subv 05549e45c5 HLE/ACC: Return an IProfile that is consistent with what was requested. 8 years ago
Subv 50e2777724 HLE/ACC: Change the default user id to be consistent with what we tell games on startup. 8 years ago