* Remove FCEU_memmove
* Remove FCEU_ResetMessages
This commit is contained in:
@@ -33,6 +33,5 @@ void *FCEU_malloc(uint32 size);
|
||||
void *FCEU_gmalloc(uint32 size);
|
||||
void FCEU_gfree(void *ptr);
|
||||
void FCEU_free(void *ptr);
|
||||
void FASTAPASS(3) FCEU_memmove(void *d, void *s, uint32 l);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user