From d3770cfc71963865f7ca8d908bf738ff07d876e6 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Mon, 11 Jan 2021 20:25:39 -0800 Subject: [PATCH] don't report joysticks on stderr --- interface.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface.cpp b/interface.cpp index b11d6f4..9ab5cdf 100644 --- a/interface.cpp +++ b/interface.cpp @@ -1965,9 +1965,9 @@ void iterate(const ModeHistory& history, unsigned long long current_byte, float glfwSwapBuffers(my_window); CheckOpenGL(__FILE__, __LINE__); - for(int i = 0; i < 16; i++) - if(glfwJoystickPresent(GLFW_JOYSTICK_1 + i)) - printf("joy %d present\n", i); + // for(int i = 0; i < 16; i++) + // if(glfwJoystickPresent(GLFW_JOYSTICK_1 + i)) + // printf("joy %d present\n", i); if(glfwJoystickPresent(GLFW_JOYSTICK_1)) { if(false) printf("joystick 1 present\n");