Age | Commit message (Collapse) | Author |
|
- Removes a dependency on core and input_common from common.
|
|
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.
|
|
|
|
Fixes compilation when trying to build without boxcat enabled
|
|
|
|
|
|
|
|
Also displays current events if boxcat is selected.
|