loader: refactor to use fs bindings
This commit is contained in:
@@ -24,6 +24,10 @@ namespace ams::fs::impl {
|
||||
return ::ams::fs::impl::Allocate(size);
|
||||
}
|
||||
|
||||
static void *operator new(size_t size, Newable *placement) {
|
||||
return placement;
|
||||
}
|
||||
|
||||
static void *operator new[](size_t size) {
|
||||
return ::ams::fs::impl::Allocate(size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user