This commit is contained in:
parent
80cb6d30d8
commit
8aa783b27b
10 changed files with 63 additions and 73 deletions
|
@ -221,7 +221,7 @@ CFileDialog Dlg(FALSE,"*.pme",NULL,OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,Filter
|
|||
char Filename[256];
|
||||
sprintf(Filename,"%s",Dlg.GetPathName());
|
||||
|
||||
Core.ExportAGB(Filename);
|
||||
Core.ExportPSX(Filename);
|
||||
}
|
||||
|
||||
/*********************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue