Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

oltolm/dxvk-cache-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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