Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 59858bd

Browse files
committed
Linux: Fixed build
1 parent 6769422 commit 59858bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Console.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class Console
121121
static string FindMatchingRom(string romName, HashInfo hashInfo);
122122
static VirtualFile GetRomPath();
123123
static VirtualFile GetPatchFile();
124-
static MapperInfo Console::GetMapperInfo();
124+
static MapperInfo GetMapperInfo();
125125
static NesModel GetModel();
126126

127127
static uint32_t GetLagCounter();

0 commit comments

Comments
 (0)