mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Implement at32() util
Works like .at() but uses source location for "exception".
This commit is contained in:
parent
2655255d4d
commit
6ff6a4989a
62 changed files with 472 additions and 452 deletions
|
|
@ -152,7 +152,7 @@ bool vfs::unmount(std::string_view vpath)
|
|||
}
|
||||
|
||||
// Get the current name based on the depth
|
||||
const std::string& name = entry_list.at(depth);
|
||||
const std::string& name = ::at32(entry_list, depth);
|
||||
|
||||
// Go through all children of this node
|
||||
for (auto it = dir.dirs.begin(); it != dir.dirs.end();)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue