1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 17:36:30 -05:00

ns: rewrite IPlatformServiceManager

This commit is contained in:
Liam
2024-02-17 11:30:02 -05:00
parent 947cdbe4b1
commit 270d07be2f
6 changed files with 81 additions and 92 deletions

View File

@@ -9,7 +9,7 @@
#include "core/file_sys/system_archive/data/font_standard.h"
#include "core/file_sys/system_archive/shared_font.h"
#include "core/file_sys/vfs/vfs_vector.h"
#include "core/hle/service/ns/iplatform_service_manager.h"
#include "core/hle/service/ns/platform_service_manager.h"
namespace FileSys::SystemArchive {