mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 19:28:10 -05:00
file_sys: Make a few single-argument constructors explicit
Prevents implicit conversions.
This commit is contained in:
@ -20,7 +20,7 @@ namespace FileSys {
|
||||
/// File system interface to the RomFS archive
|
||||
class ArchiveFactory_RomFS final : public ArchiveFactory {
|
||||
public:
|
||||
ArchiveFactory_RomFS(Loader::AppLoader& app_loader);
|
||||
explicit ArchiveFactory_RomFS(Loader::AppLoader& app_loader);
|
||||
|
||||
std::string GetName() const override {
|
||||
return "RomFS";
|
||||
|
Reference in New Issue
Block a user