Home
last modified time | relevance | path

Searched refs:szAppBurnVer (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Ddat.cpp128 …T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Arcade Games</description>\n"), szAppBurnVer); in write_datfile()
129 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Megadrive Games</description>\n"), szAppBurnVer); in write_datfile()
130 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" PC-Engine Games</description>\n"), szAppBurnVer); in write_datfile()
131 …<description>") _T(APP_TITLE) _T(" v%s") _T(" TurboGrafx 16 Games</description>\n"), szAppBurnVer); in write_datfile()
132 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" SuprGrafx Games</description>\n"), szAppBurnVer); in write_datfile()
136 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Game Gear Games</description>\n"), szAppBurnVer); in write_datfile()
137 …_T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" MSX 1 Games</description>\n"), szAppBurnVer); in write_datfile()
139 …T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Neogeo Games</description>\n"), szAppBurnVer); in write_datfile()
140 …, _T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" NES Games</description>\n"), szAppBurnVer); in write_datfile()
141 …, _T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" FDS Games</description>\n"), szAppBurnVer); in write_datfile()
[all …]
H A Dsshot.cpp169 sprintf(szAuthor, APP_TITLE " v%.20ls", szAppBurnVer); in MakeScreenShot()
171 sprintf(szAuthor, APP_TITLE " v%.20s", szAppBurnVer); in MakeScreenShot()
176 sprintf(szSoftware, APP_TITLE " v%.20ls using LibPNG " PNG_LIBPNG_VER_STRING, szAppBurnVer); in MakeScreenShot()
178 sprintf(szSoftware, APP_TITLE " v%.20s using LibPNG " PNG_LIBPNG_VER_STRING, szAppBurnVer); in MakeScreenShot()
H A Dcong.cpp127 …_ftprintf(h, _T("// ") _T(APP_TITLE) _T(" v%s --- Config File for %s (%s)\n\n"), szAppBurnVer, Bur… in ConfigGameSave()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Ddat.cpp124 …T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Arcade Games</description>\n"), szAppBurnVer); in write_datfile()
125 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Megadrive Games</description>\n"), szAppBurnVer); in write_datfile()
126 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" PC-Engine Games</description>\n"), szAppBurnVer); in write_datfile()
127 …<description>") _T(APP_TITLE) _T(" v%s") _T(" TurboGrafx 16 Games</description>\n"), szAppBurnVer); in write_datfile()
128 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" SuprGrafx Games</description>\n"), szAppBurnVer); in write_datfile()
129 …t<description>") _T(APP_TITLE) _T(" v%s") _T(" Sega SG-1000 Games</description>\n"), szAppBurnVer); in write_datfile()
130 …t<description>") _T(APP_TITLE) _T(" v%s") _T(" ColecoVision Games</description>\n"), szAppBurnVer); in write_datfile()
132 …\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Game Gear Games</description>\n"), szAppBurnVer); in write_datfile()
133 …_T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" MSX 1 Games</description>\n"), szAppBurnVer); in write_datfile()
135 …T("\t\t<description>") _T(APP_TITLE) _T(" v%s") _T(" Neogeo Games</description>\n"), szAppBurnVer); in write_datfile()
[all …]
H A Dsshot.cpp169 sprintf(szAuthor, APP_TITLE " v%.20ls", szAppBurnVer); in MakeScreenShot()
171 sprintf(szAuthor, APP_TITLE " v%.20s", szAppBurnVer); in MakeScreenShot()
176 sprintf(szSoftware, APP_TITLE " v%.20ls using LibPNG " PNG_LIBPNG_VER_STRING, szAppBurnVer); in MakeScreenShot()
178 sprintf(szSoftware, APP_TITLE " v%.20s using LibPNG " PNG_LIBPNG_VER_STRING, szAppBurnVer); in MakeScreenShot()
H A Dcong.cpp106 …_ftprintf(h, _T("// ") _T(APP_TITLE) _T(" v%s --- Config File for %s (%s)\n\n"), szAppBurnVer, Bur… in ConfigGameSave()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dabout.cpp80 …_stprintf(szVerString, _T(APP_TITLE) _T(" v%s (v%i.%i Release Candidate %i)"), szAppBurnVer, nVer1… in AboutDrawStrings()
83 _stprintf(szVerString, _T(APP_TITLE) _T(" v%s (alpha version)"), szAppBurnVer); in AboutDrawStrings()
86 _stprintf(szVerString, _T(APP_TITLE) _T(" v%s (beta version)"), szAppBurnVer); in AboutDrawStrings()
88 _stprintf(szVerString, _T(APP_TITLE) _T(" v%s (release version)"), szAppBurnVer); in AboutDrawStrings()
214 …intf(szWarningString, FBALoadStringEx(hAppInst, IDS_FIRSTRUN1, true), _T(APP_TITLE), szAppBurnVer); in FirstProc()
H A Dscrn.cpp288 _snprintf(tmpver, 128, APP_TITLE " v%.20ls", szAppBurnVer); in DoNetGame()
290 _snprintf(tmpver, 128, APP_TITLE " v%.20s", szAppBurnVer); in DoNetGame()
341 …_sntprintf(szChoice, MAX_PATH, _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), szAppBurnVer, szProgramStri… in CreateDatfileWindows()
410 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
413 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
416 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
422 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
434 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
443 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
3498 …printf(szText, 1024, _T(APP_TITLE) _T( " v%.20s") _T(SEPERATOR_1) _T("%s"), szAppBurnVer, pszName); in ScrnTitle()
[all …]
H A Dmain.cpp41 TCHAR szAppBurnVer[16] = _T(""); variable
419 …_ftprintf(DebugLog, _T("Debug log created by ") _T(APP_TITLE) _T(" v%.20s on %s"), szAppBurnVer, _… in OpenDebugLog()
1098 …("// ") _T(APP_TITLE) _T(" v%s --- IPS Config File for %s (%s)\n\n"), szAppBurnVer, BurnDrvGetText… in ProcessCmdLine()
1206 …_stprintf(szAppBurnVer, _T("%x.%x.%x.%02x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >>… in WinMain()
1209 …_stprintf(szAppBurnVer, _T("%x.%x.%x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >> 8) &… in WinMain()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dabout.cpp84 …_stprintf(szVerString, _T(APP_TITLE) _T(" v%s (v%i.%i Release Candidate %i)"), szAppBurnVer, nVer1… in AboutDrawStrings()
87 _stprintf(szVerString, _T(APP_TITLE) _T(" v%s (alpha version)"), szAppBurnVer); in AboutDrawStrings()
90 _stprintf(szVerString, _T(APP_TITLE) _T(" v%s (beta version)"), szAppBurnVer); in AboutDrawStrings()
92 _stprintf(szVerString, _T(APP_TITLE) _T(" v%s (release version)"), szAppBurnVer); in AboutDrawStrings()
218 …intf(szWarningString, FBALoadStringEx(hAppInst, IDS_FIRSTRUN1, true), _T(APP_TITLE), szAppBurnVer); in FirstProc()
H A Dscrn.cpp282 _snprintf(tmpver, 128, APP_TITLE " v%.20ls", szAppBurnVer); in DoNetGame()
284 _snprintf(tmpver, 128, APP_TITLE " v%.20s", szAppBurnVer); in DoNetGame()
333 …_sntprintf(szChoice, MAX_PATH, _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), szAppBurnVer, szProgramStri… in CreateDatfileWindows()
394 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
397 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
400 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
406 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
418 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
421 …e, MAX_PATH, _T("%s") _T(APP_TITLE) _T(" v%.20s (%s%s).dat"), buffer, szAppBurnVer, szProgramStrin… in CreateAllDatfilesWindows()
3349 …printf(szText, 1024, _T(APP_TITLE) _T( " v%.20s") _T(SEPERATOR_1) _T("%s"), szAppBurnVer, pszName); in ScrnTitle()
[all …]
H A Dmain.cpp37 TCHAR szAppBurnVer[16] = _T(""); variable
409 …_ftprintf(DebugLog, _T("Debug log created by ") _T(APP_TITLE) _T(" v%.20s on %s"), szAppBurnVer, _… in OpenDebugLog()
980 …_stprintf(szAppBurnVer, _T("%x.%x.%x.%02x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >>… in WinMain()
983 …_stprintf(szAppBurnVer, _T("%x.%x.%x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >> 8) &… in WinMain()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/pi/
H A Dmain_pi.cpp11 TCHAR szAppBurnVer[16]; variable
167 …_stprintf(szAppBurnVer, _T("%x.%x.%x.%02x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >>… in main()
172 …_stprintf(szAppBurnVer, _T("%x.%x.%x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >> 8) &… in main()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dmain.cpp34 TCHAR szAppBurnVer[16]; variable
291 …_stprintf(szAppBurnVer, _T("%x.%x.%x.%02x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >>… in main()
296 …_stprintf(szAppBurnVer, _T("%x.%x.%x"), nBurnVer >> 20, (nBurnVer >> 16) & 0x0F, (nBurnVer >> 8) &… in main()
302 printf("FBNeo v%s\n", szAppBurnVer); in main()
H A Dburner_sdl.h43 extern TCHAR szAppBurnVer[16];
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dburner_libretro.h8 extern TCHAR szAppBurnVer[16];
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/
H A Dburner_libretro.h8 extern TCHAR szAppBurnVer[16];
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/qt/
H A Dmain.cpp9 TCHAR szAppBurnVer[16]; variable
H A Dtchar.h54 extern TCHAR szAppBurnVer[16];
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/qt/
H A Dmain.cpp9 TCHAR szAppBurnVer[16]; variable
H A Dtchar.h54 extern TCHAR szAppBurnVer[16];
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/psp/
H A Dburner_psp.h89 #define szAppBurnVer 123142 macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/psp/
H A Dburner_psp.h89 #define szAppBurnVer 123142 macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/macos/
H A Dburner_macos.h64 #define szAppBurnVer 1 macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/sdl/
H A Dburner_sdl.h62 #define szAppBurnVer 1 macro

12