Closed saulfabregwiivc closed 2 years ago
By any reason you accidentally deleted the declaration of the following variables "HiResolution", "SpriteLimit", "cpuOverclock" on SGCSettings (on snes9xgx.h file), causing that when trying to compile it got stuck at menu.cpp.
This small modification fixes that.
I was going crazy minutes ago, just noticed a commit with an old .h in a folder where it shouldn't be. Fixed in 73ade8d
By any reason you accidentally deleted the declaration of the following variables "HiResolution", "SpriteLimit", "cpuOverclock" on SGCSettings (on snes9xgx.h file), causing that when trying to compile it got stuck at menu.cpp.
This small modification fixes that.