Merge pull request #643 from keithbowes/fix-linker

Fixed the "multiple definitions of submapper" linker error
This commit is contained in:
LibretroAdmin
2026-04-06 22:47:42 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
#include "mapinc.h"
#include "asic_latch.h"
uint8 submapper;
static uint8 submapper;
static void sync () {
setprg32(0x8000, Latch_address >>8);

View File

@@ -21,7 +21,7 @@
#include "mapinc.h"
#include "asic_latch.h"
uint8 submapper;
static uint8 submapper;
uint8 pad;
uint8 padSelect;