| Age | Commit message (Collapse) | Author |
|
Amends a few interfaces to be able to handle the migration over to the
new Memory class by passing the class by reference as a function
parameter where necessary.
Notably, within the filesystem services, this eliminates two ReadBlock()
calls by using the helper functions of HLERequestContext to do that for
us.
|
|
Also cleanup of general stuff
|
|
Returns results as a vector of entries for further processing. Logs addresses, offsets, and mangled name.
|
|
Makes it consistent with the rest of the includes.
|
|
This function doesn't modify instance state, so it can be made const.
|
|
Two of these variables have fixed values, so we can make that
immediately obvious from the get-go.
|
|
Namespaces don't require the use of a semicolon. Silences a -Wextra-semi
warning.
|
|
|