Fix libretro compiler bug.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
cc55d9e681
commit
bb2fce9e72
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <vector>
|
||||
|
||||
class RetroFrame;
|
||||
class Initialisation;
|
||||
|
||||
class Game
|
||||
{
|
||||
|
@ -36,6 +37,8 @@ private:
|
|||
|
||||
std::vector<int> myButtonStates;
|
||||
|
||||
std::shared_ptr<Initialisation> myInit;
|
||||
|
||||
bool checkButtonPressed(unsigned id);
|
||||
void keyboardEmulation();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue