6456 Commits (7afcc29ac85ded4975fd04d9f1c80b32b4e102ba)

Author SHA1 Message Date
Lioncash 910dff8816 software_keyboard: Resolve a pessimizing move warning 6 years ago
Lioncash 0c78ed16df core: Resolve several -Wextra-semi warnings 6 years ago
Lioncash 8d7e58562f kernel/scheduler: Mark SchedulerLock constructor as nodiscard 6 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 6 years ago
Lioncash 80d04c0daa common/concepts: Rename IsBaseOf to DerivedFrom 6 years ago
Lioncash 9e72b1df7d system_control: Make functions internally linked where applicable 6 years ago
Lioncash 3ea31a9922 kernel: Remove unused variables 6 years ago
Lioncash 353cd8dc24 scheduler: Resolve sign conversion warning 6 years ago
Lioncash 792c1666f7 address_arbiter: Resolve sign conversion warning 6 years ago
Lioncash 43ef4a7305 ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw() 6 years ago
Lioncash 08e30e0240 yuzu: Resolve C++20 deprecation warnings related to lambda captures 6 years ago
Lioncash 78ff298d6d service/ldr: Resolve sign mismatch warnings 6 years ago
Lioncash a1aab876e6 buffer_queue: Make use of std::nullopt 6 years ago
Lioncash 9b1ab372a7 buffer_queue: Make use of designated initializers 6 years ago
Lioncash 5430961f0d profile_manager: Make use of std::nullopt 6 years ago
Lioncash 1f909d614c profile_manager: Make use of designated initializers 6 years ago
David Marcec 4d0ba04c73 sm: Make use of IsBaseOf for GetService 6 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 6 years ago
Morph f6fa311cf9 minor nits 6 years ago
David Marcec 542ea8c6e8 am: Unstub SetScreenShotPermission 6 years ago
Morph 488cacca52 fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute 6 years ago
Morph 06adef078c fs: Rename SaveDataDescriptor to SaveDataAttribute 6 years ago
ReinUsesLisp 87e6485855 service/bsd: Handle Poll with no entries accurately 6 years ago
ReinUsesLisp 853ee47a15 services/bsd: Implement most of bsd:s 6 years ago
ReinUsesLisp 20ac4ae8b7 service/sockets: Add worker pool abstraction 6 years ago
ReinUsesLisp 3cd68cade4 service/sockets: Add worker abstraction to execute blocking calls asynchronously 6 years ago
ReinUsesLisp 8a8f687fd2 service/sockets: Add translate functions 6 years ago
ReinUsesLisp c2a607014a service/sockets: Add enumerations and structures 6 years ago
ReinUsesLisp bd466d12be services/nifm: Implement GetCurrentIpAddress 6 years ago
bunnei 1bd1d08fc4 Update src/core/hle/service/nvdrv/devices/nvmap.cpp 6 years ago
Lioncash 7decda6bc2 core_timing: Make use of uintptr_t to represent user_data 6 years ago
CrazyMax ac316a25a1 remove unused variable; 6 years ago
bunnei 991aca142e hle: nvdrv: Rewrite of GPU memory management. 6 years ago
Lioncash f35d0d8f83 nvflinger: Mark interface functions with return values as [[nodiscard]] 6 years ago
Lioncash 94ae1a0bf1 nvflinger: Use return value of Lock() 6 years ago
David Marcec 81b2b4fbe9 audio_core: Apollo Part 1, AudioRenderer refactor 6 years ago
David Marcec 56c3c62a45 vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo 6 years ago
David Marcec 87a838304b Address issues 6 years ago
David Marcec 7ca5dcb7df swkbd: Return result for Calc request for inlined swkbd 6 years ago
Lioncash 214247f203 mii/manager: Resolve sign mismatch warnings 6 years ago
Lioncash 29a5f65f31 mii/manager: Make use of designated initializers 6 years ago
Lioncash e05eec5d51 kernel/thread: Remove unimplemented function prototype 6 years ago
Lioncash 3fe863c8f2 kernel: Remove unused variables 6 years ago
Lioncash 0a5524a15b kernel: Add missing include 6 years ago
Lioncash 02ff5e8d81 cpu_manager: Mark function getters as static 6 years ago
David Marcec 255847b16d hid: Only update keyboard & debug pad inputs if enabled 6 years ago
Morph 6bba209bba Add comment to clarify the nullptr check 6 years ago
Morph 7f908ceb00 filesystem: Create subdirectories prior to creating a file 6 years ago
Lioncash 56054fe86d core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 9e113a2b67 core_timing: Make use of std::chrono with ScheduleEvent 6 years ago