summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_service.cpp
AgeCommit message (Collapse)Author
2021-04-14common: Move settings to common from core.bunnei
- Removes a dependency on core and input_common from common.
2021-01-17configure_service: Only compile FormatEventStatusString when ↵lat9nq
YUZU_ENABLE_BOXCAT is enabled The function is unused if YUZU_ENABLE_BOXCAT is disabled, causing a -Wunused-funciton error when compiled. Wrapping it with `#ifdef YUZU_ENABLE_BOXCAT` to prevent compiling the function when the variable is disabled. Opting to not use [[maybe unused]] in case the function is totally unused in the future.
2020-06-20Add translation of "Current Boxcat Events"David Marcec
2020-06-19Fix compilation when not building with boxcatDavid Marcec
Fixes compilation when trying to build without boxcat enabled
2019-10-04yuzu/configure_service: Silence -WswitchReinUsesLisp
2019-10-02qt: Add service dialogZach Hilman
2019-09-30boxcat: Implement events global fieldZach Hilman
2019-09-30yuzu: Add UI tab to configure BCAT servicesZach Hilman
Also displays current events if boxcat is selected.