@@ -775,24 +775,24 @@ OSD-related Options
775
775
* - ** Microsoft Windows**
776
776
- win
777
777
- dwrite
778
- - none
779
778
- auto
780
779
-
781
- - sdl [# UIFPSDLWindows]_.
780
+ - sdl [# UIFPSDLWindows]_
781
+ - none
782
782
* - ** macOS**
783
783
-
784
784
-
785
- - none
786
785
- auto
787
786
- osx
788
787
- sdl
788
+ - none
789
789
* - ** Linux**
790
790
-
791
791
-
792
- - none
793
792
- auto
794
793
-
795
794
- sdl
795
+ - none
796
796
797
797
.. rubric:: Footnotes
798
798
@@ -816,26 +816,19 @@ Example:
816
816
:stub-columns: 0
817
817
818
818
* - ** Microsoft Windows**
819
- - auto [# KBIPAutoWindows]_.
819
+ - auto [# KBIPAutoWindows]_
820
820
- rawinput
821
821
- dinput
822
822
- win32
823
+ - sdl [# KBIPSDLWindows]_
823
824
- none
824
- - sdl [# KBIPSDLWindows]_.
825
825
* - ** SDL (macOS and Linux)**
826
- - auto [# KBIPAutoSDL]_.
826
+ - auto [# KBIPAutoSDL]_
827
827
-
828
828
-
829
829
-
830
- - none
831
830
- sdl
832
- * - ** Linux**
833
- - auto [# KBIPAutoSDL]_.
834
- -
835
- -
836
- -
837
831
- none
838
- - sdl
839
832
840
833
.. rubric:: Footnotes
841
834
@@ -868,26 +861,19 @@ Example:
868
861
:stub-columns: 0
869
862
870
863
* - ** Microsoft Windows**
871
- - auto [# MIPAutoWindows]_.
864
+ - auto [# MIPAutoWindows]_
872
865
- rawinput
873
866
- dinput
874
867
- win32
868
+ - sdl [# MIPSDLWindows]_
875
869
- none
876
- - sdl [# MIPSDLWindows]_.
877
870
* - ** SDL (macOS and Linux)**
878
- - auto [# MIPAutoSDL]_.
871
+ - auto [# MIPAutoSDL]_
879
872
-
880
873
-
881
874
-
882
- - none
883
875
- sdl
884
- * - ** Linux**
885
- - auto [# MIPAutoSDL]_.
886
- -
887
- -
888
- -
889
876
- none
890
- - sdl
891
877
892
878
.. rubric:: Footnotes
893
879
@@ -916,36 +902,37 @@ Example:
916
902
:stub-columns: 0
917
903
918
904
* - ** Microsoft Windows**
919
- - auto [# LGIPAutoWindows]_.
905
+ - auto [# LGIPAutoWindows]_
920
906
- rawinput
921
907
- win32
922
- - none
923
- -
908
+ - sdl [# LGIPSDLWindows]_
924
909
-
910
+ - none
925
911
* - ** macOS**
926
- - auto [# LGIPAutoSDL]_.
912
+ - auto [# LGIPAutoSDL]_
927
913
-
928
914
-
929
- - none
930
- -
915
+ - sdl
931
916
-
917
+ - none
932
918
* - ** Linux**
933
- - auto [# LGIPAutoLinux]_.
919
+ - auto [# LGIPAutoSDL]_
934
920
-
935
921
-
936
- - none
937
- -
922
+ - sdl
938
923
- x11
924
+ - none
939
925
940
926
.. rubric:: Footnotes
941
927
942
928
.. [# LGIPAutoWindows] On Windows, auto will try ``rawinput`` with fallback to
943
929
` ` win32` ` , or ` ` none` ` if it doesn' t find any.
944
930
945
- .. [#LGIPAutoSDL] On non-Linux SDL, ``auto`` will default to ``none``.
931
+ .. [#LGIPSDLWindows] SDL support on Windows requires that you compile MAME with
932
+ the support in. By default SDL is not included in Windows
933
+ builds of MAME.
946
934
947
- .. [#LGIPAutoLinux] On SDL/Linux, ``auto`` will default to ``x11``, or ``none``
948
- if it doesn' t find any.
935
+ .. [#LGIPAutoSDL] On SDL, ``auto`` will default to ``sdl``.
949
936
950
937
Example:
951
938
.. code-block:: bash
@@ -964,15 +951,15 @@ Example:
964
951
:stub-columns: 0
965
952
966
953
* - **Microsoft Windows**
967
- - auto [# JIPAutoWindows]_.
954
+ - auto [#JIPAutoWindows]_
968
955
- winhybrid
969
956
- dinput
970
957
- xinput
971
- - sdlgame
972
- - sdljoy
958
+ - sdlgame [#JIPSDLWindows]_
959
+ - sdljoy [#JIPSDLWindows]_
973
960
- none
974
961
* - **SDL**
975
- - auto [# JIPAutoSDL]_.
962
+ - auto [#JIPAutoSDL]_
976
963
-
977
964
-
978
965
-
@@ -984,6 +971,10 @@ Example:
984
971
985
972
.. [#JIPAutoWindows] On Windows native, auto will default to ``winhybrid``.
986
973
974
+ .. [#JIPSDLWindows] SDL support on Windows requires that you compile MAME with
975
+ the support in. By default SDL is not included in Windows
976
+ builds of MAME.
977
+
987
978
.. [#JIPAutoSDL] On SDL, auto will default to ``sdlgame``.
988
979
989
980
winhybrid
0 commit comments