Closed TSRBerry closed 2 years ago
This PR adds logging to a file as a 'define' option.
The define VITA2HOS_LOG_TO_FILE is enabled by default in the Makefile, which allows logs to be written to sdmc:/vita2hos/debug.log,
VITA2HOS_LOG_TO_FILE
sdmc:/vita2hos/debug.log
As soon as vita2hos starts, it will also write the current date and time to the log, so it's easier to distinguish different runs.
This PR adds logging to a file as a 'define' option.
The define
VITA2HOS_LOG_TO_FILE
is enabled by default in the Makefile, which allows logs to be written tosdmc:/vita2hos/debug.log
,As soon as vita2hos starts, it will also write the current date and time to the log, so it's easier to distinguish different runs.