This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
ee4de8a9b66dd2c94c538a884fb6590673ae29bc
dolphin
/
Source
/
Plugins
/
Plugin_VideoOGL
/
Src
/
GUI
History
sl1nk3.s
870242fc79
Fixed path of banner.bin in GamelistCtrl not getting the good TitleID, replaced fullscreen on Esc key by Alt+Enter, Esc now escape fullscreen or stop emulation (as requested, but i find it better too)
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@3101
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-28 23:47:18 +00:00
..
ConfigDlg.cpp
Fixed path of banner.bin in GamelistCtrl not getting the good TitleID, replaced fullscreen on Esc key by Alt+Enter, Esc now escape fullscreen or stop emulation (as requested, but i find it better too)
2009-04-28 23:47:18 +00:00
ConfigDlg.h
Make OSX running more stable with a single line change. You can't pass nil to makeKeyAndOrderFront and expect it to work well. Also the checking for GL version didn't work because the GL version is defined for all it supports, so first we check if we support GL version 1.3 and if we don't, check if we support 1.2 and set software rendering. Little bit of cleaning in the GL config as well, the checkboxes are default enabled and max aniso wasn't using it's own text ID
2009-04-24 01:30:45 +00:00