index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Plugins
/
Plugin_VideoSoftware
/
Src
/
SWmain.cpp
Age
Commit message (
Expand
)
Author
2011-04-25
Remove configuration profile support.
NeoBrainX
2011-04-17
Fix a few strings for translation.
Glenn Rice
2011-03-21
* GUI Video-Settings changes:
gnick79
2011-03-21
Moved per-game graphics configuration to the game-list right click menu. It w...
Jordan Woyak
2011-03-17
Eliminated memory leaks of the save state code and put it in a namespace. It ...
Jordan Woyak
2011-03-17
Make sure that the video software backend doesn't get stuck in an infinite lo...
Glenn Rice
2011-03-16
Fix the framerate counter of the software graphic backend.
sl1nk3.s
2011-03-16
Hack Misc.cpp into building on OS X.
Soren Jorvang
2011-03-16
Fix the video software backend. (closes issue 4269)
sl1nk3.s
2011-03-16
More work on making dialogs close when escape is pressed, and some general GU...
Glenn Rice
2011-03-15
A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...
Jordan Woyak
2011-02-28
Convert GetUserPath to return a std::string instead of a const char *. This ...
Glenn Rice
2011-02-25
If video backend initialization fails, have the emulator die gracefully inste...
Glenn Rice
2011-02-17
Linux build fix in response to r7185.
smelenchuk
2011-02-17
Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...
Marcos Vitali
2011-02-14
Some work on changing comments, log messages, and variable and function names...
Glenn Rice
2011-02-10
Experimental commit and one fix for my last commit.
Marcos Vitali
2011-02-08
Fix Plugin_VideoSoftware build.
Soren Jorvang
2011-02-07
Reach over for Plugin_VideoOGL's copy of GLUtil.
Soren Jorvang
2011-02-05
The compiler need not obey the static keyword, so to avoid linker
Soren Jorvang
2011-02-04
In the SCons build, skip the generation of static libraries
Soren Jorvang
2011-02-03
Use brute force to link the software plugin.
Soren Jorvang