mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
Remove debug logging
This commit is contained in:
@@ -111,7 +111,6 @@ void EmulateTouchpad(GameController* controller, u32 interval) {
|
||||
void ApplyMouseInputBlockers() {
|
||||
switch (mouse_mode) {
|
||||
case MouseMode::Touchpad:
|
||||
LOG_INFO(Input, "Blocking mouse inputs");
|
||||
for (auto& k : pressed_keys) {
|
||||
if (k.first.input.sdl_id == SDL_BUTTON_LEFT ||
|
||||
k.first.input.sdl_id == SDL_BUTTON_RIGHT) {
|
||||
|
||||
Reference in New Issue
Block a user