| Age | Commit message (Collapse) | Author |
|
So we can modify all of dynarmic states within SVC without ExceptionalExit.
Especially as the ExceptionalExit hack is dropped on upstream dynarmic.
|
|
- Used by nx-hbloader
|
|
request.
|
|
- Fixes a use-after-free, work-around until we fixup session/port management.
|
|
- There are some issues with the current workaround, we will just use host memory until we have a complete kernel memory implementation.
|
|
resource management."
This reverts commit f2c26443f85a3c3fd43137509368ba5c7ab80ee7.
|
|
|
|
|
|
issues"
This reverts commit fc086f93b2165b5c210cb7dcd6c18ebe17f1fd7b.
|
|
hle_ipc: Add a getter for PID
|
|
size is already the size in bytes. We do not need to multiply it by the page size
|
|
This is more concise and consistent with the rest of the codebase.
|
|
|
|
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
|
|
|
|
|
|
management.
|
|
- Fixes our move handles implementation to actually move objects.
- Simplifies the traditional IPC path.
|
|
- This was not actually closing sessions before.
|
|
CreateNamedServicePort interface.
|
|
- This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static.
|
|
|
|
|
|
|
|
kernel: Eliminate variable shadowing
|
|
|
|
Now that the large kernel refactor is merged, we can eliminate the
remaining variable shadowing cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KAutoObject.
|
|
KAutoObject.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|