mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 21:37:57 -05:00
Loader: Updated read methods to be const
- Required "file" handle to be made local and explicitly opened/closed as needed
This commit is contained in:
@ -19,7 +19,7 @@ namespace FileSys {
|
||||
/// File system interface to the RomFS archive
|
||||
class Archive_RomFS : public Archive {
|
||||
public:
|
||||
Archive_RomFS(Loader::AppLoader& app_loader);
|
||||
Archive_RomFS(const Loader::AppLoader& app_loader);
|
||||
~Archive_RomFS();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user