Skip to content

Commit

Permalink
Fixed GitHub Issue #81, imported .ini file parse failure on pre-matur…
Browse files Browse the repository at this point in the history
…e EOF
  • Loading branch information
Kaldaien committed Aug 28, 2023
1 parent 54ea734 commit 657b85f
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 314 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
23.8.28
23.8.28.1
=========
+ Fixed GitHub Issue #81, imported .ini file parse failure on pre-mature EOF

23.8.28
=======
+ Added 3rd level of cache hierarchy for textures (L3Hash) to reduce D3D11
texture caching overhead in games that load textures multi-threaded.
Expand All @@ -8,6 +12,10 @@

* This potentially uses more CPU memory, but it should be negligible.

23.8.27.3
=========
+ Changed default HDR Profile 0 gamma from 0.965 to 0.95

23.8.27.2
=========
+ Defer initialization of WASAPI (volume widget) for games using Dolby Atmos
Expand Down
4 changes: 2 additions & 2 deletions include/SpecialK/DLL_VERSION.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#define SK_YEAR 23
#define SK_MONTH 8
#define SK_DATE 28
#define SK_REV_N 0
#define SK_REV 0
#define SK_REV_N 1
#define SK_REV 1

#ifndef _A2
#define _A2(a) #a
Expand Down
Loading

0 comments on commit 657b85f

Please sign in to comment.