MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FileMcd_Reopen

Function FileMcd_Reopen

pcsx2/SIO/Memcard/MemoryCardFile.cpp:632–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void FileMcd_Reopen(std::string new_serial)
633{
634 Console.WriteLn("Reopening memory cards...");
635 FileMcd_EmuClose();
636 FileMcd_SetType();
637 sioSetGameSerial(new_serial);
638 FileMcd_EmuOpen();
639}
640
641static bool FileMcd_IsAutoEjecting()
642{

Callers 3

UpdateEmuFoldersMethod · 0.85
UpdateDiscDetailsMethod · 0.85

Calls 5

FileMcd_EmuCloseFunction · 0.85
FileMcd_SetTypeFunction · 0.85
sioSetGameSerialFunction · 0.85
FileMcd_EmuOpenFunction · 0.85
WriteLnMethod · 0.45

Tested by

no test coverage detected