mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 18:35:37 +00:00
Revert r4978.
Until anti-alias is implemented, turning it on will only slow things down. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4979 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b12ed5d171
commit
4d0b87fdde
@ -263,8 +263,9 @@ bool Renderer::Init()
|
||||
{
|
||||
UpdateActiveConfig();
|
||||
int fullScreenRes, w_temp, h_temp;
|
||||
s_blendMode = 0;
|
||||
int backbuffer_ms_mode = g_ActiveConfig.iMultisampleMode;
|
||||
s_blendMode = 0;
|
||||
// Anti-aliasing hasn't been implemented yet
|
||||
int backbuffer_ms_mode = 0; // g_ActiveConfig.iMultisampleMode;
|
||||
|
||||
sscanf(g_Config.cFSResolution, "%dx%d", &w_temp, &h_temp);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user