Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into Debugger

This commit is contained in:
Anonymus Raccoon
2020-03-25 22:34:40 +01:00
32 changed files with 2272 additions and 101 deletions

View File

@@ -12,7 +12,7 @@ namespace ComSquare::Debugger
{
MemoryBusDebug::MemoryBusDebug(SNES &snes, const Memory::MemoryBus &bus)
: MemoryBus(bus),
_window(new ClosableWindow(*this, &MemoryBusDebug::disableViewer)),
_window(new ClosableWindow<MemoryBusDebug>(*this, &MemoryBusDebug::disableViewer)),
_snes(snes),
_ui(),
_model(),