mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Triforce/Touchscreen: Fix LOG type.
This commit is contained in:
@@ -37,7 +37,8 @@ void Touchscreen::Update()
|
||||
if (const auto input = GetRxByteSpan(); !input.empty())
|
||||
{
|
||||
// The Key of Avalon doesn't write to the device, it only reads.
|
||||
WARN_LOG_FMT(AMMEDIABOARD, "Unexpected write of {} bytes to touchscreen.", input.size());
|
||||
WARN_LOG_FMT(SERIALINTERFACE_AMBB, "Unexpected write of {} bytes to touchscreen.",
|
||||
input.size());
|
||||
ConsumeRxBytes(input.size());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user