mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 22:49:26 +01:00
main: Only show DRD deprecation warning once
This commit is contained in:
parent
e973cceadd
commit
87be4bc283
7 changed files with 19 additions and 6 deletions
|
|
@ -13,10 +13,11 @@
|
|||
#include "core/file_sys/romfs_factory.h"
|
||||
#include "core/file_sys/vfs.h"
|
||||
#include "core/loader/loader.h"
|
||||
#include "romfs_factory.h"
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
class PartitionFilesystem;
|
||||
|
||||
class NSP : public ReadOnlyVfsDirectory {
|
||||
public:
|
||||
explicit NSP(VirtualFile file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue