exo2: implement SmcGetEmummcConfig

This commit is contained in:
Michael Scire
2020-05-20 04:42:42 -07:00
committed by SciresM
parent 36754e2c38
commit 985e97cf78
3 changed files with 57 additions and 6 deletions

View File

@@ -233,8 +233,8 @@ namespace ams::secmon::smc {
constinit std::atomic<int> g_logged = 0;
constexpr int LogMin = 0x200;
constexpr int LogMax = 0x400;
constexpr int LogMin = 0x4000;
constexpr int LogMax = 0x4200;
constexpr size_t LogBufSize = 0x5000;