Skip to content

Commit

Permalink
Updated for KSP 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzkutya committed Jul 1, 2016
1 parent 6228e48 commit d5cc758
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.1121
#ksp-fullscreenfix v0.1131

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.1121';
our $VERSION='0.1131';

my $target='KSP_Data/mainData';
my $backup='KSP_Data/mainData-ksp-fullscreenfix-backup';
Expand Down Expand Up @@ -35,6 +35,7 @@
1230=>+{version=>'1.1.0',%$v1_1_x},
1250=>+{version=>'1.1.1',%$v1_1_x},
1260=>+{version=>'1.1.2',%$v1_1_2},
1289=>+{version=>'1.1.3',%$v1_1_2},
705=>+{
version=>'0.90.0',
addr=>0x1098,
Expand Down

0 comments on commit d5cc758

Please sign in to comment.