diff options
author | Reiko Asakura | 2020-07-19 18:28:56 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-19 18:28:56 -0400 |
commit | 42f7ca27e51614c9aba58a88e7b6d82d257b4b82 (patch) | |
tree | 0c460ea7b86952756693a7c1b21aca348e9bc12f | |
parent | Add SceShellSvc function and rename header (diff) | |
download | vds-libraries-42f7ca27e51614c9aba58a88e7b6d82d257b4b82.tar.gz |
Fix var exports incorrectly exported as funcs
-rw-r--r-- | nids/360/ScePerf.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nids/360/ScePerf.yml b/nids/360/ScePerf.yml index e3d58c9..d9c9f90 100644 --- a/nids/360/ScePerf.yml +++ b/nids/360/ScePerf.yml @@ -5,7 +5,6 @@ modules: ScePerf: nid: 0x447F047D functions: - _pLibPerfCaptureFlagPtr: 0x936A5F31 _sceCpuRazorPopFiberUserMarker: 0x453AED06 _sceCpuRazorPushFiberUserMarker: 0x8F7B522C _sceRazorCpuInit: 0x7AD6AC30 @@ -32,3 +31,5 @@ modules: sceRazorCpuStopCapture: 0x9C2C05C2 sceRazorCpuStopUserMarkerTrace: 0x4B47E144 sceRazorCpuSync: 0x4F1385E3 + variables: + _pLibPerfCaptureFlagPtr: 0x936A5F31 |