ScreenSelectMusic::OnConfirmSongDeletion() uses std::filesystem, which isn't supported with the macOS sdk we're currently using.
Rather than just completely failing to compile, do the marginally better action of emitting a compiler warning and making the function log a warning and do nothing else on macOS.
ScreenSelectMusic::OnConfirmSongDeletion() uses std::filesystem, which isn't supported with the macOS sdk we're currently using.
Rather than just completely failing to compile, do the marginally better action of emitting a compiler warning and making the function log a warning and do nothing else on macOS.