Skip to content

Commit

Permalink
Fix linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jun 4, 2024
1 parent 8e5651a commit 25b8345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/boards/411.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "mapinc.h"
#include "mmc3.h"

uint8 submapper;
static uint8 submapper;

static void M411CW(uint32 A, uint8 V) {
int chrAND, chrOR;
Expand Down
2 changes: 1 addition & 1 deletion src/boards/432.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "mapinc.h"
#include "mmc3.h"

uint8 submapper;
static uint8 submapper;

static void M432CW(uint32 A, uint8 V) {
int chrAND = (EXPREGS[1] & 0x04) ? 0x7F : 0xFF;
Expand Down

0 comments on commit 25b8345

Please sign in to comment.