mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00: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:
parent
63e3d184f8
commit
f3681c0e1b
3 changed files with 21 additions and 29 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue