mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
nsp: Comply with style and performance guidelines
This commit is contained in:
parent
d0467f930a
commit
887ffb2512
7 changed files with 48 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue