sf: add NativeHandle type

TODO: figure out how to integrate this into templating...
This commit is contained in:
Michael Scire 2021-10-04 17:34:16 -07:00
parent d0041a33ac
commit d97e97258e
2 changed files with 101 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#include <stratosphere/sf/sf_fs_inline_context.hpp>
#include <stratosphere/sf/sf_out.hpp>
#include <stratosphere/sf/sf_native_handle.hpp>
#include <stratosphere/sf/sf_buffers.hpp>
#include <stratosphere/sf/impl/sf_impl_command_serialization.hpp>
#include <stratosphere/sf/impl/sf_impl_autogen_interface_macros.hpp>