mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
wxFile removed (rFile -> rfile_t)
This commit is contained in:
parent
2cafa84b75
commit
ab405901ee
43 changed files with 814 additions and 973 deletions
|
|
@ -122,7 +122,7 @@ void VHDDExplorer::Import(const std::string& path, const std::string& to)
|
|||
return;
|
||||
}
|
||||
|
||||
if(!m_hdd->Open(to, vfsWrite))
|
||||
if(!m_hdd->Open(to, o_write))
|
||||
{
|
||||
wxMessageBox("IMPORT ERROR: file open error.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue