strat: fix clang build

This commit is contained in:
Michael Scire
2022-03-23 10:39:20 -07:00
parent c503629ac8
commit f23f490cb4
3 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ namespace ams::ncm {
/* Set as dirty/not mapped. */
m_is_dirty = false;
m_is_mapped = false;
R_SUCCEED();
}
Result GetMappedMemoryImpl(MappedMemory *out, size_t offset, size_t size) {

View File

@@ -53,10 +53,10 @@ namespace ams::pm::shell {
Result BoostApplicationThreadResourceLimit() {
return ::pmshellBoostApplicationThreadResourceLimit();
}
#endif
Result BoostSystemThreadResourceLimit() {
return ::pmshellBoostSystemThreadResourceLimit();
}
#endif
}