mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Use the new service naming scheme. Remove redundant casts and template specifiers in response.Push.
7 lines
246 B
C++
7 lines
246 B
C++
#include "IDebugFunctions.h"
|
|
|
|
namespace skyline::service::am {
|
|
IDebugFunctions::IDebugFunctions(const DeviceState &state, ServiceManager &manager) : BaseService(state, manager, Service::am_IDebugFunctions, "am:IDebugFunctions", {
|
|
}) {}
|
|
}
|