Skip to content

Commit

Permalink
Update readme and terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvans committed Jan 27, 2019
1 parent 288a897 commit f1f6b44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Mamesaver/Config/GeneralTab.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
<!-- Options -->
<!-- Cloning -->
<StackPanel Grid.Row="3" Orientation="Horizontal">
<CheckBox IsChecked="{Binding CloneScreen}" VerticalContentAlignment="Center" Padding="0">
<Label Style="{StaticResource Inline}">Clone MAME to all displays</Label>
</CheckBox>
<Label VerticalAlignment="Center">Start MAME on:</Label>
<ComboBox Width="150" ItemsSource="{Binding Source={extensions:Enumeration {x:Type models:MamePrimaryScreen}}}"
DisplayMemberPath="Description"
SelectedValue="{Binding PrimaryScreen}"
SelectedValuePath="Value"/>
</StackPanel>

<StackPanel Grid.Row="4" Orientation="Horizontal">
<Label VerticalAlignment="Center">Run MAME on:</Label>
<ComboBox Width="150" ItemsSource="{Binding Source={extensions:Enumeration {x:Type models:MamePrimaryScreen}}}"
DisplayMemberPath="Description"
SelectedValue="{Binding PrimaryScreen}"
SelectedValuePath="Value" />
<StackPanel Grid.Row="4" Orientation="Horizontal" ToolTip="For optimal streaming quality, MAME should start on the highest resolution monitor">
<CheckBox IsChecked="{Binding CloneScreen}" VerticalContentAlignment="Center" Padding="0">
<Label Style="{StaticResource Inline}">Stream MAME to other displays</Label>
</CheckBox>
</StackPanel>

<!-- Hoykeys -->
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Other than those main settings, you can also:
* Set the command line options which are sent to MAME. I recommend leaving the `-skip_gameinfo` option.
* Enable and configure the splash screen with game information
* Enable and configure in-game game information
* Enable multi-monitor cloning
* Choose which display to start MAME on
* Enable streaming of MAME to other displays. For optimal streaming quality, MAME should start on the highest resolution monitor
* Include games with imperfect emulation
* Enable in-game hotkeys

Expand Down

0 comments on commit f1f6b44

Please sign in to comment.