Skip to content

Commit c041b62

Browse files
bobbyg603claude
andcommitted
feat: support .nrs symbol files
Add .nrs (Nintendo Switch dynamic library) to the ELF extensions list so they're processed the same way as .nss files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9600cb6 commit c041b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ export async function createSymbolFileInfos(symbolFilePath: string): Promise<Sym
6262
} as SymbolFileInfo];
6363
}
6464

65-
const elfExtensions = ['.elf', '.self', '.prx', '.sprx', '.nss'];
65+
const elfExtensions = ['.elf', '.self', '.prx', '.sprx', '.nss', '.nrs'];

0 commit comments

Comments
 (0)