mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 09:27:58 -05:00
nsp: Comply with style and performance guidelines
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#include "common/common_types.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/file_sys/content_archive.h"
|
||||
#include "core/file_sys/romfs_factory.h"
|
||||
#include "core/file_sys/vfs.h"
|
||||
#include "core/loader/loader.h"
|
||||
#include "romfs_factory.h"
|
||||
@ -19,6 +20,7 @@ namespace FileSys {
|
||||
class NSP : public ReadOnlyVfsDirectory {
|
||||
public:
|
||||
explicit NSP(VirtualFile file);
|
||||
~NSP();
|
||||
|
||||
Loader::ResultStatus GetStatus() const;
|
||||
Loader::ResultStatus GetProgramStatus(u64 title_id) const;
|
||||
|
Reference in New Issue
Block a user