From 42f7ca27e51614c9aba58a88e7b6d82d257b4b82 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Sun, 19 Jul 2020 18:28:56 -0400 Subject: Fix var exports incorrectly exported as funcs --- nids/360/ScePerf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nids') 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 -- cgit v1.2.3