Skip to content

Commit cadc89a

Browse files
build(deps): bump third-party/doxyconfig from a73f908 to 1188ef2 (#4264)
* build(deps): bump third-party/doxyconfig from `a73f908` to `1188ef2` Bumps [third-party/doxyconfig](https://github.com/LizardByte/doxyconfig) from `a73f908` to `1188ef2`. - [Commits](LizardByte/doxyconfig@a73f908...1188ef2) --- updated-dependencies: - dependency-name: third-party/doxyconfig dependency-version: 1188ef2b96efb3e003a591ee01714339c2d9161c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * docs: fix tab compatibility with doxygen 1.11-1.12 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
1 parent 518c956 commit cadc89a

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/getting_started.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -446,15 +446,15 @@ being self-signed.}
446446
To get a list of available arguments, run the following command.
447447

448448
@tabs{
449-
@tab{ General | @code{.bash}
449+
@tab{ General | ```bash
450450
sunshine --help
451-
@endcode }
452-
@tab{ AppImage | @code{.bash}
451+
```}
452+
@tab{ AppImage | ```bash
453453
./sunshine.AppImage --help
454-
@endcode }
455-
@tab{ Flatpak | @code{.bash}
454+
```}
455+
@tab{ Flatpak | ```bash
456456
flatpak run --command=sunshine dev.lizardbyte.app.Sunshine --help
457-
@endcode }
457+
```}
458458
}
459459

460460
### Shortcuts
@@ -506,24 +506,24 @@ Streaming HDR content is officially supported on Windows hosts and experimentall
506506
* Some GPUs video encoders can produce lower image quality or encoding performance when streaming in HDR compared
507507
to SDR.
508508

509-
* Additional information:
509+
Additional information:
510510

511-
@tabs{
512-
@tab{ Windows |
513-
- HDR streaming is supported for Intel, AMD, and NVIDIA GPUs that support encoding HEVC Main 10 or AV1 10-bit profiles.
514-
- We recommend calibrating the display by streaming the Windows HDR Calibration app to your client device and saving an HDR calibration profile to use while streaming.
515-
- Older games that use NVIDIA-specific NVAPI HDR rather than native Windows HDR support may not display properly in HDR.
516-
}
511+
@tabs{
512+
@tab{ Windows |
513+
- HDR streaming is supported for Intel, AMD, and NVIDIA GPUs that support encoding HEVC Main 10 or AV1 10-bit profiles.
514+
- We recommend calibrating the display by streaming the Windows HDR Calibration app to your client device and saving an HDR calibration profile to use while streaming.
515+
- Older games that use NVIDIA-specific NVAPI HDR rather than native Windows HDR support may not display properly in HDR.
516+
}
517517

518-
@tab{ Linux |
519-
- HDR streaming is supported for Intel and AMD GPUs that support encoding HEVC Main 10 or AV1 10-bit profiles using VAAPI.
520-
- The KMS capture backend is required for HDR capture. Other capture methods, like NvFBC or X11, do not support HDR.
521-
- You will need a desktop environment with a compositor that supports HDR rendering, such as Gamescope or KDE Plasma 6.
518+
@tab{ Linux |
519+
- HDR streaming is supported for Intel and AMD GPUs that support encoding HEVC Main 10 or AV1 10-bit profiles using VAAPI.
520+
- The KMS capture backend is required for HDR capture. Other capture methods, like NvFBC or X11, do not support HDR.
521+
- You will need a desktop environment with a compositor that supports HDR rendering, such as Gamescope or KDE Plasma 6.
522522

523-
@seealso{[Arch wiki on HDR Support for Linux](https://wiki.archlinux.org/title/HDR_monitor_support) and
524-
[Reddit Guide for HDR Support for AMD GPUs](https://www.reddit.com/r/linux_gaming/comments/10m2gyx/guide_alpha_test_hdr_on_linux)}
525-
}
523+
@seealso{[Arch wiki on HDR Support for Linux](https://wiki.archlinux.org/title/HDR_monitor_support) and
524+
[Reddit Guide for HDR Support for AMD GPUs](https://www.reddit.com/r/linux_gaming/comments/10m2gyx/guide_alpha_test_hdr_on_linux)}
526525
}
526+
}
527527

528528
### Tutorials and Guides
529529
Tutorial videos are available [here](https://www.youtube.com/playlist?list=PLMYr5_xSeuXAbhxYHz86hA1eCDugoxXY0).

0 commit comments

Comments
 (0)