mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-08 12:57:53 -05:00
arp: Use proper names, update to 12.x
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user