summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorNeoBrainX <NeoBrainX@googlemail.com>2010-11-23 19:58:02 +0000
committerNeoBrainX <NeoBrainX@googlemail.com>2010-11-23 19:58:02 +0000
commitd36ede020c122ec79fdf9872bf078f83a1b5621e (patch)
tree95cc3cad865feb3a3af1682e354496c4e826fddc /Source/Core
parent6d93a6b6981cd4edfc70c884cca5592b88d9f9f1 (diff)
DX11:
Add multisampling support. EFB access doesn't work with MSAA enabled, yet. Additionally clean up some stuff, fix a memory leak, ... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6468 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoUICommon/Src/VideoConfigDiag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoUICommon/Src/VideoConfigDiag.h b/Source/Core/VideoUICommon/Src/VideoConfigDiag.h
index 35e833eb07..5f7dbdd889 100644
--- a/Source/Core/VideoUICommon/Src/VideoConfigDiag.h
+++ b/Source/Core/VideoUICommon/Src/VideoConfigDiag.h
@@ -51,7 +51,7 @@ public:
VideoConfigDiag(wxWindow* parent, const std::string &title, const std::string& ininame);
protected:
- void Event_Backend(wxCommandEvent &ev) { ev.Skip(); } // TODO
+ void Event_Backend(wxCommandEvent &ev) { ev.Skip(); } // TODO: Query list of supported AA modes
void Event_Adapter(wxCommandEvent &ev) { ev.Skip(); } // TODO
void Event_EfbCopy(wxCommandEvent &ev)