sysupdater: begin implementing api

This commit is contained in:
Michael Scire
2020-06-25 21:59:59 -07:00
parent f197b88dd7
commit aa9ba17986
15 changed files with 362 additions and 14 deletions

View File

@@ -18,7 +18,6 @@
namespace ams::mitm {
/* TODO: C++20 Concepts will make this a lot less stupid. */
template<typename T>
concept IsModule = requires(T, void *arg) {
{ T::ThreadPriority } -> std::convertible_to<s32>;