Home
last modified time | relevance | path

Searched refs:ips_dir (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dips_manager.cpp146 char ips_dir[MAX_PATH]; in DoPatchGame() local
147 TCHARToANSI(szAppIpsPath, ips_dir, sizeof(ips_dir)); in DoPatchGame()
152 sprintf(ips_path, "%s\\%s%s", ips_dir, ips_name, IPS_EXT); in DoPatchGame()
156 sprintf(ips_path, "%s%s\\%s%s", ips_dir, BurnDrvGetTextA(DRV_NAME), ips_name, IPS_EXT); in DoPatchGame()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/sdl/
H A Dips_manager.cpp116 char ips_dir[MAX_PATH]; in DoPatchGame() local
117 TCHARToANSI(szAppIpsPath, ips_dir, sizeof(ips_dir)); in DoPatchGame()
121 sprintf(ips_path, "%s\\%s%s", ips_dir, ips_name, IPS_EXT); in DoPatchGame()
123 sprintf(ips_path, "%s%s\\%s%s", ips_dir, BurnDrvGetTextA(DRV_NAME), ips_name, IPS_EXT); in DoPatchGame()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dips_manager.cpp879 char ips_dir[MAX_PATH]; in DoPatchGame() local
880 TCHARToANSI(szAppIpsPath, ips_dir, sizeof(ips_dir)); in DoPatchGame()
884 sprintf(ips_path, "%s\\%s%s", ips_dir, ips_name, (has_ext) ? "" : IPS_EXT); in DoPatchGame()
886 …sprintf(ips_path, "%s%s\\%s%s", ips_dir, BurnDrvGetTextA(DRV_NAME), ips_name, (has_ext) ? "" : IPS… in DoPatchGame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dips_manager.cpp920 char ips_dir[MAX_PATH]; in DoPatchGame() local
921 TCHARToANSI(szAppIpsPath, ips_dir, sizeof(ips_dir)); in DoPatchGame()
925 sprintf(ips_path, "%s\\%s%s", ips_dir, ips_name, (has_ext) ? "" : IPS_EXT); in DoPatchGame()
927 …sprintf(ips_path, "%s%s\\%s%s", ips_dir, BurnDrvGetTextA(DRV_NAME), ips_name, (has_ext) ? "" : IPS… in DoPatchGame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/nes/
H A Dd_nes.cpp989 static INT32 ips_make(UINT8 *orig_data, UINT8 *new_data, INT32 size_data, TCHAR *ips_dir, TCHAR *ip… in ips_make() argument
1020 _stprintf(ips_path_fn, _T("%s%s"), ips_dir, ips_fn); in ips_make()
1021 _stprintf(ips_path_fn_temp, _T("%s%s.temp"), ips_dir, ips_fn); in ips_make()
1116 _stprintf(szBackupNameTo, _T("%s%s.backup%d"), ips_dir, ips_fn, i + 1); in ips_make()
1117 _stprintf(szBackupNameFrom, _T("%s%s.backup%d"), ips_dir, ips_fn, i); in ips_make()