mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Should fix mempatcher-driver.h
This commit is contained in:
parent
7b18247362
commit
4904857524
@ -1,5 +1,5 @@
|
|||||||
#ifndef __MDFN_MEMPATCHER_DRIVER_H
|
#ifndef __MDFN_MEMPATCHER_DRIVER_H
|
||||||
#define __MDFN_MEMPATCHER_DRIVER_HH
|
#define __MDFN_MEMPATCHER_DRIVER_H
|
||||||
|
|
||||||
int MDFNI_DecodePAR(const char *code, uint32 *a, uint8 *v, uint8 *c, char *type);
|
int MDFNI_DecodePAR(const char *code, uint32 *a, uint8 *v, uint8 *c, char *type);
|
||||||
int MDFNI_DecodeGG(const char *str, uint32 *a, uint8 *v, uint8 *c, char *type);
|
int MDFNI_DecodeGG(const char *str, uint32 *a, uint8 *v, uint8 *c, char *type);
|
||||||
|
Loading…
Reference in New Issue
Block a user