mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
fs:: const renaming, fs::g_tls_error stub
This commit is contained in:
parent
c2897cddd6
commit
73b108765e
33 changed files with 196 additions and 121 deletions
|
|
@ -122,7 +122,7 @@ void VHDDExplorer::Import(const std::string& path, const std::string& to)
|
|||
return;
|
||||
}
|
||||
|
||||
if(!m_hdd->Open(to, o_write))
|
||||
if(!m_hdd->Open(to, fom::write))
|
||||
{
|
||||
wxMessageBox("IMPORT ERROR: file open error.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue