mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 17:37:59 -05:00
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
namespace FileSys {
|
||||
|
||||
/// File system interface to the RomFS archive
|
||||
class Archive_RomFS : public Archive {
|
||||
class Archive_RomFS final : public Archive {
|
||||
public:
|
||||
Archive_RomFS(const Loader::AppLoader& app_loader);
|
||||
~Archive_RomFS();
|
||||
|
Reference in New Issue
Block a user