| Age | Commit message (Collapse) | Author |
|
services should now log on some level
|
|
The separate enum isn't particularly necessary here, and the values can
just be directly put into the ResultCode instances, given the names are
also self-documenting here.
|
|
|
|
Includes actual unmapping and address error checking.
|
|
Includes NRO and BSS error checking, maximum loaded NRO check, NRR hash check, and proper remapping of BSS data.
|
|
Includes initialization check, proper address check, alignment check, and actual unloading of a loaded NRR.
|
|
Includes parameter error checking, hash enforcement, initialization check, and max NRR load check.
|
|
- This is an incomplete implementation. It was tested with Super Mario Party.
|
|
Adds the skeleton for the ldr-related services based off the information
provided on Switch Brew.
|