mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Emu: Fix disc game move from hdd0/game
This commit is contained in:
parent
c2ab3c664c
commit
73bdf7481e
3 changed files with 6 additions and 4 deletions
|
@ -156,7 +156,7 @@ namespace fs
|
|||
shared_ptr<device_base> set_virtual_device(const std::string& name, shared_ptr<device_base> device);
|
||||
|
||||
// Try to get parent directory (returns empty string on failure)
|
||||
std::string get_parent_dir(const std::string& path);
|
||||
std::string get_parent_dir(const std::string& path, u32 levels = 1);
|
||||
|
||||
// Get file information
|
||||
bool stat(const std::string& path, stat_t& info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue