mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2024-11-26 17:50:32 +00:00
Cleanup header
This commit is contained in:
parent
039747b3c4
commit
97fd01b928
@ -9,17 +9,9 @@ int MDFNI_AddCheat(const char *name, uint32 addr, uint64 val, uint64 compare, ch
|
||||
int MDFNI_DelCheat(uint32 which);
|
||||
int MDFNI_ToggleCheat(uint32 which);
|
||||
|
||||
int32 MDFNI_CheatSearchGetCount(void);
|
||||
void MDFNI_CheatSearchGetRange(uint32 first, uint32 last, int (*callb)(uint32 a, uint8 last, uint8 current));
|
||||
void MDFNI_CheatSearchGet(int (*callb)(uint32 a, uint64 last, uint64 current, void *data), void *data);
|
||||
void MDFNI_CheatSearchBegin(void);
|
||||
void MDFNI_CheatSearchEnd(int type, uint64 v1, uint64 v2, unsigned int bytelen, bool bigendian);
|
||||
void MDFNI_ListCheats(int (*callb)(char *name, uint32 a, uint64 v, uint64 compare, int s, char type, unsigned int length, bool bigendian, void *data), void *data);
|
||||
|
||||
int MDFNI_GetCheat(uint32 which, char **name, uint32 *a, uint64 *v, uint64 *compare, int *s, char *type, unsigned int *length, bool *bigendian);
|
||||
int MDFNI_SetCheat(uint32 which, const char *name, uint32 a, uint64 v, uint64 compare, int s, char type, unsigned int length, bool bigendian);
|
||||
|
||||
void MDFNI_CheatSearchShowExcluded(void);
|
||||
void MDFNI_CheatSearchSetCurrentAsOriginal(void);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user