mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-02 10:59:35 +02:00
Change load_gamepak signature
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef MEMORY_H
|
||||
#define MEMORY_H
|
||||
|
||||
#include "libretro.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
DMA_START_IMMEDIATELY,
|
||||
@@ -175,7 +177,7 @@ extern char gamepak_filename[512];
|
||||
|
||||
cpu_alert_type dma_transfer(dma_transfer_type *dma);
|
||||
u8 *memory_region(u32 address, u32 *memory_limit);
|
||||
u32 load_gamepak(const char *name);
|
||||
u32 load_gamepak(const struct retro_game_info* info, const char *name);
|
||||
u32 load_backup(char *name);
|
||||
s32 load_bios(char *name);
|
||||
void update_backup(void);
|
||||
|
||||
Reference in New Issue
Block a user