@@ -775,24 +775,24 @@ OSD-related Options
775775 * - ** Microsoft Windows**
776776 - win
777777 - dwrite
778- - none
779778 - auto
780779 -
781- - sdl [# UIFPSDLWindows]_.
780+ - sdl [# UIFPSDLWindows]_
781+ - none
782782 * - ** macOS**
783783 -
784784 -
785- - none
786785 - auto
787786 - osx
788787 - sdl
788+ - none
789789 * - ** Linux**
790790 -
791791 -
792- - none
793792 - auto
794793 -
795794 - sdl
795+ - none
796796
797797.. rubric:: Footnotes
798798
@@ -816,26 +816,19 @@ Example:
816816 :stub-columns: 0
817817
818818 * - ** Microsoft Windows**
819- - auto [# KBIPAutoWindows]_.
819+ - auto [# KBIPAutoWindows]_
820820 - rawinput
821821 - dinput
822822 - win32
823+ - sdl [# KBIPSDLWindows]_
823824 - none
824- - sdl [# KBIPSDLWindows]_.
825825 * - ** SDL (macOS and Linux)**
826- - auto [# KBIPAutoSDL]_.
826+ - auto [# KBIPAutoSDL]_
827827 -
828828 -
829829 -
830- - none
831830 - sdl
832- * - ** Linux**
833- - auto [# KBIPAutoSDL]_.
834- -
835- -
836- -
837831 - none
838- - sdl
839832
840833.. rubric:: Footnotes
841834
@@ -868,26 +861,19 @@ Example:
868861 :stub-columns: 0
869862
870863 * - ** Microsoft Windows**
871- - auto [# MIPAutoWindows]_.
864+ - auto [# MIPAutoWindows]_
872865 - rawinput
873866 - dinput
874867 - win32
868+ - sdl [# MIPSDLWindows]_
875869 - none
876- - sdl [# MIPSDLWindows]_.
877870 * - ** SDL (macOS and Linux)**
878- - auto [# MIPAutoSDL]_.
871+ - auto [# MIPAutoSDL]_
879872 -
880873 -
881874 -
882- - none
883875 - sdl
884- * - ** Linux**
885- - auto [# MIPAutoSDL]_.
886- -
887- -
888- -
889876 - none
890- - sdl
891877
892878.. rubric:: Footnotes
893879
@@ -916,36 +902,37 @@ Example:
916902 :stub-columns: 0
917903
918904 * - ** Microsoft Windows**
919- - auto [# LGIPAutoWindows]_.
905+ - auto [# LGIPAutoWindows]_
920906 - rawinput
921907 - win32
922- - none
923- -
908+ - sdl [# LGIPSDLWindows]_
924909 -
910+ - none
925911 * - ** macOS**
926- - auto [# LGIPAutoSDL]_.
912+ - auto [# LGIPAutoSDL]_
927913 -
928914 -
929- - none
930- -
915+ - sdl
931916 -
917+ - none
932918 * - ** Linux**
933- - auto [# LGIPAutoLinux]_.
919+ - auto [# LGIPAutoSDL]_
934920 -
935921 -
936- - none
937- -
922+ - sdl
938923 - x11
924+ - none
939925
940926.. rubric:: Footnotes
941927
942928.. [# LGIPAutoWindows] On Windows, auto will try ``rawinput`` with fallback to
943929 ` ` win32` ` , or ` ` none` ` if it doesn' t find any.
944930
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.
946934
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``.
949936
950937Example:
951938 .. code-block:: bash
@@ -964,15 +951,15 @@ Example:
964951 :stub-columns: 0
965952
966953 * - **Microsoft Windows**
967- - auto [# JIPAutoWindows]_.
954+ - auto [#JIPAutoWindows]_
968955 - winhybrid
969956 - dinput
970957 - xinput
971- - sdlgame
972- - sdljoy
958+ - sdlgame [#JIPSDLWindows]_
959+ - sdljoy [#JIPSDLWindows]_
973960 - none
974961 * - **SDL**
975- - auto [# JIPAutoSDL]_.
962+ - auto [#JIPAutoSDL]_
976963 -
977964 -
978965 -
@@ -984,6 +971,10 @@ Example:
984971
985972.. [#JIPAutoWindows] On Windows native, auto will default to ``winhybrid``.
986973
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+
987978.. [#JIPAutoSDL] On SDL, auto will default to ``sdlgame``.
988979
989980winhybrid
0 commit comments