spl: refactor for accuracy/move into libstrat

This commit is contained in:
Michael Scire
2021-10-10 12:57:24 -07:00
parent 4758dfa933
commit d8a36e39f2
40 changed files with 1898 additions and 1732 deletions

View File

@@ -18,7 +18,8 @@
#include <stratosphere/spl/spl_types.hpp>
#include <stratosphere/spl/spl_api.hpp>
#include <stratosphere/spl/smc/spl_smc.hpp>
#include <stratosphere/spl/smc/spl_secure_monitor_api.hpp>
#include <stratosphere/spl/impl/spl_api_impl.hpp>
#include <stratosphere/spl/impl/spl_random_interface.hpp>
#include <stratosphere/spl/impl/spl_deprecated_general_interface.hpp>
#include <stratosphere/spl/impl/spl_general_interface.hpp>