Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
kernel: Eliminate variable shadowing
|
|
|
|
Now that the large kernel refactor is merged, we can eliminate the
remaining variable shadowing cases.
|
|
Kernel Rework: Migrate kernel objects to KAutoObject
|
|
ldr: Simplify memory copy within LoadNro()
|
|
We can use the dedicated memory function for performing copies instead
of reading into a temporary buffer and then immediately writing it back
out to memory.
Eliminates a bit of heap memory churn.
|
|
|
|
|
|
|
|
|
|
|
|
created.
|
|
created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
evaluate as constant on MSVC.
|
|
|
|
|
|
|
|
|
|
|
|
KAutoObject.
|
|
KAutoObject.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|