mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 13:25:28 +00:00
Turn primary_id/secondary_id into static variables
This commit is contained in:
parent
2bb440bc08
commit
7a791fa6e8
@ -52,8 +52,8 @@ struct input_pointer
|
||||
int16_t full_x, full_y;
|
||||
};
|
||||
|
||||
int primary_id = -1;
|
||||
int secondary_id = -1;
|
||||
static int primary_id = -1;
|
||||
static int secondary_id = -1;
|
||||
|
||||
enum
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user