Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 927477
Collapse All | Expand All

(-)a/src/core/emu.c (-1 / +1 lines)
Lines 45-53 Link Here
45
#include "gui.h"
45
#include "gui.h"
46
#include "video/effects/pause.h"
46
#include "video/effects/pause.h"
47
#include "video/effects/tv_noise.h"
47
#include "video/effects/tv_noise.h"
48
#include "nes20db.h"
48
#if defined (FULLSCREEN_RESFREQ)
49
#if defined (FULLSCREEN_RESFREQ)
49
#include "video/gfx_monitor.h"
50
#include "video/gfx_monitor.h"
50
#include "nes20db.h"
51
#endif
51
#endif
52
52
53
#define RS_SCALE (1.0f / (1.0f + (float)RAND_MAX))
53
#define RS_SCALE (1.0f / (1.0f + (float)RAND_MAX))
(-)a/src/gui/wdgOverlayUi.cpp (-1 / +1 lines)
Lines 34-42 Link Here
34
#include "rewind.h"
34
#include "rewind.h"
35
#include "version.h"
35
#include "version.h"
36
#include "nes.h"
36
#include "nes.h"
37
#include "input/standard_controller.h"
37
#if defined (FULLSCREEN_RESFREQ)
38
#if defined (FULLSCREEN_RESFREQ)
38
#include "video/gfx_monitor.h"
39
#include "video/gfx_monitor.h"
39
#include "input/standard_controller.h"
40
#endif
40
#endif
41
41
42
void overlay_info_append_qstring(BYTE alignment, const QString &msg);
42
void overlay_info_append_qstring(BYTE alignment, const QString &msg);

Return to bug 927477