mirror of https://github.com/PCSX2/pcsx2.git
e525f95f22
At PCSX2_ui.ini: default: GzipIsoIndexTemplate=$(f).pindex.tmp The rules: - must contain one and only one instance of '$(f)' (without the quotes) - if starts with $(f) then it expands to the full path + file name. - if doesn't start with $(f) then the path is ignored (name+ext only) - if doesn't start with $(f) and ends up relative, then it's relative to pcsx2.exe (not to cwd) - No checks are performed if the result file name can be created, so the dir should exist. - PCSX2 will not try to rename/move older index files to the new name/location. If it's modified - the user should take care of rename/move before loading gzipped iso files or else it will create a new index according to the template Examples: $(f).pindex.tmp - the default - same dir as the iso, loads older index files. $(f).pindex - a popular request. cache.gz/$(f) - relative to pcsx2.exe (if the dir exists). %appdata%/pcsx2/cache.gz/$(f) - should end up at the default install docs dir. |
||
---|---|---|
.. | ||
IsoFS | ||
BlockdumpFileReader.cpp | ||
CDVD.cpp | ||
CDVD.h | ||
CDVD_internal.h | ||
CDVDaccess.cpp | ||
CDVDaccess.h | ||
CDVDisoReader.cpp | ||
CDVDisoReader.h | ||
CdRom.cpp | ||
CdRom.h | ||
CompressedFileReader.cpp | ||
InputIsoFile.cpp | ||
IsoFileFormats.h | ||
OutputIsoFile.cpp | ||
zlib_indexed.h |