Update new gamepad info example
This commit is contained in:
parent
9719bfc610
commit
3028324634
|
|
@ -23,8 +23,8 @@ int main(void)
|
||||||
{
|
{
|
||||||
// Initialization
|
// Initialization
|
||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
const int screenWidth = 3440;
|
const int screenWidth = 800;
|
||||||
const int screenHeight = 1440;
|
const int screenHeight = 450;
|
||||||
|
|
||||||
SetConfigFlags(FLAG_MSAA_4X_HINT); // Set MSAA 4X hint before windows creation
|
SetConfigFlags(FLAG_MSAA_4X_HINT); // Set MSAA 4X hint before windows creation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user