diff options
| author | NeoBrainX <NeoBrainX@googlemail.com> | 2010-11-23 19:58:02 +0000 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@googlemail.com> | 2010-11-23 19:58:02 +0000 |
| commit | d36ede020c122ec79fdf9872bf078f83a1b5621e (patch) | |
| tree | 95cc3cad865feb3a3af1682e354496c4e826fddc /Source/Core | |
| parent | 6d93a6b6981cd4edfc70c884cca5592b88d9f9f1 (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.h | 2 |
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) |
