Skip to content

Commit

Permalink
updated for KSP 1.2.1
Browse files Browse the repository at this point in the history
yay
  • Loading branch information
jazzkutya committed Nov 13, 2016
1 parent 5e02f78 commit 1a8c97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ksp-fullscreenfix v0.1201
#ksp-fullscreenfix v0.1211

Changes Kerbal Space Program to run in exclusive fullscreen mode on windows,
when using default d3d9 renderer.
Expand Down
3 changes: 2 additions & 1 deletion Source/ksp-fullscreenfix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION='0.1201';
our $VERSION='0.1211';

my $target='KSP_Data/mainData';
my $backup='KSP_Data/mainData-ksp-fullscreenfix-backup';
Expand Down Expand Up @@ -43,6 +43,7 @@
1260=>+{version=>'1.1.2',%$v1_1_2},
1289=>+{version=>'1.1.3',%$v1_1_2},
1586=>+{version=>'1.2',%$v1_2},
1604=>+{version=>'1.2.1',%$v1_2},
705=>+{
version=>'0.90.0',
addr=>0x1098,
Expand Down

0 comments on commit 1a8c97a

Please sign in to comment.