mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Configuration simplified
This commit is contained in:
parent
d5107aab47
commit
f010b5b235
46 changed files with 1018 additions and 904 deletions
|
|
@ -1,11 +1,9 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx_gui.h"
|
||||
#include "Utilities/Config.h"
|
||||
#include "Emu/System.h"
|
||||
#include "GLGSFrame.h"
|
||||
#include <wx/version.h>
|
||||
|
||||
extern cfg::bool_entry g_cfg_rsx_debug_output;
|
||||
|
||||
GLGSFrame::GLGSFrame(int w, int h)
|
||||
: GSFrame("OpenGL", w, h)
|
||||
{
|
||||
|
|
@ -19,7 +17,7 @@ GLGSFrame::GLGSFrame(int w, int h)
|
|||
WX_GL_MINOR_VERSION, 3,
|
||||
WX_GL_CORE_PROFILE,
|
||||
#if !defined(CMAKE_BUILD)
|
||||
g_cfg_rsx_debug_output ? WX_GL_DEBUG : 0,
|
||||
g_cfg.video.debug_output ? WX_GL_DEBUG : 0,
|
||||
#endif
|
||||
#endif
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue