mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed a code comment
This commit is contained in:
parent
10be1e1104
commit
7b6e16b79d
|
@ -1008,7 +1008,7 @@ void GuiMenu::openSoundOptions()
|
|||
{
|
||||
auto s = new GuiSettings("SOUND SETTINGS");
|
||||
|
||||
// TODO: Implement volume slider logic for macOS and Android.
|
||||
// TODO: Implement system volume support for macOS and Android.
|
||||
#if !defined(__APPLE__) && !defined(__ANDROID__) && !defined(__FreeBSD__) && \
|
||||
!defined(__OpenBSD__) && !defined(__NetBSD__)
|
||||
// System volume.
|
||||
|
|
Loading…
Reference in a new issue