mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 01:17:59 -05:00
Archive: Added Init/Shutdown methods to reset kernel archive state.
This commit is contained in:
@ -29,4 +29,10 @@ Handle OpenArchive(FileSys::Archive::IdCode id_code);
|
||||
*/
|
||||
Handle CreateArchive(FileSys::Archive* backend, const std::string& name);
|
||||
|
||||
/// Initialize archives
|
||||
void ArchiveInit();
|
||||
|
||||
/// Shutdown archives
|
||||
void ArchiveShutdown();
|
||||
|
||||
} // namespace FileSys
|
||||
|
Reference in New Issue
Block a user