mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-30 11:16:04 +01:00
vfs: Use existing type aliases consistently
Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it.
This commit is contained in:
parent
4e94d0d53a
commit
b1657b8c6b
28 changed files with 142 additions and 136 deletions
|
|
@ -191,7 +191,7 @@ bool BKTR::Resize(std::size_t new_size) {
|
|||
return false;
|
||||
}
|
||||
|
||||
std::shared_ptr<VfsDirectory> BKTR::GetContainingDirectory() const {
|
||||
VirtualDir BKTR::GetContainingDirectory() const {
|
||||
return base_romfs->GetContainingDirectory();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue