mirror of
https://github.com/zeldaret/botw
synced 2026-09-03 09:59:44 -04:00
ksys/phys: Rename MemSystem to System
It was called MemSystem in the IDB because of a string in ksys::InitializeApp that referred to MemSystem initialisation as "Physics Memory System"; however that string actually referred to an initialisation step for the physics system, not to the name of the subsystem itself.
This commit is contained in:
@@ -93408,7 +93408,7 @@ Address,Quality,Size,Name
|
||||
0x0000007101214b04,U,000016,PhysicsMemSys::waitForResourceCreation
|
||||
0x0000007101214b14,U,000136,PhysicsMemSys::x_0
|
||||
0x0000007101214b9c,U,000564,PhysicsMemSys::initHeaps
|
||||
0x0000007101214dd0,O,001416,_ZN4ksys4phys9MemSystem14initSystemDataEPN4sead4HeapE
|
||||
0x0000007101214dd0,O,001416,_ZN4ksys4phys6System14initSystemDataEPN4sead4HeapE
|
||||
0x0000007101215358,U,000092,
|
||||
0x00000071012153b4,U,000120,
|
||||
0x000000710121542c,U,000276,
|
||||
@@ -93443,11 +93443,11 @@ Address,Quality,Size,Name
|
||||
0x000000710121686c,U,000040,PhysicsMemSys::addGroupFilterX
|
||||
0x0000007101216894,U,000052,
|
||||
0x00000071012168c8,U,000052,
|
||||
0x00000071012168fc,O,000008,_ZNK4ksys4phys9MemSystem18allocContactPointsEPN4sead4HeapEiRKNS2_14SafeStringBaseIcEEiii
|
||||
0x0000007101216904,O,000008,_ZNK4ksys4phys9MemSystem17freeContactPointsEPNS0_18RigidContactPointsE
|
||||
0x000000710121690c,O,000008,_ZNK4ksys4phys9MemSystem20allocContactPointsExEPN4sead4HeapEiiRKNS2_14SafeStringBaseIcEEiii
|
||||
0x00000071012168fc,O,000008,_ZNK4ksys4phys6System18allocContactPointsEPN4sead4HeapEiRKNS2_14SafeStringBaseIcEEiii
|
||||
0x0000007101216904,O,000008,_ZNK4ksys4phys6System17freeContactPointsEPNS0_18RigidContactPointsE
|
||||
0x000000710121690c,O,000008,_ZNK4ksys4phys6System20allocContactPointsExEPN4sead4HeapEiiRKNS2_14SafeStringBaseIcEEiii
|
||||
0x0000007101216914,U,000080,PhysicsMemSys::freeContactPoints2
|
||||
0x0000007101216964,O,000008,_ZNK4ksys4phys9MemSystem21registerContactPointsEPNS0_18RigidContactPointsE
|
||||
0x0000007101216964,O,000008,_ZNK4ksys4phys6System21registerContactPointsEPNS0_18RigidContactPointsE
|
||||
0x000000710121696c,U,000008,PhysicsMemSys::x_3
|
||||
0x0000007101216974,U,000048,PhysicsMemSys::x_2
|
||||
0x00000071012169a4,U,000008,PhysicsMemSys::allocCollisionStuff
|
||||
|
||||
|
Can't render this file because it is too large.
|
Reference in New Issue
Block a user