mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
fs: use access_log for other user fs/dir/file bindings
This commit is contained in:
parent
e2b17086d4
commit
70e67da1e1
14 changed files with 356 additions and 141 deletions
|
@ -14,8 +14,9 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
#include "fs_common.hpp"
|
||||
#include "fs_filesystem.hpp"
|
||||
#include <stratosphere/fs/fs_common.hpp>
|
||||
#include <stratosphere/fs/fs_filesystem.hpp>
|
||||
#include <stratosphere/fs/fs_filesystem_for_debug.hpp>
|
||||
|
||||
namespace ams::fs {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue