Skip to content

Commit

Permalink
Made Xsera check the power of the target machine.
Browse files Browse the repository at this point in the history
Signed-off-by: Alastair Lynn <arplynn@gmail.com>
  • Loading branch information
prophile committed Jul 6, 2010
1 parent 938e999 commit e1ad8a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Xsera.cpp
Expand Up @@ -30,6 +30,8 @@ void Startup ()
// do init stuff
InitModeManager();
ResourceManager::Init("Xsera");
// check machine power
CheckMachinePowerSanity();
Preferences::Load();
Graphics::Init(ToInt(Preferences::Get("Screen/Width")), ToInt(Preferences::Get("Screen/Height")), ToBool(Preferences::Get("Screen/Fullscreen")));
Sound::Init(ToInt(Preferences::Get("Audio/SamplingRate")), ToInt(Preferences::Get("Audio/Resolution")), ToInt(Preferences::Get("Audio/Channels")));
Expand Down

0 comments on commit e1ad8a7

Please sign in to comment.