mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix C89_BUILD
This commit is contained in:
parent
91bf7b553a
commit
da15bc2802
@ -172,7 +172,7 @@ enum runloop_action
|
|||||||
typedef struct rarch_memory_descriptor
|
typedef struct rarch_memory_descriptor
|
||||||
{
|
{
|
||||||
struct retro_memory_descriptor core; /* uint64_t alignment */
|
struct retro_memory_descriptor core; /* uint64_t alignment */
|
||||||
// retroarch can have additional context here
|
/* Retroarch can have additional context here */
|
||||||
} rarch_memory_descriptor_t;
|
} rarch_memory_descriptor_t;
|
||||||
|
|
||||||
typedef struct rarch_memory_map
|
typedef struct rarch_memory_map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user