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:
Unknown W. Brackets 2014-02-09 13:56:08 -08:00
parent a8b55c3e10
commit ad8488ecc4
5 changed files with 41 additions and 19 deletions

View file

@ -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();