mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 03:50:04 +00:00
Remove RomFS::GetFilePointer
This commit is contained in:
parent
b62978b5a1
commit
b1f8c2fe67
3 changed files with 5 additions and 20 deletions
|
@ -22,15 +22,6 @@ private:
|
|||
u64 length;
|
||||
};
|
||||
|
||||
/**
|
||||
* Gets the pointer to a file in a RomFS image.
|
||||
* @param romfs The pointer to the RomFS image
|
||||
* @param path A vector containing the directory names and file name of the path to the file
|
||||
* @return the pointer to the file
|
||||
* @todo reimplement this with a full RomFS manager
|
||||
*/
|
||||
const u8* GetFilePointer(const u8* romfs, const std::vector<std::u16string>& path);
|
||||
|
||||
/**
|
||||
* Gets a RomFSFile class to a file in a RomFS image.
|
||||
* @param romfs The pointer to the RomFS image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue