yuzu/src/core/hle
Lioncash 2de124e223 svc: Remove unnecessary casts
Simplifies and removes some casts. In all cases, these were generally
widening from a 32-bit unsigned type to a 64-bit unsigned type, so no
information would be lost from the conversion.
2020-12-08 15:42:10 -05:00
..
kernel svc: Remove unnecessary casts 2020-12-08 15:42:10 -05:00
service controller: Use std::move within ConvertToFrontendParameters() 2020-12-07 22:04:16 -05:00
ipc_helpers.h hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 2020-12-06 18:59:22 -05:00
ipc.h
lock.cpp
lock.h
result.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00