mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
rfile_t renamed
This commit is contained in:
parent
b449545ae0
commit
74b3580b69
36 changed files with 287 additions and 293 deletions
|
|
@ -246,9 +246,9 @@ void MainFrame::InstallPkg(wxCommandEvent& WXUNUSED(event))
|
|||
Emu.Stop();
|
||||
|
||||
// Open and install PKG file
|
||||
rfile_t pkg_f(ctrl.GetPath().ToStdString(), o_read);
|
||||
fs::file pkg_f(ctrl.GetPath().ToStdString(), o_read);
|
||||
|
||||
if(pkg_f)
|
||||
if (pkg_f)
|
||||
{
|
||||
PKGLoader::Install(pkg_f, "/dev_hdd0/game/");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue