summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/arp.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-08 20:58:23 +0200
committergerman77 <juangerman-13@hotmail.com>2021-04-09 03:40:25 +0200
commita4e28215304a612e32c66f068243c759e7fee25e (patch)
tree3985e4defdab92b076f979f1ca4f33b09128e115 /src/core/hle/service/glue/arp.h
parentcaps_u: Update to 12.x (diff)
downloadyuzu-a4e28215304a612e32c66f068243c759e7fee25e.tar
yuzu-a4e28215304a612e32c66f068243c759e7fee25e.tar.gz
yuzu-a4e28215304a612e32c66f068243c759e7fee25e.tar.bz2
yuzu-a4e28215304a612e32c66f068243c759e7fee25e.tar.lz
yuzu-a4e28215304a612e32c66f068243c759e7fee25e.tar.xz
yuzu-a4e28215304a612e32c66f068243c759e7fee25e.tar.zst
yuzu-a4e28215304a612e32c66f068243c759e7fee25e.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/glue/arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/glue/arp.h b/src/core/hle/service/glue/arp.h
index 34b412e26..0df3c5e1f 100644
--- a/src/core/hle/service/glue/arp.h
+++ b/src/core/hle/service/glue/arp.h
@@ -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;