fs: implement PooledBuffer

This commit is contained in:
Michael Scire
2020-04-06 03:15:24 -07:00
parent 50a91b1d6e
commit 496be5ecd4
5 changed files with 521 additions and 6 deletions

View File

@@ -26,3 +26,4 @@
#include <stratosphere/fssystem/fssystem_romfs_file_system.hpp>
#include <stratosphere/fssystem/buffers/fssystem_buffer_manager_utils.hpp>
#include <stratosphere/fssystem/buffers/fssystem_file_system_buddy_heap.hpp>
#include <stratosphere/fssystem/fssystem_pooled_buffer.hpp>