fix broken PR
This commit is contained in:
parent
c4b8ad04f2
commit
ffefe0ccac
|
@ -94,6 +94,8 @@
|
|||
#include "../cheevos.h"
|
||||
#endif
|
||||
|
||||
#define MAX_ARGS 32
|
||||
|
||||
typedef struct content_stream
|
||||
{
|
||||
uint32_t a;
|
||||
|
@ -303,8 +305,6 @@ static void content_load_init_wrap(
|
|||
#endif
|
||||
}
|
||||
|
||||
#define MAX_ARGS 32
|
||||
|
||||
/**
|
||||
* content_load:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue