Home
last modified time | relevance | path

Searched defs:mCheatSet (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-mgba/mgba-6186d45/include/mgba/core/
H A Dcheats.h52 struct mCheatSet { struct
55 void (*deinit)(struct mCheatSet* set); argument
56 void (*add)(struct mCheatSet* set, struct mCheatDevice* device); argument
57 void (*remove)(struct mCheatSet* set, struct mCheatDevice* device); argument
59 bool (*addLine)(struct mCheatSet* set, const char* cheat, int type); argument
60 void (*copyProperties)(struct mCheatSet* set, struct mCheatSet* oldSet); argument
62 void (*parseDirectives)(struct mCheatSet* set, const struct StringList* directives); argument
63 void (*dumpDirectives)(struct mCheatSet* set, struct StringList* directives); argument
65 void (*refresh)(struct mCheatSet* set, struct mCheatDevice* device); argument
72 DECLARE_VECTOR(mCheatSets, struct mCheatSet*); argument
/dports/emulators/mgba/mgba-0.9.2/include/mgba/core/
H A Dcheats.h64 struct mCheatSet { struct
67 void (*deinit)(struct mCheatSet* set); argument
68 void (*add)(struct mCheatSet* set, struct mCheatDevice* device); argument
69 void (*remove)(struct mCheatSet* set, struct mCheatDevice* device); argument
71 bool (*addLine)(struct mCheatSet* set, const char* cheat, int type); argument
72 void (*copyProperties)(struct mCheatSet* set, struct mCheatSet* oldSet); argument
74 void (*parseDirectives)(struct mCheatSet* set, const struct StringList* directives); argument
75 void (*dumpDirectives)(struct mCheatSet* set, struct StringList* directives); argument
77 void (*refresh)(struct mCheatSet* set, struct mCheatDevice* device); argument
85 DECLARE_VECTOR(mCheatSets, struct mCheatSet*); argument