| Age | Commit message (Collapse) | Author |
|
service: Use nested namespace specifiers where applicable
|
|
Tidies up namespace declarations
|
|
|
|
* Updated ACC with more service names
* Updated SVC with more service names
* Updated set with more service names
* Updated sockets with more service names
* Updated SPL with more service names
* Updated time with more service names
* Updated vi with more service names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This may break libnx homebrew due to a bug in libnx but is required by official games since they always assume that the buffer will be there.
|
|
|
|
|
|
|
|
response parcel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Another fix for libnx.
|
|
|
|
|
|
|
|
|
|
vi::CreateStrayLayer : add padding to request
|
|
|
|
|
|
|
|
|
|
It is now created during Service initialization and passed to all the services that need it.
|
|
|
|
results.
|
|
* Fixes some cast warnings, partially fixes citra #3064
* Converted casts to uint32_t to u32
* Ran clang-format
|
|
|
|
vi: Minor clean up/correctness changes
|
|
Prevents implicit conversions.
|
|
|
|
Previously this would unnecessarily zero-initialize the vector before
copying the actual data into the vector instance.
|
|
functionality to a s single module that services call.
|
|
|
|
|
|
|
|
|
|
|