diff --git a/examples/core/core_input_gamepad_info.c b/examples/core/core_input_gamepad_info.c index 0dcf76928..84a687cd8 100644 --- a/examples/core/core_input_gamepad_info.c +++ b/examples/core/core_input_gamepad_info.c @@ -23,8 +23,8 @@ int main(void) { // Initialization //-------------------------------------------------------------------------------------- - const int screenWidth = 3440; - const int screenHeight = 1440; + const int screenWidth = 800; + const int screenHeight = 450; SetConfigFlags(FLAG_MSAA_4X_HINT); // Set MSAA 4X hint before windows creation