File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ Version 0.102.1 (2024-11-16)
2+ ============================
3+
4+ Bug fixes
5+ ---------
6+
7+ - Fix rounding error in the frame limiter that sometimes caused extra frames to be rendered (frame rate and cpu speed dependent).
8+
19Version 0.102.0 (2024-11-14)
210============================
311
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2525//
2626
2727VS_VERSION_INFO VERSIONINFO
28- FILEVERSION 0,102,0 ,0
29- PRODUCTVERSION 0,102,0 ,0
28+ FILEVERSION 0,102,1 ,0
29+ PRODUCTVERSION 0,102,1 ,0
3030 FILEFLAGSMASK 0x3fL
3131#ifdef _DEBUG
3232 FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
4343 BEGIN
4444 VALUE "CompanyName", "Jarcho"
4545 VALUE "FileDescription", "Glide wrapper for D2"
46- VALUE "FileVersion", "0.102.0 .0"
46+ VALUE "FileVersion", "0.102.1 .0"
4747 VALUE "InternalName", "d2dx.dll"
4848 VALUE "LegalCopyright", "Copyright (C) 2023"
4949 VALUE "OriginalFilename", "d2dx.dll"
5050 VALUE "ProductName", "D2DX"
51- VALUE "ProductVersion", "0.102.0 .0"
51+ VALUE "ProductVersion", "0.102.1 .0"
5252 END
5353 END
5454 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments