arp: Use proper names, update to 12.x

This commit is contained in:
german77
2021-04-08 12:58:23 -06:00
parent a83f0f7154
commit a4e2821530
2 changed files with 10 additions and 3 deletions

View File

@ -32,7 +32,7 @@ public:
private:
void AcquireRegistrar(Kernel::HLERequestContext& ctx);
void DeleteProperties(Kernel::HLERequestContext& ctx);
void UnregisterApplicationInstance(Kernel::HLERequestContext& ctx);
ARPManager& manager;
std::shared_ptr<IRegistrar> registrar;