mirror of
https://github.com/libretro/Play-.git
synced 2025-02-10 19:12:10 +00:00
Fixed PsfPlayer build.
This commit is contained in:
parent
28422905d2
commit
d4b120ef20
@ -29,7 +29,9 @@ void CPsfBios::AppendArchive(const CPsfBase& psfFile)
|
||||
void CPsfBios::Start()
|
||||
{
|
||||
std::string execPath = std::string(PSF_DEVICENAME) + ":/psf2.irx";
|
||||
m_bios.LoadAndStartModule(execPath.c_str(), NULL, 0);
|
||||
auto moduleId = m_bios.LoadModule(execPath.c_str());
|
||||
assert(moduleId >= 0);
|
||||
m_bios.StartModule(moduleId, execPath.c_str(), nullptr, 0);
|
||||
}
|
||||
|
||||
void CPsfBios::HandleException()
|
||||
|
Loading…
x
Reference in New Issue
Block a user