mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 08:48:35 +00:00
OpenGL: Fixed initial framebuffer so it's not too small
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3381 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
085fa5f526
commit
63ae48d9f9
3 changed files with 17 additions and 13 deletions
|
@ -27,8 +27,9 @@ Internal and fullscreen resolution: Since the only internal resolutions allowed
|
|||
fullscreen resolution allowed by the system there is only need for one resolution setting
|
||||
that applies to both the internal resolution and the fullscreen resolution.
|
||||
|
||||
Todo: Make the internal resolution option apply instantly, currently only the native or not option
|
||||
applies instantly
|
||||
Todo: Make the internal resolution option apply instantly, currently only the native and 2x option
|
||||
applies instantly. To do this we need to enumerate all avaliable display resolutions before
|
||||
Renderer:Init().
|
||||
|
||||
1.2 Screenshots
|
||||
// ¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue