bunnei
7a76bc30fa
common: Move settings to common from core.
...
- Removes a dependency on core and input_common from common.
2021-04-14 16:24:03 -07:00
lat9nq
7b2314bab1
configure_service: Only compile FormatEventStatusString when 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.
2021-01-17 17:54:29 -05:00
David Marcec
55654b5a12
Add translation of "Current Boxcat Events"
2020-06-20 11:57:51 +10:00
David Marcec
39ef4c6d57
Fix compilation when not building with boxcat
...
Fixes compilation when trying to build without boxcat enabled
2020-06-19 22:17:56 +10:00
ReinUsesLisp
1dc0eeb6be
yuzu/configure_service: Silence -Wswitch
2019-10-04 23:41:22 +00:00
Zach Hilman
a012cf713d
qt: Add service dialog
2019-10-02 08:35:43 -04:00
Zach Hilman
361dcf2d3a
boxcat: Implement events global field
2019-09-30 17:28:23 -04:00
Zach Hilman
e5c7372a94
yuzu: Add UI tab to configure BCAT services
...
Also displays current events if boxcat is selected.
2019-09-30 17:26:10 -04:00