mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Implemented audio Dump To File
Fixed MFOCRF, MTOCRF, MTCRF Minor fixes
This commit is contained in:
parent
7c6c20ef18
commit
81b19057bb
10 changed files with 68 additions and 34 deletions
|
@ -95,9 +95,9 @@ void GameViewer::DClick(wxListEvent& event)
|
|||
|
||||
const wxString& path = m_path + m_game_data[i].root;
|
||||
|
||||
Emu.Stop();
|
||||
Emu.GetVFS().Init(path);
|
||||
wxString local_path;
|
||||
Emu.Stop();
|
||||
if(Emu.GetVFS().GetDevice(path, local_path) && !Emu.BootGame(local_path.ToStdString()))
|
||||
{
|
||||
ConLog.Error("Boot error: elf not found! [%s]", path.wx_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue