Reporting: Disable when debugger methods used.
This won't catch all means of hacking memory, but will catch some. Trying to reduce noise in reporting from debugging.
This commit is contained in:
parent
fc2e3f3db5
commit
1233d1d376
11 changed files with 43 additions and 6 deletions
|
@ -49,6 +49,7 @@
|
|||
#include "Core/KeyMap.h"
|
||||
#include "Core/MIPS/JitCommon/JitCommon.h"
|
||||
#include "Core/MIPS/JitCommon/JitBlockCache.h"
|
||||
#include "Core/Reporting.h"
|
||||
#include "Windows/InputBox.h"
|
||||
#include "Windows/InputDevice.h"
|
||||
#if PPSSPP_API(ANY_GL)
|
||||
|
@ -739,6 +740,7 @@ namespace MainWindow
|
|||
break;
|
||||
|
||||
case WM_USER_GET_BASE_POINTER:
|
||||
Reporting::NotifyDebugger();
|
||||
switch (lParam) {
|
||||
case 0:
|
||||
return (u32)(u64)Memory::base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue