This commit is contained in:
dinkc64 2019-05-13 08:22:21 -04:00
commit 80c3566c46
16 changed files with 29156 additions and 1622 deletions

View File

@ -1 +0,0 @@
:)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2502
localisationinfo/French.flt Normal file

File diff suppressed because it is too large Load Diff

2502
localisationinfo/German.flt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2502
localisationinfo/Italian.flt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2502
localisationinfo/Korean.flt Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2502
localisationinfo/Russian.flt Normal file

File diff suppressed because it is too large Load Diff

2502
localisationinfo/Spanish.flt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
3:Chinese (Simplified)^4:Chinese (Traditional)^1:French^11:German^5:Hungarian^10:Italian^6:Japanese^2:Korean^7:Portuguese^8:Russian^9:Spanish

File diff suppressed because it is too large Load Diff

View File

@ -136,8 +136,8 @@ INT32 write_datfile(INT32 bType, FILE* fDat)
fprintf(fDat, "\t\t<category>Standard DatFile</category>\n");
_ftprintf(fDat, _T("\t\t<version>%s</version>\n"), szAppBurnVer);
fprintf(fDat, "\t\t<author>" APP_TITLE "</author>\n");
fprintf(fDat, "\t\t<homepage>https://www.fbalpha.com/</homepage>\n");
fprintf(fDat, "\t\t<url>https://www.fbalpha.com/</url>\n");
fprintf(fDat, "\t\t<homepage>https://neo-source.com/</homepage>\n");
fprintf(fDat, "\t\t<url>https://neo-source.com/</url>\n");
fprintf(fDat, "\t\t<clrmamepro forcenodump=\"ignore\"/>\n");
fprintf(fDat, "\t</header>\n");

View File

@ -2474,7 +2474,7 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify)
case MENU_WWW_HOME:
if (!nVidFullscreen) {
ShellExecute(NULL, _T("open"), _T("https://www.fbalpha.com/"), NULL, NULL, SW_SHOWNORMAL);
ShellExecute(NULL, _T("open"), _T("https://neo-source.com/"), NULL, NULL, SW_SHOWNORMAL);
}
break;