strat: fix clang build
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -53,10 +53,10 @@ namespace ams::pm::shell {
|
||||
Result BoostApplicationThreadResourceLimit() {
|
||||
return ::pmshellBoostApplicationThreadResourceLimit();
|
||||
}
|
||||
#endif
|
||||
|
||||
Result BoostSystemThreadResourceLimit() {
|
||||
return ::pmshellBoostSystemThreadResourceLimit();
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user