Merge branch 'master' of https://github.com/dinkc64/FBAlphaFB
This commit is contained in:
commit
80c3566c46
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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
|
@ -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");
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue