mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
ams: support building unit test programs on windows/linux/macos
This commit is contained in:
parent
9a38be201a
commit
64a97576d0
756 changed files with 33359 additions and 9372 deletions
|
@ -16,10 +16,14 @@
|
|||
|
||||
#pragma once
|
||||
#include <stratosphere.hpp>
|
||||
#include "sm_ams.h"
|
||||
|
||||
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||
#include "sm_ams.os.horizon.h"
|
||||
#endif
|
||||
|
||||
namespace ams::sm::impl {
|
||||
|
||||
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||
/* Utilities. */
|
||||
os::SdkRecursiveMutex &GetMitmAcknowledgementSessionMutex();
|
||||
os::SdkRecursiveMutex &GetPerThreadSessionMutex();
|
||||
|
@ -52,5 +56,6 @@ namespace ams::sm::impl {
|
|||
static_assert(sizeof(SmServiceName) == sizeof(sm::ServiceName));
|
||||
return std::bit_cast<SmServiceName>(name);
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue