mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
File.cpp: revert get_parent_dir change
This commit is contained in:
parent
0a0ef50caf
commit
bcbce5dd48
2 changed files with 41 additions and 12 deletions
|
@ -165,7 +165,7 @@ namespace fs
|
|||
// Set virtual device with specified name (nullptr for deletion)
|
||||
shared_ptr<device_base> set_virtual_device(const std::string& name, shared_ptr<device_base> device);
|
||||
|
||||
// Try to get normalized parent directory
|
||||
// Try to get parent directory
|
||||
std::string get_parent_dir(std::string_view path, u32 parent_level = 1);
|
||||
|
||||
// Get file information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue