PeterTh / dsfix

Interceptor dll for the improvement of Dark Souls PC
GNU General Public License v3.0
346 stars 58 forks source link

HD texture override fix, prefetch option #21

Closed Veichassur closed 8 years ago

Veichassur commented 8 years ago

Prefetch option for override textures: Preloading textures into memory when initializing HD textures stuttering fix: When textures was not in the requested format (eg. DXT5 vs DXT3) converting them did take a while; use the file format instead

PeterTh commented 8 years ago

I haven't looked at it in detail, but looks good.