Misc: clang-cl warning clean-up

This commit is contained in:
Stenzek
2023-09-03 14:30:26 +10:00
parent 7f446526d1
commit 80e3d29ab8
52 changed files with 470 additions and 394 deletions

View File

@ -758,6 +758,7 @@ void Host::OnAchievementsRefreshed()
void Host::SetMouseMode(bool relative, bool hide_cursor)
{
#if 0
// TODO: Find a better home for this.
if (InputManager::HasPointerAxisBinds())
{
@ -766,6 +767,7 @@ void Host::SetMouseMode(bool relative, bool hide_cursor)
}
// emit g_emu_thread->mouseModeRequested(relative, hide_cursor);
#endif
}
void Host::PumpMessagesOnCPUThread()