| 606 | } |
| 607 | |
| 608 | FCEUGI *FCEUI_LoadGame(const char *name, int OverwriteVidMode, bool silent) |
| 609 | { |
| 610 | return FCEUI_LoadGameVirtual(name, OverwriteVidMode, silent); |
| 611 | } |
| 612 | |
| 613 | |
| 614 | //Return: Flag that indicates whether the function was succesful or not. |
no test coverage detected