dolphin/Source/Core/DolphinWX
Matt Callaghan 0daacc04d3 *sigh*
I knew it would be something tiny. 3D Vision is fixed now, I'll make this 3D Vision specific if it causes any problems, but I've tested it and it seems fine.

For anyone interested, because fullscreen wasn't set for wx first, the menus and stuff were being included in the size of the frame (which is being used for the backbuffer size), so it was getting 1920x1062 or something weird like that (for 1080p). In the render function, it then checks to see if the frame resolution is equal to any supported resolution and if it isn't, bumps you down to 640x480, apparently an unsupported 3D Vision mode... though now I think about it, I'm not sure why it wasn't messing with regular fullscreen mode.

This would have been so much easier with a working mouse...
I'm not even joking, my replacement mouse just arrived at the door...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7388 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-21 14:37:33 +00:00
..
resources Merge UI related projects into the main DolphinWX project. 2011-02-11 21:37:52 +00:00
Src *sigh* 2011-03-21 14:37:33 +00:00
CMakeLists.txt Make log options an AUI window instead of a dialog. 2011-02-21 15:01:00 +00:00
Dolphin.vcxproj Removed the OpenMP option from the DolphinWX project. It was causing a slowdown when the EFB to texture option was activated. This means that the OpenMP texture decoder option will not be hidden for non-OpenMP builds. 2011-03-19 10:05:57 +00:00
Dolphin.vcxproj.filters revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Dolphin.vcxproj.user vs2010: make -d be passed to debugfast builds launched from vs 2011-02-25 04:00:16 +00:00
DolphinWX.rc Hg: 2010-06-09 01:37:08 +00:00
resource.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
SConscript Simplify the SCons build: 2011-03-20 18:35:07 +00:00