mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
MSAA: Store samples in ini files.
This commit is contained in:
parent
cc3dc05438
commit
e26d9f7c35
12 changed files with 68 additions and 91 deletions
|
@ -33,7 +33,6 @@ void UnloadD3DCompiler();
|
|||
|
||||
D3D_FEATURE_LEVEL GetFeatureLevel(IDXGIAdapter* adapter);
|
||||
std::vector<DXGI_SAMPLE_DESC> EnumAAModes(IDXGIAdapter* adapter);
|
||||
DXGI_SAMPLE_DESC GetAAMode(int index);
|
||||
|
||||
HRESULT Create(HWND wnd);
|
||||
void Close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue