This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
435b25fa55
dolphin
/
Source
/
Core
/
VideoUICommon
/
CMakeLists.txt
5 lines
102 B
CMake
Raw
Normal View
History
Unescape
Escape
Merged the D3D9 debugger into VideoCommon/VideoUICommon: Separated UI from debugger functionality. Generally cleaned up that stuff. Most functionality needs to be reimplemented now, but will be available to D3D9, D3D11 as well as OpenGL then. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6523 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-05 14:15:36 +00:00
set
(
SRCS
Src/VideoConfigDiag.cpp
When the gfx debugger is saving shaders make sure the directory exists. Make sure the gfx debugger unpauses when the emulator is stopped. When a wad is installed make sure directories exist. For the cmake build if a header is not provided in the check_lib macro don't check for it, and assume pkg-config was supposed to work. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6581 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-14 23:19:34 +00:00
S
r
c
/
D
e
b
u
g
g
e
r
P
a
n
e
l
.
c
p
p
)
Linux cmake build fix. I fixed the scons build as well, so this might fix the macosx build also. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6424 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-16 00:13:33 +00:00
add_library
(
videouicommon
STATIC
${
SRCS
}
)