Skip to content

Commit

Permalink
Debugger: SNES - Fixed SPC labels not being imported correctly for CA…
Browse files Browse the repository at this point in the history
…65 integration
  • Loading branch information
SourMesen committed Apr 30, 2024
1 parent d9f1d48 commit eec8dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Debugger/Integration/SnesDbgImporter.cs
Expand Up @@ -4,7 +4,7 @@ namespace Mesen.Debugger.Integration
{
public class SnesDbgImporter : DbgImporter
{
public SnesDbgImporter(RomFormat romFormat) : base(CpuType.Snes, romFormat, new() { MemoryType.SnesPrgRom, MemoryType.SnesWorkRam, MemoryType.SnesSaveRam })
public SnesDbgImporter(RomFormat romFormat) : base(CpuType.Snes, romFormat, new() { MemoryType.SnesPrgRom, MemoryType.SnesWorkRam, MemoryType.SnesSaveRam, MemoryType.SpcRam })
{
}

Expand Down

0 comments on commit eec8dc7

Please sign in to comment.