mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
BUildfix
This commit is contained in:
parent
b8391e233f
commit
2be58b470d
@ -30,7 +30,6 @@
|
|||||||
#include <string/stdstring.h>
|
#include <string/stdstring.h>
|
||||||
#include <streams/file_stream.h>
|
#include <streams/file_stream.h>
|
||||||
#include <formats/rjson.h>
|
#include <formats/rjson.h>
|
||||||
#include <retro_miscellanous.h>
|
|
||||||
|
|
||||||
#include "../../config.def.h"
|
#include "../../config.def.h"
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
@ -67,7 +66,7 @@ typedef struct
|
|||||||
unsigned frame;
|
unsigned frame;
|
||||||
unsigned action;
|
unsigned action;
|
||||||
unsigned param_num;
|
unsigned param_num;
|
||||||
char param_str[NAME_MAX_LENGTH];
|
char param_str[256];
|
||||||
bool handled;
|
bool handled;
|
||||||
} input_test_step_t;
|
} input_test_step_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user