mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
boot/spl: update for spl-in-libstrat
This commit is contained in:
parent
804e5d49bb
commit
d0d4888184
39 changed files with 105 additions and 720 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <switch.h>
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
#include "spl_api_impl.hpp"
|
||||
|
||||
#include "spl_random_service.hpp"
|
||||
#include "spl_general_service.hpp"
|
||||
#include "spl_crypto_service.hpp"
|
||||
|
@ -32,8 +34,6 @@
|
|||
|
||||
#include "spl_deprecated_service.hpp"
|
||||
|
||||
#include "spl_api.hpp"
|
||||
|
||||
extern "C" {
|
||||
extern u32 __start__;
|
||||
|
||||
|
@ -91,7 +91,7 @@ struct SplServerOptions {
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
/* Initialize global context. */
|
||||
sts::spl::Initialize();
|
||||
sts::spl::impl::Initialize();
|
||||
|
||||
/* Create server manager. */
|
||||
static auto s_server_manager = WaitableManager<SplServerOptions>(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue