mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #911, allow to set model dir relative to simulator directory
* utility functions in simulator info * and fscommonutil * and button in UI to set default
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e8eb652cfd
commit
b0fe4ce930
@@ -111,6 +111,11 @@ namespace BlackMisc
|
||||
return isMicrosoftSimulator() || p3d();
|
||||
}
|
||||
|
||||
bool CSimulatorInfo::isFsxFamily() const
|
||||
{
|
||||
return fsx() || p3d();
|
||||
}
|
||||
|
||||
int CSimulatorInfo::numberSimulators() const
|
||||
{
|
||||
int c = fs9() ? 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user