mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 17:19:42 +00:00
Typo fix
This commit is contained in:
parent
29e422cbf1
commit
ebcb7af7cc
@ -423,7 +423,7 @@ extern KernelObjectPool kernelObjects;
|
||||
|
||||
struct KernelStats {
|
||||
void Reset() {
|
||||
memset(this, 0, sizeof(this));
|
||||
memset(this, 0, sizeof(*this));
|
||||
}
|
||||
void ResetFrame() {
|
||||
msInSyscalls = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user