| 630 | } |
| 631 | |
| 632 | void 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 | |
| 641 | static bool FileMcd_IsAutoEjecting() |
| 642 | { |
no test coverage detected