niuus / Snes9xRX

Snes9x RX - A port of Snes9x for Wii, forked from Snes9x GX
Other
86 stars 15 forks source link

Re-add HiResolution, SpriteLimit, cpuOverclock variables to snes9xgx.h (fixes compiling) #57

Closed saulfabregwiivc closed 2 years ago

saulfabregwiivc commented 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.

niuus commented 2 years ago

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