Original Xbox Emulator
-+
A free and open-source application that emulates the original Microsoft Xbox game console, enabling people to play their original Xbox games on Windows, macOS, and Linux systems.
-- -
+
Features
-Cross Platform
-xemu runs natively on Windows, macOS, and Linux platforms. Binaries are available for all platforms, or you can build from source if desired. Learn more here.
-Low Level Emulation
-xemu emulates the hardware of the original Xbox, providing superior compatibility with kernels, titles, and homebrew applications.
-Snapshots (Save States)
-No need to wait for game checkpoints. xemu supports saving the current machine state and loading it back up at any time. Learn more here.
-Render Scaling
-Breathe new life into your original Xbox games by easily increasing the resolution that games render at, on the fly. Scale up from 480p to 1080p at the click of a button.
-Networking
-Connect to other instances of xemu and real Xboxes, locally or over the Internet. Supports tunneling services and Xbox Live recreation projects. Learn more here.
-Community
-xemu has a thriving online community of original Xbox fans. Set up multiplayer matches, get help running xemu, and more by joining our community on Discord!
-Compatibility
-Title compatibility status is provided by volunteer reporters in the community, as the reporter experienced the title in the current version of xemu on their computer at time of reporting. As the project evolves, reports may need to be updated. You are invited to help improve the project by submitting an updated compatibility report. Join the Discord server to learn how to contribute!
- -Cross Platform
+xemu runs natively on Windows, macOS, and Linux platforms. Binaries are available for all platforms, or you can build from source if desired. Learn more here.
+Low Level Emulation
+xemu emulates the hardware of the original Xbox, providing superior compatibility with kernels, titles, and homebrew applications.
+Snapshots (Save States)
+No need to wait for game checkpoints. xemu supports saving the current machine state and loading it back up at any time. Learn more here.
+Render Scaling
+Breathe new life into your original Xbox games by easily increasing the resolution that games render at, on the fly. Scale up from 480p to 1080p at the click of a button.
+Networking
+Connect to other instances of xemu and real Xboxes, locally or over the Internet. Supports tunneling services and Xbox Live recreation projects. Learn more here.
+Community
+xemu has a thriving online community of original Xbox fans. Set up multiplayer matches, get help running xemu, and more by joining our community on Discord!
+Compatibility
++ Note: Title compatibility status is provided by volunteer reporters in the community, as the reporter experienced the title in the current version of xemu on their computer at time of reporting. As the project evolves, reports may need to be updated. You are invited to help improve the project by submitting an updated compatibility report. Join the Discord server to learn how to contribute! +
+ +-
Note: Title compatibility status is provided by volunteer reporters in the community, as the reporter experienced the title in the current version of xemu on their computer at time of reporting. As the project evolves, reports may need to be updated. You are invited to help improve the project by submitting an updated compatibility report. Join the Discord server to learn how to contribute!
-+
+ Note: Title compatibility status is provided by volunteer reporters in the community, as the reporter experienced the title in the current version of xemu on their computer at time of reporting. As the project evolves, reports may need to be updated. You are invited to help improve the project by submitting an updated compatibility report. Join the Discord server to learn how to contribute! +
{% endblock %} {% block append_foot %} diff --git a/theme.scss b/theme.scss index 1d556a08..78ac5d81 100644 --- a/theme.scss +++ b/theme.scss @@ -49,9 +49,13 @@ $yiq-contrasted-threshold: 175 !default; // Body -$body-bg: $gray-900 !default; +$body-bg: #181818 !default; $body-color: $gray-400; +.body-alt-section { + background-color: $gray-900; +} + // Links $link-color: $white !default; @@ -63,10 +67,6 @@ $font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Sego $font-size-base: 1.025rem !default; -$h1-font-size: 3rem !default; -$h2-font-size: 2.5rem !default; -$h3-font-size: 2rem !default; - $text-muted: $gray-500 !default; // Tables @@ -463,4 +463,13 @@ $pre-color: inherit !default; h1, h2, h3, h4 { font-family: "Chakra Petch", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + color: #fff; +} + +.container { + padding: 2em 1em; +} + +.jumbotron { + margin: 0; }