Skip to content

Commit

Permalink
Fixes all known issues with the initial 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Dec 25, 2016
1 parent eab5326 commit 551f7f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnX/DLL_VERSION.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define UNX_MAJOR 0
#define UNX_MINOR 8
#define UNX_BUILD 1
#define UNX_REV 1
#define UNX_BUILD 2
#define UNX_REV 0



Expand Down
2 changes: 2 additions & 0 deletions UnX/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ UNX_LoadConfig (std::wstring name)
SK_D3D11_AddTexHash (L"Title.dds", 0xA4FFC068, 0x00);
}

UNX_SaveConfig (name);

if (empty)
return false;

Expand Down
Binary file modified version.ini
Binary file not shown.

0 comments on commit 551f7f7

Please # to comment.