Reset reporting on a new game.
This way "once" and "spam" no longer persist between runs. Makes it easier to test a bunch of games in a row without restarting in between.
This commit is contained in:
parent
a8b55c3e10
commit
ad8488ecc4
5 changed files with 41 additions and 19 deletions
|
@ -133,6 +133,7 @@ void __KernelInit()
|
|||
__HeapInit();
|
||||
|
||||
SaveState::Init(); // Must be after IO, as it may create a directory
|
||||
Reporting::Init();
|
||||
|
||||
// "Internal" PSP libraries
|
||||
__PPGeInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue