slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
167 stars 18 forks source link

Changed CMakeList.txt to include the right file for CViewC64KeyMap #46

Closed thecky closed 1 month ago

thecky commented 1 month ago

Fix for issue #45. Changed CMakeLists.txt to include the CViewC64KeyMap.cpp under src/Views/C64

slajerek commented 1 month ago

Thanks, this is a leftover from refactoring, the file from Screens folder should be deleted (i.e. old C64 Debugger version). This was already ported to ImGui and is in Views folder as you hopefully spotted :)