Missing Debugger Plugin files
Commodore 64, Atari XL/XE and NES debugger that works in real time.
Brought to you by:
slajerek
The git repo appears to be missing a couple of files: C64DebuggerPluginSpiral.h and C64DebuggerPluginShowPic.h. I did a locate and the files do not exist in any directory. Commenting out the includes allows it to be built
Compile error below.
Games/Plugins/C64D_InitPlugins.mm:5:10: fatal error: C64DebuggerPluginSpiral.h: No such file or directory
5 | #include "C64DebuggerPluginSpiral.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks, that's bug indeed. These are my test plugins which are not for public release. The Spiral actually is an effect from Samar's NGC 1277 demo, I am thinking to release this as example how to make plugins someday. I will remove these includes.
Last edit: slajerek 2020-02-08
fixed in 0.64.58