Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
GNU General Public License v2.0
656
stars
42
forks
source link
Compilation failure with disabled FULLSCREEN_RESFREQ #388
Closed
winterheart closed 8 months ago
Compilation fails if FULLSCREEN_RESFREQ disabled:
In src/gui/wdgOverlayUi.cpp
#include "input/standard_controller.h"
controlled by#if defined (FULLSCREEN_RESFREQ)
which produces error.There should be no
#if defined...
or need additional logic to provide functionality with disabled FULLSCREEN_RESFREQ feature.See: https://bugs.gentoo.org/927477