diff options
Diffstat (limited to 'src/core/hle/service/btm/btm.h')
-rw-r--r-- | src/core/hle/service/btm/btm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/btm/btm.h b/src/core/hle/service/btm/btm.h index 9dcda1848..a99b34364 100644 --- a/src/core/hle/service/btm/btm.h +++ b/src/core/hle/service/btm/btm.h @@ -13,6 +13,6 @@ class System; namespace Service::BTM { -void InstallInterfaces(SM::ServiceManager& sm, Core::System& system); +void LoopProcess(Core::System& system); } // namespace Service::BTM |