This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
7c4e1545e8d399b2badc27e2a3fc6424d02a5564
dolphin
/
Source
/
Plugins
T
History
Sonicadvance1
41b02601d7
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
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@3058
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-24 01:30:45 +00:00
..
Plugin_DSP_HLE
DSP: Add cycles parameter to all Update functions in HLE, might be useful someday :p A couple more signatures for the idle skip detector. no big functional changes
2009-04-08 18:36:53 +00:00
Plugin_DSP_LLE
Fixed the DSP LLE debugger, it also automatically shows the disassembly on image load.
2009-04-18 19:06:47 +00:00
Plugin_nJoy_SDL
Minor bugfixes : disable Refresh list and Load wii menu when game is running and fix silly init of njoy's rumble
2009-04-15 20:19:25 +00:00
Plugin_nJoy_Testing
Do not put the PDB, EXP, LIB files in the bin folder, instead put it where the obj files are located.
2009-04-03 13:44:36 +00:00
Plugin_PadSimple
Do not put the PDB, EXP, LIB files in the bin folder, instead put it where the obj files are located.
2009-04-03 13:44:36 +00:00
Plugin_PadSimpleEvnt
Do not put the PDB, EXP, LIB files in the bin folder, instead put it where the obj files are located.
2009-04-03 13:44:36 +00:00
Plugin_VideoDX9
Created a free look utility which only works on win32 right now. It lets the user fly around with the mouse and keyboard. Had to add some ugly matrix functions to the math utilities.
2009-04-19 10:10:45 +00:00
Plugin_VideoOGL
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
Plugin_Wiimote
Do not put the PDB, EXP, LIB files in the bin folder, instead put it where the obj files are located.
2009-04-03 13:44:36 +00:00