mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 11:57:56 -05:00
nsp: Comply with style and performance guidelines
This commit is contained in:
@ -22,7 +22,7 @@ class AppLoader_NCA;
|
||||
class AppLoader_NSP final : public AppLoader {
|
||||
public:
|
||||
explicit AppLoader_NSP(FileSys::VirtualFile file);
|
||||
~AppLoader_NSP();
|
||||
~AppLoader_NSP() override;
|
||||
|
||||
/**
|
||||
* Returns the type of the file
|
||||
|
Reference in New Issue
Block a user