mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 10:55:14 -04:00
Removed debug code
This commit is contained in:
parent
4e75776112
commit
d6ff261fcc
14 changed files with 0 additions and 562 deletions
|
@ -17,33 +17,23 @@
|
|||
|
||||
#include "impl/lr_manager.hpp"
|
||||
#include "lr_manager_service.hpp"
|
||||
#include "debug.hpp"
|
||||
|
||||
namespace sts::lr {
|
||||
|
||||
Result LocationResolverManagerService::OpenLocationResolver(Out<std::shared_ptr<ILocationResolver>> out, ncm::StorageId storage_id) {
|
||||
R_DEBUG_START
|
||||
return impl::OpenLocationResolver(out, storage_id);
|
||||
R_DEBUG_END
|
||||
}
|
||||
|
||||
Result LocationResolverManagerService::OpenRegisteredLocationResolver(Out<std::shared_ptr<RegisteredLocationResolverInterface>> out) {
|
||||
R_DEBUG_START
|
||||
return impl::OpenRegisteredLocationResolver(out);
|
||||
R_DEBUG_END
|
||||
}
|
||||
|
||||
Result LocationResolverManagerService::RefreshLocationResolver(ncm::StorageId storage_id) {
|
||||
R_DEBUG_START
|
||||
D_LOG("storage_id: 0x%x\n", static_cast<u8>(storage_id));
|
||||
return impl::RefreshLocationResolver(storage_id);
|
||||
R_DEBUG_END
|
||||
}
|
||||
|
||||
Result LocationResolverManagerService::OpenAddOnContentLocationResolver(Out<std::shared_ptr<AddOnContentLocationResolverInterface>> out) {
|
||||
R_DEBUG_START
|
||||
return impl::OpenAddOnContentLocationResolver(out);
|
||||
R_DEBUG_END
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue