/dxvk-cache-tool

Standalone dxvk-cache merger

Primary LanguageNimBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

dxvk-cache-tool

Standalone dxvk-cache merger

Usage

dxvk-cache-tool [OPTION]... <FILE>...

OPTIONS:    
        -oFILE, --output FILE   Set output file name
        -h, --help              Display help and exit
        -V, --version           Output version information and exit
$ dxvk-cache-tool re2_proton.dxvk-cache re2_lutris.dxvk-cache
Merging files ["re2_proton.dxvk-cache", "re2_lutris.dxvk-cache"]
Detected state cache version v8
Merging re2_proton.dxvk-cache (1/2)... 744 new entries
Merging re2_lutris.dxvk-cache (2/2)... 224 new entries
Writing 968 entries to file output.dxvk-cache 
Finished

Building

nimble install
.\dxvk_cache_tool