mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
D3D: change window startup a bit (pretty minor but it's just to get me started :P)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4473 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -118,13 +118,6 @@ bool Renderer::Init()
|
||||
{
|
||||
UpdateActiveConfig();
|
||||
int fullScreenRes, w_temp, h_temp;
|
||||
sscanf(g_Config.cInternalRes, "%dx%d", &w_temp, &h_temp);
|
||||
if (w_temp <= 0 || h_temp <= 0)
|
||||
{
|
||||
w_temp = 640;
|
||||
h_temp = 480;
|
||||
}
|
||||
EmuWindow::SetSize(w_temp, h_temp);
|
||||
s_blendMode = 0;
|
||||
int backbuffer_ms_mode = 0; // g_ActiveConfig.iMultisampleMode;
|
||||
|
||||
|
Reference in New Issue
Block a user