We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374b121 commit 4701ebaCopy full SHA for 4701eba
1 file changed
server.ts
@@ -316,7 +316,6 @@ const serverConfig = {
316
// Special games that have their own directory with bios/parent rom requirements
317
// Key format: "gameDirName" -> { bios path relative to game dir, parentRom path }
318
const specialGames: Record<string, { biosFile?: string; parentRomFile?: string }> = {
319
- "kof99": { biosFile: "arcade.zip" },
320
"kof99ae": { biosFile: "neogeo.zip", parentRomFile: "kof99.zip" },
321
};
322
0 commit comments