| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing
changes made to af20e25081f97d55b451606c87922e2b49f0d363.
|
| |
|
| |
|
|
|
|
| |
Same behavior, but without memory churn.
|
|
|
|
|
|
|
|
|
|
|
| |
The optionals are unconditionally dereferenced when setting the custom
error text, and in a few cases this function is called using the default
value of the optionals.
This means we'd be dereferencing uninitialized storage.
Since they're used unconditionally, we can use value_or to set a default
when storage is uninitialized.
|
| |
|
|
|
|
|
| |
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
|
|
|
|
|
|
| |
This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt
If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard.
Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Rework the service to spit out to logs instead of a seperate file as well as fix any crashes caused by lm.
|
|
|
|
|
|
| |
Keeps the service function tables up to date.
Updated based off information on SwitchBrew.
|
| |
|
|
|
| |
Takes the vector from head to tail of log data and saves it.
|
| |
|
|\
| |
| | |
fsp-srv: Implement Access Logging Functionality
|
| | |
|
| |
| |
| |
| | |
Adds missing inclusions to prevent potential compilation issues.
|
|/
|
|
|
| |
The Reporter class is part of the Core namespace, so the System class
doesn't need to be qualified.
|
|
|
| |
Also cleanup of general stuff
|
|
|