mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
0daacc04d3
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 |
||
---|---|---|
.. | ||
resources | ||
Src | ||
CMakeLists.txt | ||
Dolphin.vcxproj | ||
Dolphin.vcxproj.filters | ||
Dolphin.vcxproj.user | ||
DolphinWX.rc | ||
resource.h | ||
SConscript |