mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2025-02-11 11:25:16 +00:00
no point in filter being non-static anymore
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@70 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
ace94a6c1a
commit
5fb36fb87e
@ -21,7 +21,7 @@
|
||||
#include <deque>
|
||||
|
||||
static std::deque<SDL_Event> queue;
|
||||
unsigned int filter = 0;
|
||||
static unsigned int filter = 0;
|
||||
|
||||
void SDL_ResetEvents() {
|
||||
filter = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user