mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(RCheevos) Cleanups
This commit is contained in:
parent
99d5dba6ae
commit
8032ff6e19
2 changed files with 6 additions and 0 deletions
3
deps/rcheevos/src/rcheevos/trigger.c
vendored
3
deps/rcheevos/src/rcheevos/trigger.c
vendored
|
@ -1,7 +1,10 @@
|
|||
#include "internal.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
|
||||
#include <memory.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
void rc_parse_trigger_internal(rc_trigger_t* self, const char** memaddr, rc_parse_state_t* parse) {
|
||||
rc_condset_t** next;
|
||||
|
|
3
deps/rcheevos/src/rcheevos/value.c
vendored
3
deps/rcheevos/src/rcheevos/value.c
vendored
|
@ -1,6 +1,9 @@
|
|||
#include "internal.h"
|
||||
|
||||
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
|
||||
#include <memory.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
static void rc_parse_cond_value(rc_value_t* self, const char** memaddr, rc_parse_state_t* parse) {
|
||||
rc_condition_t** next;
|
||||
|
|
Loading…
Add table
Reference in a new issue