| Age | Commit message (Collapse) | Author |
|
Completely removes all usages of the global system instance within the
services code by passing in the using system instance to the services.
|
|
Keeps the function tables up to date.
Updated based off information from Switchbrew.
|
|
Updates function tables based off information from SwitchBrew.
|
|
core: Add missing override specifiers where applicable
|
|
In several places, we have request parsers where there's nothing to
really parse, simply because the HLE function in question operates on
buffers. In these cases we can just remove these instances altogether.
In the other cases, we can retrieve the relevant members from the parser
and at least log them out, giving them some use.
|
|
Applies the override specifier where applicable. In the case of
destructors that are defaulted in their definition, they can
simply be removed.
This also removes the unnecessary inclusions being done in audin_u and
audrec_u, given their close proximity.
|
|
services should now log on some level
|
|
Corrected SSL::SetInterfaceVersion
|
|
Should be a single u32
|
|
Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}`
|
|
This isn't required to be visible to anything outside of the main source
file, and will eliminate needing to rebuild anything else including the
header if the SSL class needs to be changed in the future.
|
|
|
|
|
|
|
|
|
|
|
|
Playreport->PlayReport.
|
|
SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
|
|
Tidies up namespace declarations
|
|
|
|
|